Hide Forgot
Description of problem: When trying to install SUT packages on controller node the setup of the test fails because of conflicting packages shown in the logs: Transaction check error: file /usr/bin/subunit-trace from install of python-os-testr-0.6.0-1.el7ost.noarch conflicts with file from package python-tempest-lib-0.0.2-3.el7.noarch Version-Release number of selected component (if applicable): rhcert for OSP9 How reproducible: Every time Steps to Reproduce: 1. Install OSP9 as in the documentation 2. Fallow the certification workflow to create a test vm 3. Add the controller node as SUT in the certification suite. 4. Run openstack_verify test on the SUT Actual results: openstack_verify fails with conflicting packages error: Transaction check error: file /usr/bin/subunit-trace from install of python-os-testr-0.6.0-1.el7ost.noarch conflicts with file from package python-tempest-lib-0.0.2-3.el7.noarch Expected results: Scenario should install necessary packages and run the tempest run. Additional info:
I ran into this issue as well. On the controller I added this repo subscription-manager repos --enable=rhel-7-server-openstack-9-rpms then yum install python-tempest-lib yum -t install openstack-tempest then re-ran the tests and got past this issue.