diff options
author | lanqinglong <lanqinglong@huawei.com> | 2016-01-15 10:28:42 +0800 |
---|---|---|
committer | Qinglong Lan <lanqinglong@huawei.com> | 2016-01-15 03:11:38 +0000 |
commit | be4d2778d535272a3683cb8e518c85065af6a582 (patch) | |
tree | 1526e9d3ca3abf8580d9582f4ea3d9317cfefb31 /testcases/config_functest.yaml | |
parent | 5509502fa7ebe0555c52afa5d574f4c1bba04eac (diff) |
Modify ONOS test for CI running
Change-Id: I2ce678c1239920071f9eeb6fe251a92cb3737e6a
Signed-off-by: lanqinglong <lanqinglong@huawei.com>
Diffstat (limited to 'testcases/config_functest.yaml')
-rw-r--r-- | testcases/config_functest.yaml | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/testcases/config_functest.yaml b/testcases/config_functest.yaml index be7687ac4..10637159a 100644 --- a/testcases/config_functest.yaml +++ b/testcases/config_functest.yaml @@ -139,12 +139,15 @@ ONOS: onoscli_password: 'root' runtimeout: 300 environment: - OCT: '189.42.8.99' - OC1: '189.42.8.101' - OC2: '189.42.8.102' - OC3: '189.42.8.103' - OCN: '189.42.8.104' - OCN2: '189.42.8.105' + OCT: '10.20.0.1' + OC1: '10.20.0.7' + OC2: '10.20.0.7' + OC3: '10.20.0.7' + OCN: '10.20.0.4' + OCN2: '10.20.0.5' + installer_master: '10.20.0.2' + installer_master_username: 'root' + installer_master_password: 'r00tme' results: test_db_url: http://213.77.62.197 |