Skip to content

Commit

Permalink
Refs Katello#8632 - Add more tests for pulpcore debian
Browse files Browse the repository at this point in the history
  • Loading branch information
m-bucher committed Jun 25, 2021
1 parent 6887975 commit 18b28da
Show file tree
Hide file tree
Showing 11 changed files with 10,243 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/fixtures/models/katello_repositories.yml
@@ -1,3 +1,10 @@
debian_pulp_ragnarok:
root_id: <%= ActiveRecord::FixtureSet.identify(:debian_pulp_ragnarok_root) %>
pulp_id: debian_pulp_ragnarok
relative_path: 'ACME_Corporation/library/debian_pulp_ragnarok_label'
environment_id: <%= ActiveRecord::FixtureSet.identify(:library) %>
content_view_version_id: <%= ActiveRecord::FixtureSet.identify(:library_default_version) %>

debian_9_amd64:
root_id: <%= ActiveRecord::FixtureSet.identify(:debian_9_amd64_root) %>
pulp_id: debian_9
Expand Down
10 changes: 10 additions & 0 deletions test/fixtures/models/katello_root_repositories.yml
@@ -1,8 +1,18 @@
debian_pulp_ragnarok_root:
name: Ragnarok
content_type: deb
label: debian_pulp_fixture_ragnarok
product_id: <%= ActiveRecord::FixtureSet.identify(:debian) %>
url: "https://fixtures.pulpproject.org/debian/"
deb_releases: ragnarok
deb_components: asgard

debian_9_amd64_root:
name: Debian 9 amd64
content_type: deb
label: debian_9_amd64_label
product_id: <%= ActiveRecord::FixtureSet.identify(:debian) %>
gpg_key_id: <%= ActiveRecord::FixtureSet.identify(:fedora_gpg_key) %>
url: "http://ftp.debian.mymirror.org/debian"
deb_releases: stretch
deb_components: main
Expand Down
3,105 changes: 3,105 additions & 0 deletions test/fixtures/vcr_cassettes/katello/service/pulp3/deb/index_model.yml

Large diffs are not rendered by default.

3,104 changes: 3,104 additions & 0 deletions test/fixtures/vcr_cassettes/katello/service/pulp3/deb/index_on_sync.yml

Large diffs are not rendered by default.

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.

0 comments on commit 18b28da

Please sign in to comment.