commit | fabd7e526d1af2234d219972266536b61facad6b | [log] [tgz] |
---|---|---|
author | Jon Hall <jhall@onlab.us> | Tue Apr 19 19:20:59 2016 -0700 |
committer | Jon Hall <jhall@onlab.us> | Tue Apr 19 19:31:14 2016 -0700 |
tree | 859bdb8856ed31d986e1ff409ca48b67ff9a792f | |
parent | e58253f2296e31f2d7d86b308668b93ee64077eb [diff] [blame] |
SDNIP test fixes correct path for quagga config files update routes variable when retrying Change-Id: I39d266a4dfe5ff399f3f28c23fdde622c60c166d
diff --git a/TestON/tests/USECASE/USECASE_SdnipFunction/dependencies/USECASE_SdnipI2MN.py b/TestON/tests/USECASE/USECASE_SdnipFunction/dependencies/USECASE_SdnipI2MN.py index 59bd0ab..754c03c 100755 --- a/TestON/tests/USECASE/USECASE_SdnipFunction/dependencies/USECASE_SdnipI2MN.py +++ b/TestON/tests/USECASE/USECASE_SdnipFunction/dependencies/USECASE_SdnipI2MN.py
@@ -25,7 +25,7 @@ QUAGGA_DIR = '/usr/lib/quagga' QUAGGA_RUN_DIR = '/usr/local/var/run/quagga' -QUAGGA_CONFIG_DIR = '~/OnosSystemTest/TestON/tests/USECASE_SdnipFunction/dependencies/' +QUAGGA_CONFIG_DIR = '~/OnosSystemTest/TestON/tests/USECASE/USECASE_SdnipFunction/dependencies/' # onos1IP = '10.254.1.201' numSw = 39