case6 needs a new driver, disable it for now
Change-Id: I7e071e6e2d0318f813541356d674177cabfc45fd
diff --git a/TestON/tests/USECASE_SdnipFunctionCluster_fsfw/Dependency/vrrpd-onos1.sh b/TestON/tests/USECASE_SdnipFunctionCluster_fsfw/Dependency/vrrpd-onos1.sh
index aac0ac7..2610377 100755
--- a/TestON/tests/USECASE_SdnipFunctionCluster_fsfw/Dependency/vrrpd-onos1.sh
+++ b/TestON/tests/USECASE_SdnipFunctionCluster_fsfw/Dependency/vrrpd-onos1.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-vrrpd -D -n -i eth0 -v 1 -p 50 10.128.20.11 -f /var/run/
+vrrpd -D -n -i eth0 -v 1 -p 150 10.128.20.11 -f /var/run/
vrrpd -D -n -i eth0 -v 2 -p 100 10.128.20.12 -f /var/run/
-vrrpd -D -n -i eth0 -v 3 -p 150 10.128.20.13 -f /var/run/
+vrrpd -D -n -i eth0 -v 3 -p 50 10.128.20.13 -f /var/run/
diff --git a/TestON/tests/USECASE_SdnipFunctionCluster_fsfw/Dependency/vrrpd-onos2.sh b/TestON/tests/USECASE_SdnipFunctionCluster_fsfw/Dependency/vrrpd-onos2.sh
index 760e723..3504e30 100755
--- a/TestON/tests/USECASE_SdnipFunctionCluster_fsfw/Dependency/vrrpd-onos2.sh
+++ b/TestON/tests/USECASE_SdnipFunctionCluster_fsfw/Dependency/vrrpd-onos2.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-vrrpd -D -n -i eth0 -v 1 -p 50 10.128.20.12 -f /var/run/
+vrrpd -D -n -i eth0 -v 1 -p 150 10.128.20.12 -f /var/run/
vrrpd -D -n -i eth0 -v 2 -p 100 10.128.20.13 -f /var/run/
-vrrpd -D -n -i eth0 -v 3 -p 150 10.128.20.11 -f /var/run/
+vrrpd -D -n -i eth0 -v 3 -p 50 10.128.20.11 -f /var/run/
diff --git a/TestON/tests/USECASE_SdnipFunctionCluster_fsfw/Dependency/vrrpd-onos3.sh b/TestON/tests/USECASE_SdnipFunctionCluster_fsfw/Dependency/vrrpd-onos3.sh
index 4dd9c0b..a4c486b 100755
--- a/TestON/tests/USECASE_SdnipFunctionCluster_fsfw/Dependency/vrrpd-onos3.sh
+++ b/TestON/tests/USECASE_SdnipFunctionCluster_fsfw/Dependency/vrrpd-onos3.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-vrrpd -D -n -i eth0 -v 1 -p 50 10.128.20.13 -f /var/run/
+vrrpd -D -n -i eth0 -v 1 -p 150 10.128.20.13 -f /var/run/
vrrpd -D -n -i eth0 -v 2 -p 100 10.128.20.11 -f /var/run/
-vrrpd -D -n -i eth0 -v 3 -p 150 10.128.20.12 -f /var/run/
+vrrpd -D -n -i eth0 -v 3 -p 50 10.128.20.12 -f /var/run/
diff --git a/TestON/tests/USECASE_SdnipFunctionCluster_fsfw/USECASE_SdnipFunctionCluster_fsfw.params b/TestON/tests/USECASE_SdnipFunctionCluster_fsfw/USECASE_SdnipFunctionCluster_fsfw.params
index d0d6eff..8124dfe 100644
--- a/TestON/tests/USECASE_SdnipFunctionCluster_fsfw/USECASE_SdnipFunctionCluster_fsfw.params
+++ b/TestON/tests/USECASE_SdnipFunctionCluster_fsfw/USECASE_SdnipFunctionCluster_fsfw.params
@@ -1,6 +1,8 @@
<PARAMS>
- <testcases>101, 100, 200, 102, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12</testcases>
+ <testcases>101, 100, 200, 102, 1, 2, 3, 4, 7, 8, 9, 10, 11, 12</testcases>
+ # case6 needs a new driver, will enable it after this new driver
+ #<testcases>101, 100, 200, 102, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12</testcases>
#Environment variables
<ENV>
<cellName>sdnip_multiple_instance_VM</cellName>
diff --git a/TestON/tests/USECASE_SdnipFunction_fsfw/USECASE_SdnipFunction_fsfw.params b/TestON/tests/USECASE_SdnipFunction_fsfw/USECASE_SdnipFunction_fsfw.params
index fca86aa..8f0dc3f 100644
--- a/TestON/tests/USECASE_SdnipFunction_fsfw/USECASE_SdnipFunction_fsfw.params
+++ b/TestON/tests/USECASE_SdnipFunction_fsfw/USECASE_SdnipFunction_fsfw.params
@@ -1,7 +1,8 @@
<PARAMS>
- <testcases>100, 101, 102, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10</testcases>
-
+ <testcases>100, 101, 102, 1, 2, 3, 4, 7, 8, 9, 10</testcases>
+ #<testcases>100, 101, 102, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10</testcases>
+ # case6 needs a new driver, will enable it after this new driver
#Environment variables
<ENV>
<cellName>sdnip_single_instance</cellName>