From 04d78878f062301f791d4000bfab5227b184c0d8 Mon Sep 17 00:00:00 2001 From: Michal Cmarada Date: Thu, 21 Jun 2018 10:17:40 +0200 Subject: [PATCH] Fix TC02 test case in mgmt-cfg-int-subint-apihc-apivat-func Add wait for interface to be up, because it takes some time while the interface state changes. Change-Id: I895dea1017ac0ffd099e80d9edca0f1d127657dd Signed-off-by: Michal Cmarada --- tests/honeycomb/func/mgmt-cfg-int-subint-apihc-apivat-func.robot | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/honeycomb/func/mgmt-cfg-int-subint-apihc-apivat-func.robot b/tests/honeycomb/func/mgmt-cfg-int-subint-apihc-apivat-func.robot index 93362ff43b..af32b6bddd 100644 --- a/tests/honeycomb/func/mgmt-cfg-int-subint-apihc-apivat-func.robot +++ b/tests/honeycomb/func/mgmt-cfg-int-subint-apihc-apivat-func.robot @@ -17,6 +17,7 @@ | Resource | resources/libraries/robot/honeycomb/sub_interface.robot | Resource | resources/libraries/robot/honeycomb/bridge_domain.robot | Resource | resources/libraries/robot/honeycomb/interfaces.robot +| Library | resources.libraries.python.InterfaceUtil | Variables | resources/test_data/honeycomb/sub_interfaces.py | ... | Suite Setup | Set Up Honeycomb Functional Test Suite | ${node} @@ -73,6 +74,7 @@ | | ... | ${node} | ${super_if} | up | | When Honeycomb sets the sub-interface up | | ... | ${node} | ${super_if} | ${sub_if_id} +| | Vpp Node Interfaces Ready Wait | ${node} | | Then Sub-interface state from Honeycomb should be | | ... | ${node} | ${super_if} | ${sub_if_id} | up | up | | And sub-interface state from VAT should be -- 2.16.6