Skip to content

Commit

Permalink
tests: fix tests due to restructuring images repo COMPOSER-2185
Browse files Browse the repository at this point in the history
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
  • Loading branch information
schuellerf committed Apr 8, 2024
1 parent 2c60c9a commit 2a3aafe
Show file tree
Hide file tree
Showing 46 changed files with 3,717 additions and 2,069 deletions.
2 changes: 1 addition & 1 deletion cmd/osbuild-dnf-json-tests/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"github.com/osbuild/images/pkg/arch"
"github.com/osbuild/images/pkg/blueprint"
"github.com/osbuild/images/pkg/distro"
"github.com/osbuild/images/pkg/distro/rhel9"
"github.com/osbuild/images/pkg/distro/rhel/rhel9"
"github.com/osbuild/images/pkg/dnfjson"
"github.com/osbuild/images/pkg/ostree"
"github.com/osbuild/images/pkg/reporegistry"
Expand Down
2 changes: 1 addition & 1 deletion internal/cloudapi/v2/imagerequest_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"testing"

"github.com/osbuild/images/pkg/arch"
"github.com/osbuild/images/pkg/distro/rhel9"
"github.com/osbuild/images/pkg/distro/rhel/rhel9"
"github.com/osbuild/images/pkg/distro/test_distro"
"github.com/osbuild/osbuild-composer/internal/blueprint"
"github.com/osbuild/osbuild-composer/internal/common"
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 32 additions & 0 deletions vendor/github.com/osbuild/images/pkg/distro/rhel/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

135 changes: 135 additions & 0 deletions vendor/github.com/osbuild/images/pkg/distro/rhel/distribution.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2a3aafe

Please sign in to comment.