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
9 lines
616 B
CSV
Executable File
9 lines
616 B
CSV
Executable File
TestID|httpverb|url|header|body|params|expectedRC|expectedResponseBody
|
|
0|PUT |<BASE_URL>/queues/msgtestqueue||{"messages":{"ttl": 86400}}||201|
|
|
1|POST |<BASE_URL>/queues/msgtestqueue/messages||||201|
|
|
2|POST |<BASE_URL>/queues/msgtestqueue/messages||||201|
|
|
3|GET |<BASE_URL>/queues/msgtestqueue/messages?echo=true||||200|
|
|
4|GET |<BASE_URL>/queues/msgtestqueue/messages?limit=5&echo=true||||200|
|
|
5|GET |<BASE_URL>/queues/msgtestqueue/messages?limit=5&echo=true||||200|
|
|
6|POST |<BASE_URL>/queues/msgtestqueue/messages||{"messages":{"ttl": 86400}}||201|
|
|
0|DELETE |<BASE_URL>/queues/msgtestqueue||||204| |