From 86f35c2c60a680b58fca27d9298dd53d02e0138f Mon Sep 17 00:00:00 2001 From: selias Date: Mon, 27 Feb 2017 13:56:22 +0100 Subject: HC Test: create Vlan sub-interface using netconf - add netconf test for specific issue HC2VPP-60 Change-Id: I8fc64bce40f1e43d93e7e92c952e564151bc8232 Signed-off-by: selias --- tests/func/honeycomb/mgmt-cfg-int-apihcnc-func.robot | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tests/func') 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 -- cgit 1.2.3-korg