commit | 7f2c378178b7fee4f482f69473e581ae3d15e003 | [log] [tgz] |
---|---|---|
author | Ed Swierk <eswierk@bigswitch.com> | Fri Sep 14 08:38:17 2012 -0700 |
committer | Ed Swierk <eswierk@bigswitch.com> | Fri Sep 14 08:38:17 2012 -0700 |
tree | e079abdbd241b9bddbfa8914d286c21443d3ef4b | |
parent | aba4258ac5d7c6bafc1767f1068ef76dfe917d6c [diff] [blame] |
Exclude ModifyVIDToIngress on platforms that don't support output to ingress port
diff --git a/tests/profiles/noing.py b/tests/profiles/noing.py index c9abc63..bfd1c70 100644 --- a/tests/profiles/noing.py +++ b/tests/profiles/noing.py
@@ -15,5 +15,6 @@ "ModifyL2DstIngress", "DirectMC", "AllPlusIngress", - "FloodPlusIngress" + "FloodPlusIngress", + "ModifyVIDToIngress", ]