diff options
author | lanqinglong <lanqinglong@huawei.com> | 2016-01-22 10:35:41 +0800 |
---|---|---|
committer | lanqinglong <lanqinglong@huawei.com> | 2016-01-22 10:35:41 +0800 |
commit | cc0375241d59e2c010e6c9e04040187478dc5533 (patch) | |
tree | ab60b3c9028baecdba2cf039c5b60de60151f4fe /testcases | |
parent | a063f3152f808c747a319b17f97dda452ebb4ae9 (diff) |
modify onos functest to suit joid CI
Change-Id: Ib73d80e06042c849f8f627b252b28c2fb95a283d
Diffstat (limited to 'testcases')
-rw-r--r-- | testcases/Controllers/ONOS/Teston/CI/onosfunctest.py | 3 |
1 files changed, 1 insertions, 2 deletions
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() |