diff options
author | Cedric Ollivier <cedric.ollivier@orange.com> | 2018-01-30 19:11:27 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-01-30 19:11:27 +0000 |
commit | 8296b68bbb2e6da34676af2c1e81e264c626296c (patch) | |
tree | 328f928cedd788ae9ea86b698f1edd9a87586b1e /functest/tests | |
parent | 03c3f4c2bd1635383cb64168b52e4d8540056942 (diff) | |
parent | 3b36c06f9223322e23e3885759355593b3c598a3 (diff) |
Merge "Remove duplicated code related to snaps creds"
Diffstat (limited to 'functest/tests')
-rw-r--r-- | functest/tests/unit/openstack/rally/test_rally.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functest/tests/unit/openstack/rally/test_rally.py b/functest/tests/unit/openstack/rally/test_rally.py index ba8a241f..92177f36 100644 --- a/functest/tests/unit/openstack/rally/test_rally.py +++ b/functest/tests/unit/openstack/rally/test_rally.py @@ -26,7 +26,7 @@ class OSRallyTesting(unittest.TestCase): os_creds = OSCreds( username='user', password='pass', auth_url='http://foo.com:5000/v3', project_name='bar') - with mock.patch('snaps.openstack.tests.openstack_tests.' + with mock.patch('functest.opnfv_tests.openstack.snaps.snaps_utils.' 'get_credentials', return_value=os_creds) as m: self.rally_base = rally.RallyBase() self.assertTrue(m.called) |