summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorAndy Smith <ansmith@redhat.com>2018-12-13 12:59:50 -0500
committerAndy Smith <ansmith@redhat.com>2019-03-11 08:47:46 -0400
commit8897e1584fcd977de29d989bf9d4932d374a5d4f (patch)
tree0889a68b44bfc834d8d599a6af47b970716a89ed /test-requirements.txt
parent472d483942d77ff7157db159606f7e0599f2b6c6 (diff)
downloadoslo-messaging-8897e1584fcd977de29d989bf9d4932d374a5d4f.tar.gz
Update messaging intermediaries for amqp1 tests
This patch messaging intermediaries used for the amqp1 driver test. The combination of the apache qpid-dispatch-router (qdrouterd) with an attached apache artemis broker is used in place of the qpidd broker. The qdrouterd will directly message oslo.messaging rpc communications and will link route oslo.messaging notify communications to the artemis broker (e.g. for persistence). This patch: * updates the dependencies * updates the test environment setup * uses the pifpaf drivers to create servers Change-Id: I9fb56450346fca84bc1573fa5e9b6fe81c14e33a
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index c3fe319..e3852f5 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -11,7 +11,7 @@ stestr>=2.0.0 # Apache-2.0
testscenarios>=0.4 # Apache-2.0/BSD
testtools>=2.2.0 # MIT
oslotest>=3.2.0 # Apache-2.0
-pifpaf>=0.10.0 # Apache-2.0
+pifpaf>=2.2.0 # Apache-2.0
# for test_impl_kafka
confluent-kafka>=0.11.6 # Apache-2.0