Merge "Move to the python-saharaclient"
This commit is contained in:
@@ -93,8 +93,7 @@ class ClientTestBase(tempest.test.BaseTestCase):
|
|||||||
"""Executes sahara command for the given action."""
|
"""Executes sahara command for the given action."""
|
||||||
flags += ' --endpoint-type %s' % CONF.data_processing.endpoint_type
|
flags += ' --endpoint-type %s' % CONF.data_processing.endpoint_type
|
||||||
return self.cmd_with_auth(
|
return self.cmd_with_auth(
|
||||||
# TODO (slukjanov): replace with sahara when new client released
|
'sahara', action, flags, params, admin, fail_ok)
|
||||||
'savanna', action, flags, params, admin, fail_ok)
|
|
||||||
|
|
||||||
def cmd_with_auth(self, cmd, action, flags='', params='',
|
def cmd_with_auth(self, cmd, action, flags='', params='',
|
||||||
admin=True, fail_ok=False):
|
admin=True, fail_ok=False):
|
||||||
|
|||||||
Reference in New Issue
Block a user