X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Ftest_acl_plugin_l2l3.py;h=b971610d5d4f13a08d9bca5c73bff50c41144ba3;hb=a7564e8004fd6d9a63eb0605f752f27a71403645;hp=97675d40cbfacd90efbb2b981bd99a25983775f6;hpb=0e89dfc9167257b4e357222ea8fd176408577203;p=vpp.git diff --git a/test/test_acl_plugin_l2l3.py b/test/test_acl_plugin_l2l3.py index 97675d40cbf..b971610d5d4 100644 --- a/test/test_acl_plugin_l2l3.py +++ b/test/test_acl_plugin_l2l3.py @@ -346,7 +346,7 @@ class TestIpIrb(VppTestCase): all_rules = [] for old_acl in orig_acls: for rule in old_acl.r: - all_rules.append(dict(vars(rule))) + all_rules.append(dict(rule._asdict())) # Add a few ACLs made from shuffled rules shuffle(all_rules)