diff options
author | Ted Ross <tross@apache.org> | 2012-02-22 16:41:55 +0000 |
---|---|---|
committer | Ted Ross <tross@apache.org> | 2012-02-22 16:41:55 +0000 |
commit | 1ccb81d0a05898414c5ff0cde257cf459a886219 (patch) | |
tree | 78b0865c888296ad46aae594c68080de22ea1fe2 /cpp/src/tests/ipv6_test | |
parent | e07ded2ae44bc3e6f2b89e2899908afe09d1c307 (diff) | |
download | qpid-python-1ccb81d0a05898414c5ff0cde257cf459a886219.tar.gz |
QPID-3851 - Unified common CLI options for qpid-config and qpid-stat.
Also in this commit: qpid-config was converted to use the messaging-based qmf2
library. It no longer has a dependency on the qmf library. The CLI tests were also
ported to the faster library.
CLI test time prior to this commit: 2 minutes 12 seconds
CLI test time after this commit: 12.5 seconds
Other items in qpid-config and qpid-stat:
- The deprecated LVQ options (lqv, lqv-no-browse) were removed from qpid-config.
- A new option, --lvq-key, was added to qpid-config to support the new LVQ configuration.
The docs and tests were updated to match.
- qpid-stat was updated so that 'qpid-stat -q <queue-name>' prints full details from the
specified queue.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1292388 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/ipv6_test')
-rwxr-xr-x | cpp/src/tests/ipv6_test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/src/tests/ipv6_test b/cpp/src/tests/ipv6_test index d75d50fd0a..8fa272d514 100755 --- a/cpp/src/tests/ipv6_test +++ b/cpp/src/tests/ipv6_test @@ -93,10 +93,10 @@ else BROKER1="[::1]:${PORTS[1]}" TEST_QUEUE=ipv6-fed-test - $QPID_CONFIG_EXEC -a $BROKER0 add queue $TEST_QUEUE - $QPID_CONFIG_EXEC -a $BROKER1 add queue $TEST_QUEUE + $QPID_CONFIG_EXEC -b $BROKER0 add queue $TEST_QUEUE + $QPID_CONFIG_EXEC -b $BROKER1 add queue $TEST_QUEUE $QPID_ROUTE_EXEC dynamic add $BROKER1 $BROKER0 amq.direct - $QPID_CONFIG_EXEC -a $BROKER1 bind amq.direct $TEST_QUEUE $TEST_QUEUE + $QPID_CONFIG_EXEC -b $BROKER1 bind amq.direct $TEST_QUEUE $TEST_QUEUE $QPID_ROUTE_EXEC route map $BROKER1 ./datagen --count 100 | tee rdata-in | |