Description of problem: Looking at https://github.com/rdo-management/python-rdomanager-oscplugin/blob/master/rdomanager_oscplugin/v1/overcloud_validate.py overcloud_validate is using the wrong script to invoke tempest. The correct script to execute is tools/run-tests.sh https://github.com/redhat-openstack/tempest/blob/master/tools/run-tests.sh dkranz can assist w/ the proper config and execution of tempest.
I have submitted a patch on python-rdo-manager-oscplugin : https://review.gerrithub.io/#/c/237293/
The change was merged midstream and presumably just needs to be submitted downstream? Midstream commit: https://github.com/rdo-management/python-rdomanager-oscplugin/commit/9e10a840ac968c25fcffb367430b996a23669b53
Posted downstream https://code.engineering.redhat.com/gerrit/#/c/51860/
puddle is using: mock_setup_dir.assert_called_once_with() mock_os_chdir.assert_called_with('/home/user/tempest') mock_run_shell.assert_has_calls([ mock.call('/usr/share/openstack-tempest-kilo/tools/' 'configure-tempest-directory'), mock.call('./tools/config_tempest.py --out etc/tempest.conf ' '--deployer-input partial_config_file ' '--debug --create ' 'identity.uri http://foo ' 'compute.allow_tenant_isolation true ' 'object-storage.operator_role SwiftOperator ' 'identity.admin_password password ' 'compute.build_timeout 500 ' 'compute.image_ssh_user cirros ' 'compute.ssh_user cirros ' 'network.build_timeout 500 ' 'volume.build_timeout 500 ' 'scenario.ssh_user cirros'), mock.call('./tools/run-tests.sh bar --skip-file skip') ])
*** Bug 1236073 has been marked as a duplicate of this bug. ***
Verified [stack@rhos-compute-node-18 ~]$ rpm -qa | grep python-rdomanager-oscplugin python-rdomanager-oscplugin-0.0.8-43.el7ost.noarch [stack@rhos-compute-node-18 ~]$ grep 'test' /usr/lib/python2.7/site-packages/rdomanager_oscplugin/v1/overcloud_validate.py args = ['./tools/run-tests.sh', ]
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2015:1549