aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorselias <samelias@cisco.com>2017-02-27 13:56:22 +0100
committerPeter Mikus <pmikus@cisco.com>2017-03-13 07:51:49 +0000
commit86f35c2c60a680b58fca27d9298dd53d02e0138f (patch)
tree8bc91e97e5afff080d871dcf7358da274493ba85 /tests
parent3a761053c1dacc9d5f21ec1ddf75e1f192473f2c (diff)
HC Test: create Vlan sub-interface using netconf
- add netconf test for specific issue HC2VPP-60 Change-Id: I8fc64bce40f1e43d93e7e92c952e564151bc8232 Signed-off-by: selias <samelias@cisco.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/func/honeycomb/mgmt-cfg-int-apihcnc-func.robot8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/func/honeycomb/mgmt-cfg-int-apihcnc-func.robot b/tests/func/honeycomb/mgmt-cfg-int-apihcnc-func.robot
index 0aabf4fc9f..45a80a436d 100644
--- a/tests/func/honeycomb/mgmt-cfg-int-apihcnc-func.robot
+++ b/tests/func/honeycomb/mgmt-cfg-int-apihcnc-func.robot
@@ -26,6 +26,7 @@
| ... | Restart Honeycomb And VPP And Clear Persisted Configuration | ${node}
*** Variables ***
+| ${interface}= | ${node['interfaces']['port1']['name']}
| &{bd_settings}= | flood=${True} | forward=${True} | learn=${True}
| ... | unknown-unicast-flood=${True} | arp-termination=${True}
@@ -57,3 +58,10 @@
| | When Error trigger is sent | ${trigger_revert1}
| | ${if_data_new}= | And InterfaceAPI.Get all interfaces oper data | ${node}
| | Then Should be equal | ${if_data} | ${if_data_new}
+
+| TC04: Vlan subinterface creation
+| | [Documentation] | Configure a Vlan sub-interface under a physical interface.
+| | Given Netconf session is established | ${node}
+| | When Error Trigger Is Sent
+| | ... | ${trigger_vlan} | interface=${interface}
+| | Then Replies should not contain RPC errors