Skip to content

Commit

Permalink
Update bessctl/module_tests/wildcard_match.py
Browse files Browse the repository at this point in the history
Co-authored-by: gab-arrobo <[email protected]>
  • Loading branch information
amarsri28 and gab-arrobo authored Feb 27, 2024
1 parent b468995 commit f8f3bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bessctl/module_tests/wildcard_match.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def test_wildcardmatch_with_metadata(self):
# pprint.pprint(b, indent=4)
# pp2('iconf:', iconf, 'arg:', arg,
# '\nmut state:', cur_config, 'expecting:', expect_config)
#assert arg == iconf and cur_config == expect_config
# assert arg == iconf and cur_config == expect_config

suite = unittest.TestLoader().loadTestsFromTestCase(BessWildcardMatchTest)
results = unittest.TextTestRunner(verbosity=2).run(suite)
Expand Down

0 comments on commit f8f3bde

Please sign in to comment.