Skip to content

Commit 2a3aafe

Browse files
committed
tests: fix tests due to restructuring images repo COMPOSER-2185
Just a followup of https://issues.redhat.com/browse/COMPOSER-2185 and it's PR osbuild/images#529 also updating images and osbuild-composer repos
1 parent 2c60c9a commit 2a3aafe

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+3717
-2069
lines changed

cmd/osbuild-dnf-json-tests/main_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
"github.com/osbuild/images/pkg/arch"
1414
"github.com/osbuild/images/pkg/blueprint"
1515
"github.com/osbuild/images/pkg/distro"
16-
"github.com/osbuild/images/pkg/distro/rhel9"
16+
"github.com/osbuild/images/pkg/distro/rhel/rhel9"
1717
"github.com/osbuild/images/pkg/dnfjson"
1818
"github.com/osbuild/images/pkg/ostree"
1919
"github.com/osbuild/images/pkg/reporegistry"

internal/cloudapi/v2/imagerequest_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"testing"
55

66
"github.com/osbuild/images/pkg/arch"
7-
"github.com/osbuild/images/pkg/distro/rhel9"
7+
"github.com/osbuild/images/pkg/distro/rhel/rhel9"
88
"github.com/osbuild/images/pkg/distro/test_distro"
99
"github.com/osbuild/osbuild-composer/internal/blueprint"
1010
"github.com/osbuild/osbuild-composer/internal/common"

vendor/github.com/osbuild/images/pkg/customizations/oscap/oscap.go

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/osbuild/images/pkg/distro/rhel9/arch.go renamed to vendor/github.com/osbuild/images/pkg/distro/rhel/arch.go

Lines changed: 21 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/osbuild/images/pkg/distro/rhel/defaults.go

Lines changed: 32 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/osbuild/images/pkg/distro/rhel/distribution.go

Lines changed: 135 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)