#112 tests should not abort if copr repo can't be enabled
Closed: SOLVED Opened by bgoncalv.

A test run should not be aborted if copr repo can't be enabled. If for example the package provided by the repo is already installed in the machine there is no reason to abort the test execution.

If the package is not installed the test will fail at the next step when trying to install the package.

roles/standard-test-rhts/tasks/main.yml:  shell: dnf copr -y enable bpeck/restraint
roles/standard-test-rhts/tasks/main.yml:  shell: dnf copr -y enable mvadkert/beakerlib-libraries
roles/standard-test-beakerlib/tasks/main.yml:    shell: dnf copr enable -y bpeck/restraint
roles/standard-test-beakerlib/tasks/main.yml:      - shell: yum copr -y enable bpeck/restraint

Should be fixed by https://pagure.io/standard-test-roles/pull-request/113

Metadata Update from @astepano:
- Issue assigned to astepano

Metadata Update from @astepano:
- Issue close_status updated to: SOLVED
- Issue status updated to: Closed (was: Open)

Metadata