commit | 38eea081bae71bacae7336cd459dc570fd1bfdc5 | [log] [tgz] |
---|---|---|
author | Ed Swierk <eswierk@bigswitch.com> | Wed Jan 02 19:46:20 2013 -0800 |
committer | Ed Swierk <eswierk@bigswitch.com> | Mon Jan 07 15:31:58 2013 -0800 |
tree | 02bf0a2d11f4e1e3f86398de88c7a23de3c68fa7 | |
parent | cfdcbd34e4428108dd1e9cd04306fc2416ee8361 [diff] [blame] |
Allow skipping testing of packet_out actions since some switches don't support them
diff --git a/src/python/oftest/testutils.py b/src/python/oftest/testutils.py index e395c03..32fa86c 100644 --- a/src/python/oftest/testutils.py +++ b/src/python/oftest/testutils.py
@@ -716,6 +716,8 @@ logging.info("Ran " + str(test_count) + " tests; exiting") break + if not test_param_get('pktout_actions', default=True): + return ingress_port = of_ports[0] egr_ports = get_egr_list(parent, of_ports, egr_count,