You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kp...@apache.org on 2016/01/28 20:52:26 UTC

qpid-interop-test git commit: NO_JIRA: Update to QUICKSTART file, removed spurious include from src/py/qpid-interop-test/test_type_map.py

Repository: qpid-interop-test
Updated Branches:
  refs/heads/master 2204fc595 -> e2dd1a3f9


NO_JIRA: Update to QUICKSTART file, removed spurious include from src/py/qpid-interop-test/test_type_map.py


Project: http://git-wip-us.apache.org/repos/asf/qpid-interop-test/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-interop-test/commit/e2dd1a3f
Tree: http://git-wip-us.apache.org/repos/asf/qpid-interop-test/tree/e2dd1a3f
Diff: http://git-wip-us.apache.org/repos/asf/qpid-interop-test/diff/e2dd1a3f

Branch: refs/heads/master
Commit: e2dd1a3f9893c745c5d241d178d00da8c7dfc8b9
Parents: 2204fc5
Author: Kim van der Riet <kp...@apache.org>
Authored: Thu Jan 28 14:52:08 2016 -0500
Committer: Kim van der Riet <kp...@apache.org>
Committed: Thu Jan 28 14:52:08 2016 -0500

----------------------------------------------------------------------
 QUICKSTART                                | 9 ++++++++-
 src/py/qpid-interop-test/test_type_map.py | 2 --
 2 files changed, 8 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-interop-test/blob/e2dd1a3f/QUICKSTART
----------------------------------------------------------------------
diff --git a/QUICKSTART b/QUICKSTART
index f13d101..e2af49c 100644
--- a/QUICKSTART
+++ b/QUICKSTART
@@ -44,11 +44,18 @@ and test values for each type.
 Note that installation is still to be completed, this section will change to
 reflect installation details when complete.
 
-Assuming proton's make install has been run, from top level qpid-interop-test directory:
+qpid-proton installed:
+Assuming proton's "make install" has been run, from top level qpid-interop-test directory:
 export PYTHONPATH=/usr/local/lib64/proton/bindings/python:src/py/qpid-interop-test
 export LD_LIBRARY_PATH=/usr/local/lib64
 export QPID_INTEROP_TEST_HOME=<abs path to top level qpid-interop-test directory>
 
+qpid-proton built but not installed:
+Assuming proton's "make" has been run from a "build" directory as described in the proton README (but not make install), from top level qpid-interop-test directory:
+export PYTHONPATH=<abs path to top level qpid-proton directory>/proton-c/bindings/py:<abs path to top level qpid-proton directory>/build/proton-c/bindings/py:src/py/qpid-interop-test
+export LD_LIBRARY_PATH=<abs path to top level qpid-proton directory>/build/proton-c
+export QPID_INTEROP_TEST_HOME=<abs path to top level qpid-interop-test directory>
+
 Start a broker (Active-MQ or Qpid).
 NOTE: For qpidd, YOU MUST USE THE --queue-pattern qpid-interop parameter so it will create non-existent queues as needed.
 NOTE: For qpidd, there are some bugs in the broker which will cause the simple type tests for the following types to fail:

http://git-wip-us.apache.org/repos/asf/qpid-interop-test/blob/e2dd1a3f/src/py/qpid-interop-test/test_type_map.py
----------------------------------------------------------------------
diff --git a/src/py/qpid-interop-test/test_type_map.py b/src/py/qpid-interop-test/test_type_map.py
index 33894fc..0a5b1fb 100644
--- a/src/py/qpid-interop-test/test_type_map.py
+++ b/src/py/qpid-interop-test/test_type_map.py
@@ -1,8 +1,6 @@
 """
 Module containing Error classes for interop testing
 """
-from reportlab.lib.randomtext import BLAH
-
 #
 # Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file


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