[vs]: Add time.sleep(1) to make test stable (#2274)

time.sleep(1) after running the command to enslave member port

Signed-off-by: Shu0T1an ChenG <shuche@microsoft.com>
This commit is contained in:
Shuotian Cheng 2018-11-19 12:03:57 -08:00 committed by lguohan
parent b4fd40a75e
commit ecca7e9697

View File

@ -23,6 +23,7 @@ def test_PortChannel(dvs, testlog):
# create the lag member
dvs.runcmd("config portchannel member add PortChannel0001 Ethernet112")
time.sleep(1)
# test lag member table in appl db
tbl = swsscommon.Table(appldb, "LAG_MEMBER_TABLE")