From e2525969ae98fbca4bebca5fd72e1f5fac675118 Mon Sep 17 00:00:00 2001 From: Shu0T1an ChenG Date: Mon, 19 Nov 2018 10:05:08 -0800 Subject: [PATCH] [vs]: Add time.sleep(1) to make test stable time.sleep(1) after running the command to enslave member port Signed-off-by: Shu0T1an ChenG --- platform/vs/tests/teamd/test_portchannel.py | 1 + 1 file changed, 1 insertion(+) diff --git a/platform/vs/tests/teamd/test_portchannel.py b/platform/vs/tests/teamd/test_portchannel.py index 3bc601152c51..0632bf874e52 100644 --- a/platform/vs/tests/teamd/test_portchannel.py +++ b/platform/vs/tests/teamd/test_portchannel.py @@ -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")