From a58e87593e40e6117153a2604b176e7f4d367c0d Mon Sep 17 00:00:00 2001 From: lanqinglong Date: Fri, 22 Jan 2016 10:35:41 +0800 Subject: modify onos functest to suit joid CI Change-Id: Ib73d80e06042c849f8f627b252b28c2fb95a283d (cherry picked from commit cc0375241d59e2c010e6c9e04040187478dc5533) --- testcases/Controllers/ONOS/Teston/CI/onosfunctest.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'testcases') diff --git a/testcases/Controllers/ONOS/Teston/CI/onosfunctest.py b/testcases/Controllers/ONOS/Teston/CI/onosfunctest.py index ccd49b75b..64b8ac1de 100644 --- a/testcases/Controllers/ONOS/Teston/CI/onosfunctest.py +++ b/testcases/Controllers/ONOS/Teston/CI/onosfunctest.py @@ -95,8 +95,7 @@ def GetResult(): return payload def SetOnosIp(): - onoscreds = ONOS_CONF_DIR + "/openstack.creds" - cmd = "cat " + onoscreds + " | grep OS_AUTH_URL" + cmd = "keystone catalog --service network | grep publicURL" cmd_output = os.popen(cmd).read() print cmd_output OC1=re.search(r"\d+\.\d+\.\d+\.\d+",cmd_output).group() -- cgit 1.2.3-korg