commit | a6cea8bcebad16cf787960deac7b85eedee2f39e | [log] [tgz] |
---|---|---|
author | Dan Talayco <dan.talayco@bigswitch.com> | Tue Sep 18 06:58:54 2012 -0700 |
committer | Dan Talayco <dan.talayco@bigswitch.com> | Tue Sep 18 06:58:54 2012 -0700 |
tree | 464d0d9d48f07ca2253d26140577f40c02654a9e | |
parent | e605b1b2230467b469ffa295a9e2410f1b5e3e17 [diff] |
Do not run dataplane only by default DataPlaneOnly was causing problems in some deployments and it does not do much other than exercise the infrastructure. Do not run it by default.
diff --git a/tests/basic.py b/tests/basic.py index 5ea03c6..0d90273 100644 --- a/tests/basic.py +++ b/tests/basic.py
@@ -215,6 +215,8 @@ # self.dataplane.show() # Would like an assert that checks the data plane +test_prio["DataPlaneOnly"] = -1 + class Echo(SimpleProtocol): """ Test echo response with no data