summaryrefslogtreecommitdiff
path: root/dotnet/client-010/examples/request-response/verify_python_dotnet
diff options
context:
space:
mode:
Diffstat (limited to 'dotnet/client-010/examples/request-response/verify_python_dotnet')
-rw-r--r--dotnet/client-010/examples/request-response/verify_python_dotnet12
1 files changed, 12 insertions, 0 deletions
diff --git a/dotnet/client-010/examples/request-response/verify_python_dotnet b/dotnet/client-010/examples/request-response/verify_python_dotnet
new file mode 100644
index 0000000000..f1b5d662bd
--- /dev/null
+++ b/dotnet/client-010/examples/request-response/verify_python_dotnet
@@ -0,0 +1,12 @@
+# See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify
+py=$PYTHON_EXAMPLES/request-response
+
+client_dotnet()
+{
+mono $DOTNET_EXAMPLES/example-request-response-Client.exe localhost 5672
+}
+
+background "Request server running" $py/server.py
+clients client_dotnet
+kill %%
+outputs "client_dotnet.out | remove_uuid" "$py/server.py.out | remove_uuid"