Bug 1234613
| Summary: | The overcloud_validate script is using run_tempest.sh where it should call tools/run-tests.sh | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | wes hayutin <whayutin> |
| Component: | python-rdomanager-oscplugin | Assignee: | RHOS Maint <rhos-maint> |
| Status: | CLOSED ERRATA | QA Contact: | tkammer |
| Severity: | urgent | Docs Contact: | |
| Priority: | urgent | ||
| Version: | Director | CC: | apevec, calfonso, dkranz, dmatthew, jslagle, lhh, mbultel, mburns, ohochman, rhel-osp-director-maint, rrosa, slinaber |
| Target Milestone: | ga | Keywords: | Automation |
| Target Release: | Director | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | python-rdomanager-oscplugin-0.0.8-14.el7ost | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-08-05 13:55:16 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
wes hayutin
2015-06-22 20:13:52 UTC
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 |