Malini Kamalambal 5477b646cc Add System Tests
This patch adds the System level testing framework &
the initial set of tests for Marconi.This will allow
developers to run the system tests (regression suite for
Marconi system level tests), against local Marconi server.

Refer tests/system/README.rst file for details on
how to add new tests and run the existing tests.

Change-Id: I2f47e03091acc260293b19edad69ff5c83888ec3
Implements: blueprint system-tests
2013-06-03 12:39:22 -04:00

616 B
Executable File

1TestIDhttpverburlheaderbodyparamsexpectedRCexpectedResponseBody
21POST <BASE_URL>/queues/msgtestqueue/messages201
32POST <BASE_URL>/queues/msgtestqueue/messages201
43GET <BASE_URL>/queues/msgtestqueue/messages?echo=true200
54GET <BASE_URL>/queues/msgtestqueue/messages?limit=5&echo=true200
65GET <BASE_URL>/queues/msgtestqueue/messages?limit=5&echo=true200
70DELETE <BASE_URL>/queues/msgtestqueue204