diff options
author | Michal Cmarada <michal.cmarada@pantheon.tech> | 2018-06-21 10:17:40 +0200 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2018-06-21 11:33:34 +0000 |
commit | 04d78878f062301f791d4000bfab5227b184c0d8 (patch) | |
tree | 6d4dcc89304c0d147cec0f7d9b67a9220476f159 /tests | |
parent | fe014f97664f26b2ed75939a7efe9728e037f121 (diff) |
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 <michal.cmarada@pantheon.tech>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/honeycomb/func/mgmt-cfg-int-subint-apihc-apivat-func.robot | 2 |
1 files changed, 2 insertions, 0 deletions
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 |