Fix to use correct config options for ping_timeout
ping_timeout config options under compute group have been deprecated since 1 year and it has been under new group validation. Tempest will remove the deprecated config options soon. This commit use the config options from correct group. Change-Id: I1b1fa234969fafe13940384b54a9517de60ad3da
This commit is contained in:
parent
182df8ec28
commit
9c12d1464b
@ -277,7 +277,7 @@ class GCESmokeTestCase(testtools.TestCase):
|
|||||||
return True if proc.returncode == 0 else False
|
return True if proc.returncode == 0 else False
|
||||||
|
|
||||||
result = test_utils.call_until_true(
|
result = test_utils.call_until_true(
|
||||||
ping, CONF.compute.ping_timeout, 1)
|
ping, CONF.validation.ping_timeout, 1)
|
||||||
if result:
|
if result:
|
||||||
return
|
return
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user