Fixing Sahara system tests - part 2

Commit https://review.openstack.org/#/c/207427/ has been merged.
This change has removed API workers for Sahara. So we need to make
the corresponding changes in Sahara system tests.

Closes-Bug: #1480891

Change-Id: I06dc5c747a709f7d541a321d592e9eeb7484af28
This commit is contained in:
Yaroslav Lobankov 2015-07-31 19:12:00 +03:00
parent b55d8df608
commit eb893e4b62
1 changed files with 2 additions and 2 deletions

View File

@ -93,7 +93,7 @@ class SaharaHAOneController(TestBasic):
_ip = self.fuel_web.get_nailgun_node_by_name("slave-01")['ip']
checkers.verify_service(
self.env.d_env.get_ssh_to_remote(_ip),
service_name='sahara-api', count=5)
service_name='sahara-api')
checkers.verify_service(
self.env.d_env.get_ssh_to_remote(_ip),
service_name='sahara-engine')
@ -202,7 +202,7 @@ class SaharaHA(TestBasic):
_ip = self.fuel_web.get_nailgun_node_by_name(slave)['ip']
checkers.verify_service(
self.env.d_env.get_ssh_to_remote(_ip),
service_name='sahara-api', count=5)
service_name='sahara-api')
checkers.verify_service(
self.env.d_env.get_ssh_to_remote(_ip),
service_name='sahara-engine')