2023-05-30T14:21:14.7951819Z =================================== FAILURES =================================== 2023-05-30T14:21:14.7956746Z _________________ TestSubPortIntf.test_sub_port_intf_creation __________________ 2023-05-30T14:21:14.7957189Z 2023-05-30T14:21:14.7957682Z self = 2023-05-30T14:21:14.7958206Z dvs = 2023-05-30T14:21:14.7958482Z 2023-05-30T14:21:14.7959133Z def test_sub_port_intf_creation(self, dvs): 2023-05-30T14:21:14.7963149Z > self.connect_dbs(dvs) 2023-05-30T14:21:14.7963566Z 2023-05-30T14:21:14.7964137Z test_sub_port_intf.py:586: 2023-05-30T14:21:14.7964509Z _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 2023-05-30T14:21:14.7964826Z test_sub_port_intf.py:86: in connect_dbs 2023-05-30T14:21:14.7965138Z self.default_vrf_oid = self.get_default_vrf_oid() 2023-05-30T14:21:14.7965464Z _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 2023-05-30T14:21:14.7965592Z 2023-05-30T14:21:14.7965855Z self = 2023-05-30T14:21:14.7966024Z 2023-05-30T14:21:14.7966252Z def get_default_vrf_oid(self): 2023-05-30T14:21:14.7966525Z oids = self.get_oids(ASIC_VIRTUAL_ROUTER_TABLE) 2023-05-30T14:21:14.7966860Z > assert len(oids) == 1, "Wrong # of default vrfs: %d, expected #: 1." % (len(oids)) 2023-05-30T14:21:14.7967216Z E AssertionError: Wrong # of default vrfs: 2, expected #: 1. 2023-05-30T14:21:14.7967477Z E assert 2 == 1 2023-05-30T14:21:14.7967667Z E -2 2023-05-30T14:21:14.7967870Z E +1 2023-05-30T14:21:14.7967953Z 2023-05-30T14:21:14.7968200Z test_sub_port_intf.py:393: AssertionError 2023-05-30T14:21:14.7970848Z ---------------------------- Captured stdout setup ----------------------------- 2023-05-30T14:21:14.7971234Z remove extra link dummy 2023-05-30T14:21:14.7971739Z ---------------------------- Captured stderr setup ----------------------------- 2023-05-30T14:21:14.7972110Z Exception ignored in: 2023-05-30T14:21:14.7972436Z Traceback (most recent call last): 2023-05-30T14:21:14.7972741Z File "/agent/_work/1/s/tests/conftest.py", line 168, in __del__ 2023-05-30T14:21:14.7973063Z neighbors = self.get_keys(self.NEIGH_TABLE) 2023-05-30T14:21:14.7973728Z File "/agent/_work/1/s/tests/dvslib/dvs_database.py", line 122, in get_keys 2023-05-30T14:21:14.7974098Z table = swsscommon.Table(self.db_connection, table_name) 2023-05-30T14:21:14.7974668Z File "/usr/lib/python3/dist-packages/swsscommon/swsscommon.py", line 2706, in __init__ 2023-05-30T14:21:14.7975040Z _swsscommon.Table_swiginit(self, _swsscommon.new_Table(*args)) 2023-05-30T14:21:14.7975581Z RuntimeError: Unable to connect to redis (unix-socket): Cannot assign requested address 2023-05-30T14:21:14.7976131Z ----------------------------- Captured stdout call ----------------------------- 2023-05-30T14:21:14.7976679Z -----rc=1 for cmd ['bash', '-c', 'ip link show Ethernet64 | grep Vrf0']----- 2023-05-30T14:21:14.7976850Z 2023-05-30T14:21:14.7977104Z ----- 2023-05-30T14:21:14.7977558Z -----rc=1 for cmd ['bash', '-c', 'ip link show Ethernet64 | grep master']----- 2023-05-30T14:21:14.7977728Z 2023-05-30T14:21:14.7977989Z ----- 2023-05-30T14:21:14.7978669Z -----rc=1 for cmd ['bash', '-c', 'ip link show PortChannel1 | grep Vrf0']----- 2023-05-30T14:21:14.7978821Z 2023-05-30T14:21:14.7979082Z ----- 2023-05-30T14:21:14.7979530Z -----rc=1 for cmd ['bash', '-c', 'ip link show PortChannel1 | grep master']----- 2023-05-30T14:21:14.7979705Z 2023-05-30T14:21:14.7979955Z ----- 2023-05-30T14:21:14.7980404Z -----rc=1 for cmd ['bash', '-c', 'ip link show Ethernet64 | grep Vnet1000']----- 2023-05-30T14:21:14.7980593Z 2023-05-30T14:21:14.7980834Z ----- 2023-05-30T14:21:14.7981488Z -----rc=1 for cmd ['bash', '-c', 'ip link show Ethernet64 | grep master']----- 2023-05-30T14:21:14.7981664Z 2023-05-30T14:21:14.7981916Z ----- 2023-05-30T14:21:14.7982210Z _______________ TestSubPortIntf.test_sub_port_intf_add_ip_addrs ________________ 2023-05-30T14:21:14.7982399Z 2023-05-30T14:21:14.7982651Z self = 2023-05-30T14:21:14.7982991Z dvs = 2023-05-30T14:21:14.7983146Z 2023-05-30T14:21:14.7983385Z def test_sub_port_intf_add_ip_addrs(self, dvs): 2023-05-30T14:21:14.7983659Z > self.connect_dbs(dvs) 2023-05-30T14:21:14.7983882Z 2023-05-30T14:21:14.7984113Z test_sub_port_intf.py:672: 2023-05-30T14:21:14.7986620Z _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 2023-05-30T14:21:14.7986978Z test_sub_port_intf.py:86: in connect_dbs 2023-05-30T14:21:14.7987361Z self.default_vrf_oid = self.get_default_vrf_oid() 2023-05-30T14:21:14.7987666Z _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 2023-05-30T14:21:14.7987806Z 2023-05-30T14:21:14.7988069Z self = 2023-05-30T14:21:14.7988224Z 2023-05-30T14:21:14.7988446Z def get_default_vrf_oid(self): 2023-05-30T14:21:14.7988740Z oids = self.get_oids(ASIC_VIRTUAL_ROUTER_TABLE) 2023-05-30T14:21:14.7989072Z > assert len(oids) == 1, "Wrong # of default vrfs: %d, expected #: 1." % (len(oids)) 2023-05-30T14:21:14.7989431Z E AssertionError: Wrong # of default vrfs: 2, expected #: 1. 2023-05-30T14:21:14.7989699Z E assert 2 == 1 2023-05-30T14:21:14.7989900Z E -2 2023-05-30T14:21:14.7990098Z E +1 2023-05-30T14:21:14.7990177Z 2023-05-30T14:21:14.7990422Z test_sub_port_intf.py:393: AssertionError 2023-05-30T14:21:14.7990786Z _____________ TestSubPortIntf.test_sub_port_intf_appl_db_proc_seq ______________ 2023-05-30T14:21:14.7990977Z 2023-05-30T14:21:14.7991233Z self = 2023-05-30T14:21:14.7991572Z dvs = 2023-05-30T14:21:14.7991720Z 2023-05-30T14:21:14.7991962Z def test_sub_port_intf_appl_db_proc_seq(self, dvs): 2023-05-30T14:21:14.7992238Z > self.connect_dbs(dvs) 2023-05-30T14:21:14.7992329Z 2023-05-30T14:21:14.7992537Z test_sub_port_intf.py:747: 2023-05-30T14:21:14.7992846Z _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 2023-05-30T14:21:14.7993141Z test_sub_port_intf.py:86: in connect_dbs 2023-05-30T14:21:14.7993452Z self.default_vrf_oid = self.get_default_vrf_oid() 2023-05-30T14:21:14.7993762Z _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 2023-05-30T14:21:14.7993900Z 2023-05-30T14:21:14.7994160Z self = 2023-05-30T14:21:14.7994310Z 2023-05-30T14:21:14.7994538Z def get_default_vrf_oid(self): 2023-05-30T14:21:14.7994813Z oids = self.get_oids(ASIC_VIRTUAL_ROUTER_TABLE) 2023-05-30T14:21:14.7995156Z > assert len(oids) == 1, "Wrong # of default vrfs: %d, expected #: 1." % (len(oids)) 2023-05-30T14:21:14.7995491Z E AssertionError: Wrong # of default vrfs: 2, expected #: 1. 2023-05-30T14:21:14.7995758Z E assert 2 == 1 2023-05-30T14:21:14.7995963Z E -2 2023-05-30T14:21:14.7996143Z E +1 2023-05-30T14:21:14.7996236Z 2023-05-30T14:21:14.7996476Z test_sub_port_intf.py:393: AssertionError 2023-05-30T14:21:14.7997002Z ____________ TestSubPortIntf.test_sub_port_intf_admin_status_change ____________ 2023-05-30T14:21:14.7997208Z 2023-05-30T14:21:14.7997449Z self = 2023-05-30T14:21:14.7997791Z dvs = 2023-05-30T14:21:14.7997942Z 2023-05-30T14:21:14.8000217Z def test_sub_port_intf_admin_status_change(self, dvs): 2023-05-30T14:21:14.8000571Z > self.connect_dbs(dvs) 2023-05-30T14:21:14.8000662Z 2023-05-30T14:21:14.8000887Z test_sub_port_intf.py:884: 2023-05-30T14:21:14.8001177Z _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 2023-05-30T14:21:14.8001469Z test_sub_port_intf.py:86: in connect_dbs 2023-05-30T14:21:14.8001764Z self.default_vrf_oid = self.get_default_vrf_oid() 2023-05-30T14:21:14.8002072Z _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 2023-05-30T14:21:14.8002217Z 2023-05-30T14:21:14.8002491Z self = 2023-05-30T14:21:14.8002645Z 2023-05-30T14:21:14.8003010Z def get_default_vrf_oid(self): 2023-05-30T14:21:14.8003288Z oids = self.get_oids(ASIC_VIRTUAL_ROUTER_TABLE) 2023-05-30T14:21:14.8003622Z > assert len(oids) == 1, "Wrong # of default vrfs: %d, expected #: 1." % (len(oids)) 2023-05-30T14:21:14.8003944Z E AssertionError: Wrong # of default vrfs: 2, expected #: 1. 2023-05-30T14:21:14.8004220Z E assert 2 == 1 2023-05-30T14:21:14.8004419Z E -2 2023-05-30T14:21:14.8004600Z E +1 2023-05-30T14:21:14.8004691Z 2023-05-30T14:21:14.8004931Z test_sub_port_intf.py:393: AssertionError 2023-05-30T14:21:14.8005280Z ______________ TestSubPortIntf.test_sub_port_intf_remove_ip_addrs ______________ 2023-05-30T14:21:14.8005483Z 2023-05-30T14:21:14.8005740Z self = 2023-05-30T14:21:14.8006074Z dvs = 2023-05-30T14:21:14.8006235Z 2023-05-30T14:21:14.8006473Z def test_sub_port_intf_remove_ip_addrs(self, dvs): 2023-05-30T14:21:14.8006758Z > self.connect_dbs(dvs) 2023-05-30T14:21:14.8006865Z 2023-05-30T14:21:14.8007086Z test_sub_port_intf.py:969: 2023-05-30T14:21:14.8007394Z _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 2023-05-30T14:21:14.8007692Z test_sub_port_intf.py:86: in connect_dbs 2023-05-30T14:21:14.8008001Z self.default_vrf_oid = self.get_default_vrf_oid() 2023-05-30T14:21:14.8008259Z _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 2023-05-30T14:21:14.8008382Z 2023-05-30T14:21:14.8008653Z self = 2023-05-30T14:21:14.8008819Z 2023-05-30T14:21:14.8009033Z def get_default_vrf_oid(self): 2023-05-30T14:21:14.8009323Z oids = self.get_oids(ASIC_VIRTUAL_ROUTER_TABLE) 2023-05-30T14:21:14.8009626Z > assert len(oids) == 1, "Wrong # of default vrfs: %d, expected #: 1." % (len(oids)) 2023-05-30T14:21:14.8010015Z E AssertionError: Wrong # of default vrfs: 2, expected #: 1. 2023-05-30T14:21:14.8027635Z E assert 2 == 1 2023-05-30T14:21:14.8028115Z E -2 2023-05-30T14:21:14.8029148Z E +1 2023-05-30T14:21:14.8029254Z 2023-05-30T14:21:14.8030430Z test_sub_port_intf.py:393: AssertionError 2023-05-30T14:21:14.8030822Z __________________ TestSubPortIntf.test_sub_port_intf_removal __________________ 2023-05-30T14:21:14.8031004Z 2023-05-30T14:21:14.8031265Z self = 2023-05-30T14:21:14.8031600Z dvs = 2023-05-30T14:21:14.8031751Z 2023-05-30T14:21:14.8031989Z def test_sub_port_intf_removal(self, dvs): 2023-05-30T14:21:14.8032342Z > self.connect_dbs(dvs) 2023-05-30T14:21:14.8032463Z 2023-05-30T14:21:14.8032679Z test_sub_port_intf.py:1160: 2023-05-30T14:21:14.8032988Z _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 2023-05-30T14:21:14.8033429Z test_sub_port_intf.py:86: in connect_dbs 2023-05-30T14:21:14.8033754Z self.default_vrf_oid = self.get_default_vrf_oid() 2023-05-30T14:21:14.8034069Z _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 2023-05-30T14:21:14.8034201Z 2023-05-30T14:21:14.8034481Z self = 2023-05-30T14:21:14.8034643Z 2023-05-30T14:21:14.8034862Z def get_default_vrf_oid(self): 2023-05-30T14:21:14.8035164Z oids = self.get_oids(ASIC_VIRTUAL_ROUTER_TABLE) 2023-05-30T14:21:14.8035501Z > assert len(oids) == 1, "Wrong # of default vrfs: %d, expected #: 1." % (len(oids)) 2023-05-30T14:21:14.8035845Z E AssertionError: Wrong # of default vrfs: 2, expected #: 1. 2023-05-30T14:21:14.8036106Z E assert 2 == 1 2023-05-30T14:21:14.8036310Z E -2 2023-05-30T14:21:14.8036495Z E +1 2023-05-30T14:21:14.8036566Z 2023-05-30T14:21:14.8036769Z test_sub_port_intf.py:393: AssertionError 2023-05-30T14:21:14.8037058Z ____________________ TestSubPortIntf.test_sub_port_intf_mtu ____________________ 2023-05-30T14:21:14.8037320Z 2023-05-30T14:21:14.8037568Z self = 2023-05-30T14:21:14.8037878Z dvs = 2023-05-30T14:21:14.8038009Z 2023-05-30T14:21:14.8038259Z def test_sub_port_intf_mtu(self, dvs): 2023-05-30T14:21:14.8038498Z > self.connect_dbs(dvs) 2023-05-30T14:21:14.8038580Z 2023-05-30T14:21:14.8038775Z test_sub_port_intf.py:1235: 2023-05-30T14:21:14.8039056Z _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 2023-05-30T14:21:14.8039363Z test_sub_port_intf.py:86: in connect_dbs 2023-05-30T14:21:14.8039644Z self.default_vrf_oid = self.get_default_vrf_oid() 2023-05-30T14:21:14.8039927Z _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 2023-05-30T14:21:14.8040048Z 2023-05-30T14:21:14.8040282Z self = 2023-05-30T14:21:14.8040431Z 2023-05-30T14:21:14.8040630Z def get_default_vrf_oid(self): 2023-05-30T14:21:14.8040893Z oids = self.get_oids(ASIC_VIRTUAL_ROUTER_TABLE) 2023-05-30T14:21:14.8041209Z > assert len(oids) == 1, "Wrong # of default vrfs: %d, expected #: 1." % (len(oids)) 2023-05-30T14:21:14.8041506Z E AssertionError: Wrong # of default vrfs: 2, expected #: 1. 2023-05-30T14:21:14.8041770Z E assert 2 == 1 2023-05-30T14:21:14.8041967Z E -2 2023-05-30T14:21:14.8042148Z E +1 2023-05-30T14:21:14.8042218Z 2023-05-30T14:21:14.8042435Z test_sub_port_intf.py:393: AssertionError 2023-05-30T14:21:14.8042763Z _________________ TestSubPortIntf.test_sub_port_intf_nhg_accel _________________ 2023-05-30T14:21:14.8042925Z 2023-05-30T14:21:14.8043148Z self = 2023-05-30T14:21:14.8043465Z dvs = 2023-05-30T14:21:14.8043599Z 2023-05-30T14:21:14.8043820Z def test_sub_port_intf_nhg_accel(self, dvs): 2023-05-30T14:21:14.8044064Z > self.connect_dbs(dvs) 2023-05-30T14:21:14.8044158Z 2023-05-30T14:21:14.8044372Z test_sub_port_intf.py:1463: 2023-05-30T14:21:14.8044614Z _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 2023-05-30T14:21:14.8044900Z test_sub_port_intf.py:86: in connect_dbs 2023-05-30T14:21:14.8045194Z self.default_vrf_oid = self.get_default_vrf_oid() 2023-05-30T14:21:14.8045446Z _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 2023-05-30T14:21:14.8045562Z 2023-05-30T14:21:14.8045814Z self = 2023-05-30T14:21:14.8045954Z 2023-05-30T14:21:14.8046158Z def get_default_vrf_oid(self): 2023-05-30T14:21:14.8046411Z oids = self.get_oids(ASIC_VIRTUAL_ROUTER_TABLE) 2023-05-30T14:21:14.8046726Z > assert len(oids) == 1, "Wrong # of default vrfs: %d, expected #: 1." % (len(oids)) 2023-05-30T14:21:14.8047185Z E AssertionError: Wrong # of default vrfs: 2, expected #: 1. 2023-05-30T14:21:14.8047430Z E assert 2 == 1 2023-05-30T14:21:14.8047613Z E -2 2023-05-30T14:21:14.8047787Z E +1 2023-05-30T14:21:14.8047863Z 2023-05-30T14:21:14.8048079Z test_sub_port_intf.py:393: AssertionError 2023-05-30T14:21:14.8048403Z _ TestSubPortIntf.test_sub_port_intf_oper_down_with_pending_neigh_route_tasks __ 2023-05-30T14:21:14.8048557Z 2023-05-30T14:21:14.8048777Z self = 2023-05-30T14:21:14.8049094Z dvs = 2023-05-30T14:21:14.8049225Z 2023-05-30T14:21:14.8053976Z def test_sub_port_intf_oper_down_with_pending_neigh_route_tasks(self, dvs): 2023-05-30T14:21:14.8054489Z > self.connect_dbs(dvs) 2023-05-30T14:21:14.8054586Z 2023-05-30T14:21:14.8054872Z test_sub_port_intf.py:1603: 2023-05-30T14:21:14.8057289Z _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 2023-05-30T14:21:14.8058740Z test_sub_port_intf.py:86: in connect_dbs 2023-05-30T14:21:14.8059274Z self.default_vrf_oid = self.get_default_vrf_oid() 2023-05-30T14:21:14.8059610Z _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 2023-05-30T14:21:14.8059765Z 2023-05-30T14:21:14.8060052Z self = 2023-05-30T14:21:14.8060230Z 2023-05-30T14:21:14.8060477Z def get_default_vrf_oid(self): 2023-05-30T14:21:14.8060794Z oids = self.get_oids(ASIC_VIRTUAL_ROUTER_TABLE) 2023-05-30T14:21:14.8061168Z > assert len(oids) == 1, "Wrong # of default vrfs: %d, expected #: 1." % (len(oids)) 2023-05-30T14:21:14.8061663Z E AssertionError: Wrong # of default vrfs: 2, expected #: 1. 2023-05-30T14:21:14.8061958Z E assert 2 == 1 2023-05-30T14:21:14.8062163Z E -2 2023-05-30T14:21:14.8062370Z E +1 2023-05-30T14:21:14.8062543Z 2023-05-30T14:21:14.8062822Z test_sub_port_intf.py:393: AssertionError 2023-05-30T14:21:14.8063603Z ----- generated xml file: /agent/_work/1/s/tests/test_port_dpb_lag_tr.xml ------ 2023-05-30T14:21:14.8063933Z ===Flaky Test Report=== 2023-05-30T14:21:14.8064036Z 2023-05-30T14:21:14.8069591Z test_dependency passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8070014Z test_nonflaky_dummy passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8070387Z test_dependency passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8070749Z test_nonflaky_dummy passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8071125Z test_PortLinkTrainingForce passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8071519Z test_PortLinkTrainingCold passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8071898Z test_PortLinkTrainingWarm passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8072283Z test_nonflaky_dummy passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8072658Z test_PortMacLearnMode passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8073054Z test_PortchannelMacLearnMode passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8073431Z test_nonflaky_dummy passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8073802Z test_Portchannel passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8074180Z test_Portchannel_fast_rate[False] passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8074618Z test_Portchannel_fast_rate[True] passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8075030Z test_Portchannel_lacpkey passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8075416Z test_Portchannel_oper_down passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8075818Z test_Portchannel_tpid passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8076233Z test_portchannel_member_netdev_oper_status passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8076851Z test_nonflaky_dummy passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8077227Z test_tc_dscp_cfg passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8077577Z test_port_tc_dscp passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8077948Z test_tc_dot1p_cfg passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8078304Z test_port_tc_dot1p passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8078655Z test_dot1p_cfg passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8079018Z test_port_dot1p passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8079365Z test_dscp_to_fc passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8079724Z test_exp_to_fc passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8080120Z test_per_port_cbf_binding passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8080701Z test_mpls_tc_cfg passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8081072Z test_port_mpls_tc passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8081560Z test_dscp_to_tc_map_applied_to_switch passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8081978Z test_nonflaky_dummy passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8082549Z test_RouteAddRemoveIpv4Route passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8083047Z test_RouteAddRemoveIpv6Route passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8083458Z test_RouteAddRemoveIpv4RouteResolveNeigh passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8083900Z test_RouteAddRemoveIpv6RouteResolveNeigh passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8084333Z test_RouteAddRemoveIpv4RouteUnresolvedNeigh passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8084784Z test_RouteAddRemoveIpv6RouteUnresolvedNeigh passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8085218Z test_RouteAddRemoveIpv4BlackholeRoute passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8085655Z test_RouteAddRemoveIpv6BlackholeRoute passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8086047Z test_PerfAddRemoveRoute passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8086427Z test_offload[enabled] passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8086793Z test_offload[disabled] passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8087167Z test_nonflaky_dummy passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8087542Z test_SetReadOnlyAttribute passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8087925Z test_nonflaky_dummy passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8088285Z test_defaultGlobal passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8088638Z test_globalAll passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8089005Z test_InterfaceSet passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8089363Z test_defaultRate passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8089724Z test_ConfigDel passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8090095Z test_SamplingRatePortCfgUpdate passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8090499Z test_SamplingRateManualUpdate passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8090897Z test_InterfaceDisableAllUpdate passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8091304Z test_InterfaceDefaultSampleRate passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8091673Z test_Teardown passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8092043Z test_nonflaky_dummy passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8092400Z test_nonflaky_dummy passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8092842Z test_mysid passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8093185Z test_srv6 passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8093554Z test_nonflaky_dummy passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8093908Z test_bcast_storm passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8094273Z test_uucast_storm passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8094629Z test_umcast_storm passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8095003Z test_add_storm_all_interfaces passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8095410Z test_warm_restart_all_interfaces passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8095800Z test_add_storm_lag_interface passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8096200Z test_add_storm_vlan_interface passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8096576Z test_sub_port_intf_creation failed (1 runs remaining out of 2). 2023-05-30T14:21:14.8097090Z 2023-05-30T14:21:14.8100687Z Expected field/value pairs not found: expected={'SAI_ROUTER_INTERFACE_ATTR_TYPE': 'SAI_ROUTER_INTERFACE_TYPE_SUB_PORT', 'SAI_ROUTER_INTERFACE_ATTR_OUTER_VLAN_ID': '10', 'SAI_ROUTER_INTERFACE_ATTR_ADMIN_V4_STATE': 'true', 'SAI_ROUTER_INTERFACE_ATTR_ADMIN_V6_STATE': 'true', 'SAI_ROUTER_INTERFACE_ATTR_MTU': '9100', 'SAI_ROUTER_INTERFACE_ATTR_VIRTUAL_ROUTER_ID': 'oid:0x300000000061e', 'SAI_ROUTER_INTERFACE_ATTR_PORT_ID': 'oid:0x1000000000012'}, received={'SAI_ROUTER_INTERFACE_ATTR_VIRTUAL_ROUTER_ID': 'oid:0x300000000061e', 'SAI_ROUTER_INTERFACE_ATTR_SRC_MAC_ADDRESS': '02:42:AC:11:00:02', 'SAI_ROUTER_INTERFACE_ATTR_TYPE': 'SAI_ROUTER_INTERFACE_TYPE_SUB_PORT', 'SAI_ROUTER_INTERFACE_ATTR_PORT_ID': 'oid:0x1000000000012', 'SAI_ROUTER_INTERFACE_ATTR_OUTER_VLAN_ID': '10', 'SAI_ROUTER_INTERFACE_ATTR_ADMIN_V4_STATE': 'false', 'SAI_ROUTER_INTERFACE_ATTR_ADMIN_V6_STATE': 'false', 'SAI_ROUTER_INTERFACE_ATTR_MTU': '9100', 'SAI_ROUTER_INTERFACE_ATTR_NAT_ZONE_ID': '0'}, key="oid:0x6000000000627", table="ASIC_STATE:SAI_OBJECT_TYPE_ROUTER_INTERFACE" 2023-05-30T14:21:14.8103306Z [, , , ] 2023-05-30T14:21:14.8104006Z test_sub_port_intf_creation failed; it passed 0 out of the required 1 times. 2023-05-30T14:21:14.8104455Z 2023-05-30T14:21:14.8104744Z Wrong # of default vrfs: 2, expected #: 1. 2023-05-30T14:21:14.8104994Z assert 2 == 1 2023-05-30T14:21:14.8105305Z -2 2023-05-30T14:21:14.8105496Z +1 2023-05-30T14:21:14.8105997Z [, , ] 2023-05-30T14:21:14.8106582Z test_sub_port_intf_add_ip_addrs failed (1 runs remaining out of 2). 2023-05-30T14:21:14.8107002Z 2023-05-30T14:21:14.8107286Z Wrong # of default vrfs: 2, expected #: 1. 2023-05-30T14:21:14.8107553Z assert 2 == 1 2023-05-30T14:21:14.8107840Z -2 2023-05-30T14:21:14.8108026Z +1 2023-05-30T14:21:14.8108539Z [, , ] 2023-05-30T14:21:14.8109124Z test_sub_port_intf_add_ip_addrs failed; it passed 0 out of the required 1 times. 2023-05-30T14:21:14.8109563Z 2023-05-30T14:21:14.8109846Z Wrong # of default vrfs: 2, expected #: 1. 2023-05-30T14:21:14.8110111Z assert 2 == 1 2023-05-30T14:21:14.8110382Z -2 2023-05-30T14:21:14.8110585Z +1 2023-05-30T14:21:14.8111082Z [, , ] 2023-05-30T14:21:14.8114446Z test_sub_port_intf_appl_db_proc_seq failed (1 runs remaining out of 2). 2023-05-30T14:21:14.8114917Z 2023-05-30T14:21:14.8115196Z Wrong # of default vrfs: 2, expected #: 1. 2023-05-30T14:21:14.8115459Z assert 2 == 1 2023-05-30T14:21:14.8115729Z -2 2023-05-30T14:21:14.8115943Z +1 2023-05-30T14:21:14.8116428Z [, , ] 2023-05-30T14:21:14.8117042Z test_sub_port_intf_appl_db_proc_seq failed; it passed 0 out of the required 1 times. 2023-05-30T14:21:14.8117476Z 2023-05-30T14:21:14.8117759Z Wrong # of default vrfs: 2, expected #: 1. 2023-05-30T14:21:14.8118007Z assert 2 == 1 2023-05-30T14:21:14.8118292Z -2 2023-05-30T14:21:14.8118492Z +1 2023-05-30T14:21:14.8118986Z [, , ] 2023-05-30T14:21:14.8119690Z test_sub_port_intf_admin_status_change failed (1 runs remaining out of 2). 2023-05-30T14:21:14.8120121Z 2023-05-30T14:21:14.8120414Z Wrong # of default vrfs: 2, expected #: 1. 2023-05-30T14:21:14.8120656Z assert 2 == 1 2023-05-30T14:21:14.8120961Z -2 2023-05-30T14:21:14.8121146Z +1 2023-05-30T14:21:14.8121657Z [, , ] 2023-05-30T14:21:14.8122247Z test_sub_port_intf_admin_status_change failed; it passed 0 out of the required 1 times. 2023-05-30T14:21:14.8122706Z 2023-05-30T14:21:14.8122974Z Wrong # of default vrfs: 2, expected #: 1. 2023-05-30T14:21:14.8123240Z assert 2 == 1 2023-05-30T14:21:14.8123526Z -2 2023-05-30T14:21:14.8123711Z +1 2023-05-30T14:21:14.8124218Z [, , ] 2023-05-30T14:21:14.8124790Z test_sub_port_intf_remove_ip_addrs failed (1 runs remaining out of 2). 2023-05-30T14:21:14.8125219Z 2023-05-30T14:21:14.8125500Z Wrong # of default vrfs: 2, expected #: 1. 2023-05-30T14:21:14.8125761Z assert 2 == 1 2023-05-30T14:21:14.8126033Z -2 2023-05-30T14:21:14.8126243Z +1 2023-05-30T14:21:14.8126776Z [, , ] 2023-05-30T14:21:14.8127389Z test_sub_port_intf_remove_ip_addrs failed; it passed 0 out of the required 1 times. 2023-05-30T14:21:14.8127828Z 2023-05-30T14:21:14.8128098Z Wrong # of default vrfs: 2, expected #: 1. 2023-05-30T14:21:14.8128360Z assert 2 == 1 2023-05-30T14:21:14.8128635Z -2 2023-05-30T14:21:14.8128839Z +1 2023-05-30T14:21:14.8129331Z [, , ] 2023-05-30T14:21:14.8129899Z test_sub_port_intf_removal failed (1 runs remaining out of 2). 2023-05-30T14:21:14.8130303Z 2023-05-30T14:21:14.8130582Z Wrong # of default vrfs: 2, expected #: 1. 2023-05-30T14:21:14.8130842Z assert 2 == 1 2023-05-30T14:21:14.8131124Z -2 2023-05-30T14:21:14.8131307Z +1 2023-05-30T14:21:14.8131808Z [, , ] 2023-05-30T14:21:14.8132482Z test_sub_port_intf_removal failed; it passed 0 out of the required 1 times. 2023-05-30T14:21:14.8132910Z 2023-05-30T14:21:14.8133191Z Wrong # of default vrfs: 2, expected #: 1. 2023-05-30T14:21:14.8133447Z assert 2 == 1 2023-05-30T14:21:14.8133728Z -2 2023-05-30T14:21:14.8133924Z +1 2023-05-30T14:21:14.8134426Z [, , ] 2023-05-30T14:21:14.8134987Z test_sub_port_intf_mtu failed (1 runs remaining out of 2). 2023-05-30T14:21:14.8135405Z 2023-05-30T14:21:14.8135674Z Wrong # of default vrfs: 2, expected #: 1. 2023-05-30T14:21:14.8135935Z assert 2 == 1 2023-05-30T14:21:14.8136213Z -2 2023-05-30T14:21:14.8136402Z +1 2023-05-30T14:21:14.8136911Z [, , ] 2023-05-30T14:21:14.8137552Z test_sub_port_intf_mtu failed; it passed 0 out of the required 1 times. 2023-05-30T14:21:14.8137980Z 2023-05-30T14:21:14.8138258Z Wrong # of default vrfs: 2, expected #: 1. 2023-05-30T14:21:14.8138521Z assert 2 == 1 2023-05-30T14:21:14.8138804Z -2 2023-05-30T14:21:14.8139003Z +1 2023-05-30T14:21:14.8139500Z [, , ] 2023-05-30T14:21:14.8140072Z test_sub_port_intf_nhg_accel failed (1 runs remaining out of 2). 2023-05-30T14:21:14.8140482Z 2023-05-30T14:21:14.8140768Z Wrong # of default vrfs: 2, expected #: 1. 2023-05-30T14:21:14.8141026Z assert 2 == 1 2023-05-30T14:21:14.8141408Z -2 2023-05-30T14:21:14.8141619Z +1 2023-05-30T14:21:14.8142108Z [, , ] 2023-05-30T14:21:14.8142718Z test_sub_port_intf_nhg_accel failed; it passed 0 out of the required 1 times. 2023-05-30T14:21:14.8143140Z 2023-05-30T14:21:14.8143426Z Wrong # of default vrfs: 2, expected #: 1. 2023-05-30T14:21:14.8143668Z assert 2 == 1 2023-05-30T14:21:14.8143954Z -2 2023-05-30T14:21:14.8144152Z +1 2023-05-30T14:21:14.8144657Z [, , ] 2023-05-30T14:21:14.8145272Z test_sub_port_intf_oper_down_with_pending_neigh_route_tasks failed (1 runs remaining out of 2). 2023-05-30T14:21:14.8145745Z 2023-05-30T14:21:14.8146016Z Wrong # of default vrfs: 2, expected #: 1. 2023-05-30T14:21:14.8146263Z assert 2 == 1 2023-05-30T14:21:14.8146563Z -2 2023-05-30T14:21:14.8146751Z +1 2023-05-30T14:21:14.8147259Z [, , ] 2023-05-30T14:21:14.8147883Z test_sub_port_intf_oper_down_with_pending_neigh_route_tasks failed; it passed 0 out of the required 1 times. 2023-05-30T14:21:14.8148377Z 2023-05-30T14:21:14.8148637Z Wrong # of default vrfs: 2, expected #: 1. 2023-05-30T14:21:14.8148890Z assert 2 == 1 2023-05-30T14:21:14.8149173Z -2 2023-05-30T14:21:14.8149371Z +1 2023-05-30T14:21:14.8149869Z [, , ] 2023-05-30T14:21:14.8150548Z test_nonflaky_dummy passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8150922Z test_switch_attribute passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8151290Z test_nonflaky_dummy passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8151674Z test_TunnelDecap_v4 passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8152033Z test_TunnelDecap_v6 passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8152419Z test_TunnelDecap_MuxTunnel passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8152822Z test_TunnelDecap_MuxTunnel_with_retry passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8153231Z test_TunnelSymmetric_v4 passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8153605Z test_TunnelSymmetric_v6 passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8153984Z test_nonflaky_dummy passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8154345Z test_connectivity passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8154713Z test_voq_switch passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8155156Z test_chassis_add_remove_ports failed (1 runs remaining out of 2). 2023-05-30T14:21:14.8156399Z 2023-05-30T14:21:14.8161325Z Unexpected number of keys: expected=48, received=49 (('oid:0x1000000000028', 'oid:0x100000000000d', 'oid:0x1000000000016', 'oid:0x100000000002f', 'oid:0x1000000000002', 'oid:0x1000000000031', 'oid:0x100000000001d', 'oid:0x1000000000020', 'oid:0x1000000000011', 'oid:0x100000000002a', 'oid:0x100000000002b', 'oid:0x100000000002d', 'oid:0x100000000000b', 'oid:0x100000000000f', 'oid:0x1000000000024', 'oid:0x1000000000014', 'oid:0x1000000000004', 'oid:0x100000000000c', 'oid:0x1000000000021', 'oid:0x1000000000006', 'oid:0x1000000000025', 'oid:0x1000000000026', 'oid:0x1000000000007', 'oid:0x1000000000027', 'oid:0x1000000000030', 'oid:0x1000000000001', 'oid:0x100000000002c', 'oid:0x1000000000003', 'oid:0x100000000001a', 'oid:0x100000000000a', 'oid:0x1000000000019', 'oid:0x1000000000008', 'oid:0x1000000000010', 'oid:0x100000000001e', 'oid:0x1000000000012', 'oid:0x1000000000009', 'oid:0x100000000001c', 'oid:0x1000000000005', 'oid:0x100000000002e', 'oid:0x100000000001f', 'oid:0x1000000000022', 'oid:0x1000000000015', 'oid:0x1000000000023', 'oid:0x100000000001b', 'oid:0x1000000000017', 'oid:0x100000000000e', 'oid:0x1000000000029', 'oid:0x1000000000013', 'oid:0x1000000000018')), table="ASIC_STATE:SAI_OBJECT_TYPE_PORT" 2023-05-30T14:21:14.8164071Z [, ] 2023-05-30T14:21:14.8164590Z test_chassis_add_remove_ports passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8164987Z test_voq_egress_queue_counter passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8165377Z test_nonflaky_dummy passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8165742Z test_VlanAddRemove passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8166110Z test_MultipleVlan passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8166486Z test_VlanIncrementalConfig passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8167156Z test_AddVlanWithIncorrectKeyPrefix[test_input0-0] passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8167835Z test_AddVlanWithIncorrectKeyPrefix[test_input1-0] passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8168517Z test_AddVlanWithIncorrectKeyPrefix[test_input2-0] passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8169184Z test_AddVlanWithIncorrectKeyPrefix[test_input3-1] passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8169875Z test_AddVlanWithIncorrectValueType[test_input0-0] passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8170539Z test_AddVlanWithIncorrectValueType[test_input1-0] passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8171357Z test_AddVlanWithIncorrectValueType[test_input2-0] passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8172027Z test_AddVlanWithIncorrectValueType[test_input3-1] passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8172454Z test_AddPortChannelToVlan passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8172852Z test_AddVlanMemberWithNonExistVlan passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8173264Z test_RemoveNonexistentVlan passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8173901Z test_VlanMemberTaggingMode[test_input0-expected0] passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8174578Z test_VlanMemberTaggingMode[test_input1-expected1] passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8175242Z test_VlanMemberTaggingMode[test_input2-expected2] passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8175943Z test_VlanMemberTaggingMode[test_input3-expected3] passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8176608Z test_VlanMemberTaggingMode[test_input4-expected4] passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8177129Z test_RemoveVlanWithRouterInterface passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8177506Z test_VlanDbData passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8178140Z test_VlanMemberDbData[test_input0-expected0] passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8178783Z test_VlanMemberDbData[test_input1-expected1] passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8179443Z test_VlanMemberDbData[test_input2-expected2] passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8179838Z test_VlanHostIf passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8180205Z test_VlanGratArp passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8180557Z test_VlanProxyArp passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8180931Z test_VlanMemberLinkDown passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8181414Z test_nonflaky_dummy passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8181772Z test_vnet_orch_1 passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8182138Z test_vnet_orch_2 passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8182495Z test_vnet_orch_3 passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8182861Z test_vnet_orch_5 passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8183230Z test_vnet_vxlan_multi_map passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8183615Z test_vnet_orch_7[true] passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8183986Z test_vnet_orch_7[false] passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8184369Z test_vnet_orch_8[true] passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8184742Z test_vnet_orch_8[false] passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8185130Z test_vnet_orch_9[true] passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8185504Z test_vnet_orch_9[false] passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8185886Z test_vnet_orch_10[true] passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8186260Z test_vnet_orch_10[false] passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8186640Z test_vnet_orch_11[true] passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8187013Z test_vnet_orch_11[false] passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8187378Z test_vnet_orch_12 passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8187748Z test_vnet_orch_13 passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8188113Z test_vnet_orch_14 passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8188489Z test_vnet_orch_15 passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8188931Z test_vnet_orch_16 passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8189306Z test_vnet_orch_17 passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8189663Z test_vnet_orch_18 passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8190038Z test_vnet_orch_19 passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8190392Z test_vnet_orch_20 passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8190761Z test_vnet_orch_21 passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8191113Z test_vnet_orch_22 passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8191480Z test_vnet_orch_23 passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8192607Z test_vnet_orch_24 passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8193018Z test_nonflaky_dummy passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8193396Z test_VRFMgr_Comprehensive passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8193780Z test_VRFMgr passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8194239Z test_VRFMgr_Update passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8194600Z test_VRFMgr_Capacity passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8194981Z test_nonflaky_dummy passed 1 out of the required 1 times. Success! 2023-05-30T14:21:14.8195153Z 2023-05-30T14:21:14.8195390Z ===End Flaky Test Report=== 2023-05-30T14:21:14.8195726Z ======== 9 failed, 143 passed, 44 skipped, 3 xpassed in 3762.70 seconds ========