Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test that recursive errata copy copies the rpms #769

Closed
preethit opened this issue Sep 12, 2017 · 0 comments
Closed

Test that recursive errata copy copies the rpms #769

preethit opened this issue Sep 12, 2017 · 0 comments

Comments

@preethit
Copy link

https://pulp.plan.io/issues/3004

pulp-admin rpm repo create --repo-id=foo2 --feed=https://repos.fedorapeople.org/pulp/pulp/demo_repos/test_errata_install/
pulp-admin rpm repo sync --repo-id=foo2
pulp-admin rpm repo sync run --repo-id=foo2
pulp-admin rpm repo create --repo-id=foo3
pulp-admin rpm repo copy errata --from-repo-id=foo2 --to-repo-id=foo3 --recursive

@nixocio nixocio self-assigned this Sep 19, 2017
nixocio pushed a commit to nixocio/pulp-smash that referenced this issue Sep 20, 2017
* Problem:
	When copying erratas from a repo to another using recursive
	as True, the RPMs were not copied.
* Test:
        1 - Create, and sync 1st repo with errata, and RPM packages.
        2 - Create 2nd repo.
        3 - Copy units from from 1st repo to 2nd repo using
        `recursive` as True, and filter  `type_id` as `erratum`.
        4 - Assert that RPMs packages were copied as well.

Closes: pulp#769
nixocio pushed a commit to nixocio/pulp-smash that referenced this issue Sep 20, 2017
* Problem:
	When copying erratas from a repo to another using recursive
	as True, the RPMs were not copied.
* Test:
        1 - Create, and sync 1st repo with errata, and RPM packages.
        2 - Create 2nd repo.
        3 - Copy units from from 1st repo to 2nd repo using
        `recursive` as True, and filter  `type_id` as `erratum`.
        4 - Assert that RPMs packages were copied as well.

Closes: pulp#769
nixocio pushed a commit to nixocio/pulp-smash that referenced this issue Sep 21, 2017
* Problem:
	When copying erratas from a repo to another using recursive
	as True, the RPMs were not copied.
* Test:
        1 - Create, and sync 1st repo with errata, and RPM packages.
        2 - Create 2nd repo.
        3 - Copy units from from 1st repo to 2nd repo using
        `recursive` as True, and filter  `type_id` as `erratum`.
        4 - Assert that RPMs packages were copied as well.

Closes: pulp#769
nixocio pushed a commit to nixocio/pulp-smash that referenced this issue Sep 21, 2017
* Problem:
	When copying erratas from a repo to another using recursive
	as True, the RPMs were not copied.
* Test:
        1 - Create, and sync 1st repo with errata, and RPM packages.
        2 - Create 2nd repo.
        3 - Copy units from from 1st repo to 2nd repo using
        `recursive` as True, and filter  `type_id` as `erratum`.
        4 - Assert that RPMs packages were copied as well.

Closes: pulp#769
nixocio pushed a commit to nixocio/pulp-smash that referenced this issue Sep 26, 2017
* Problem:
	When copying erratas from a repo to another using recursive
	as True, the RPMs were not copied.
* Test:
        1 - Create, and sync 1st repo with errata, and RPM packages.
        2 - Create 2nd repo.
        3 - Copy units from from 1st repo to 2nd repo using
        `recursive` as True, and filter  `type_id` as `erratum`.
        4 - Assert that RPMs packages were copied as well.

Closes: pulp#769
nixocio pushed a commit to nixocio/pulp-smash that referenced this issue Sep 27, 2017
* Problem:
	When copying erratas from a repo to another using recursive
	as True, the RPMs were not copied.
* Test:
        1 - Create, and sync 1st repo with errata, and RPM packages.
        2 - Create 2nd repo.
        3 - Copy units from from 1st repo to 2nd repo using
        `recursive` as True, and filter  `type_id` as `erratum`.
        4 - Assert that RPMs packages were copied as well.

Closes: pulp#769
nixocio pushed a commit to nixocio/pulp-smash that referenced this issue Oct 3, 2017
* Problem:
	When using errata as a filter to copy units from a repo to another
	using recursive as True, the RPMs were not copied.
* Test:
        1 - Create, and sync 1st repo with errata, and RPM packages.
        2 - Create 2nd repo.
        3 - Copy units from from 1st repo to 2nd repo using
        `recursive` as True, and filter  `type_id` as `erratum`.
        4 - Assert that RPMs packages were copied as well.

Closes: pulp#769
nixocio pushed a commit to nixocio/pulp-smash that referenced this issue Oct 3, 2017
* Problem:
	When using errata as a filter to copy units from a repo to another
	using recursive as True, the RPMs were not copied.
* Test:
        1 - Create, and sync 1st repo with errata, and RPM packages.
        2 - Create 2nd repo.
        3 - Copy units from from 1st repo to 2nd repo using
        `recursive` as True, and filter  `type_id` as `erratum`.
        4 - Assert that RPMs packages were copied as well.

Closes: pulp#769
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants