commit | dd7e81b1edffcbd894ffda2f1c8a5d85f86685a6 | [log] [tgz] |
---|---|---|
author | slowr <dimitris@opennetworking.org> | Fri Jan 05 05:58:41 2018 -0500 |
committer | slowr <dimitris@opennetworking.org> | Fri Jan 05 05:58:41 2018 -0500 |
tree | b2997ee6ea0354af01d8405fb15c207cb0cacaee | |
parent | dde30ad6cdeba76f218472e5b24c4325d5a00828 [diff] |
fix script
diff --git a/scripts/test_rules/rules_pub.py b/scripts/test_rules/rules_pub.py index a658945..3d68ff7 100755 --- a/scripts/test_rules/rules_pub.py +++ b/scripts/test_rules/rules_pub.py
@@ -35,7 +35,7 @@ # TBD: Needs to handle keyboard intrrupts #ZMQ ports -rec_port = "5556" +rec_port = "5566" send_port = "5555" # Socket to talk to server context = zmq.Context()