You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ch...@apache.org on 2018/11/30 16:56:51 UTC

qpid-dispatch git commit: DISPATCH-1200: system_tests_edge_router needs an import

Repository: qpid-dispatch
Updated Branches:
  refs/heads/master 417975e17 -> 6a08b9b3e


DISPATCH-1200: system_tests_edge_router needs an import

To satisfy python_checker self test


Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/6a08b9b3
Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/6a08b9b3
Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/6a08b9b3

Branch: refs/heads/master
Commit: 6a08b9b3e90df30837cef5b6ece3a4341faa4d77
Parents: 417975e
Author: Chuck Rolke <cr...@redhat.com>
Authored: Fri Nov 30 11:55:46 2018 -0500
Committer: Chuck Rolke <cr...@redhat.com>
Committed: Fri Nov 30 11:55:46 2018 -0500

----------------------------------------------------------------------
 tests/system_tests_edge_router.py | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/6a08b9b3/tests/system_tests_edge_router.py
----------------------------------------------------------------------
diff --git a/tests/system_tests_edge_router.py b/tests/system_tests_edge_router.py
index 04b9349..bbfcd22 100644
--- a/tests/system_tests_edge_router.py
+++ b/tests/system_tests_edge_router.py
@@ -36,6 +36,7 @@ from proton.handlers import MessagingHandler
 from proton.reactor import Container, DynamicNodeProperties
 from qpid_dispatch.management.client import Node
 from subprocess import PIPE, STDOUT
+import re
 
 
 class AddrTimer(object):


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org