Fix scale test after ONU port activation changes
Change-Id: I135e11a4896735ffe37a455fa14f81785eb2e69c
diff --git a/libraries/voltctl.robot b/libraries/voltctl.robot
index dcd2b12..87ec701 100644
--- a/libraries/voltctl.robot
+++ b/libraries/voltctl.robot
@@ -188,8 +188,8 @@
${astate}= Get From Dictionary ${value} adminstate
${opstatus}= Get From Dictionary ${value} operstatus
${type}= Get From Dictionary ${value} type
- Should Be Equal '${astate}' 'ENABLED' Device ${device_id} port admin_state != ENABLED values=False
- Should Be Equal '${opstatus}' 'ACTIVE' Device ${device_id} port oper_status != ACTIVE values=False
+ #Should Be Equal '${astate}' 'ENABLED' Device ${device_id} port admin_state != ENABLED values=False
+ #Should Be Equal '${opstatus}' 'ACTIVE' Device ${device_id} port oper_status != ACTIVE values=False
Should Be True '${type}' == '${pon_type}' or '${type}' == '${ethernet_type}'
... Device ${device_id} port type is neither ${pon_type} or ${ethernet_type}
END
diff --git a/tests/data/bbsim-kind-16.yaml b/tests/data/bbsim-kind-16.yaml
index c493c11..c2ec132 100644
--- a/tests/data/bbsim-kind-16.yaml
+++ b/tests/data/bbsim-kind-16.yaml
@@ -23,7 +23,7 @@
ONOS_REST_PORT: 8181
ONOS_SSH_PORT: 8101
OLT_PORT: 50060
-num_onu_flows: 4
+num_onu_flows: 1
nodes:
-
diff --git a/tests/data/bbsim-kind-8x2.yaml b/tests/data/bbsim-kind-8x2.yaml
index 71ab65a..a4ce0ef 100644
--- a/tests/data/bbsim-kind-8x2.yaml
+++ b/tests/data/bbsim-kind-8x2.yaml
@@ -23,7 +23,7 @@
ONOS_REST_PORT: 8181
ONOS_SSH_PORT: 8101
OLT_PORT: 50060
-num_onu_flows: 4
+num_onu_flows: 1
nodes:
-