aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGokul Singaraju <gs244f@att.com>2018-05-01 22:45:31 -0400
committerGokul Singaraju <gs244f@att.com>2018-05-01 22:48:03 -0400
commit347c2965489f9b1ab7525ffb10f31792356d9def (patch)
tree7f616356075567bb441173aa0d705c9cdecb7254 /tests
parent21fd135d44a4a334e5fcf15c2e8c5e5bfb176dca (diff)
Pass urls topics in docker env
Issue-ID: DCAEGEN2-278 Change-Id: Ib0fa11fc5a7ff47f54056f3c198a47120b3f73a8 Signed-off-by: Gokul Singaraju <gs244f@att.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/test_binding.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_binding.py b/tests/test_binding.py
index 2e16f13..f0faac0 100644
--- a/tests/test_binding.py
+++ b/tests/test_binding.py
@@ -46,7 +46,7 @@ def package_contents(package_name):
#mr_url = 'http://127.0.0.1:3904'
mr_url = 'http://mrrouter.att.com:3904'
intopic = 'VESCOLL-VNFNJ-SECHEARTBEAT-OUTPUT'
-outopic = 'OUTPUT_TOPIC_v1'
+outopic = 'POLICY-HILOTCA-EVENT-OUTPUT'
@httpretty.activate
def test_resolve_all(monkeypatch):