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:
ghanshyam 2017-02-15 02:54:45 +00:00
parent 182df8ec28
commit 9c12d1464b
1 changed files with 1 additions and 1 deletions

View File

@ -277,7 +277,7 @@ class GCESmokeTestCase(testtools.TestCase):
return True if proc.returncode == 0 else False
result = test_utils.call_until_true(
ping, CONF.compute.ping_timeout, 1)
ping, CONF.validation.ping_timeout, 1)
if result:
return