Finishing test documentation for queue methods.
This commit is contained in:
@@ -26,4 +26,16 @@ Feature: The Replay API client
|
||||
Then there must be a list as a return
|
||||
|
||||
|
||||
# Given the fact that the methods "service_stop_all" and "exit" will break the tests chain, they cannot be tested.
|
||||
# Given the fact that the methods "service_stop_all" and "exit" will break the tests chain, they cannot be tested.
|
||||
|
||||
|
||||
# The same from above goes for the "exit" method.
|
||||
|
||||
|
||||
# The queue methods needs some parameters, wich cannot be given, since this test is not made to be launched through Replay and there is no way to know wich are the "job_id"s or "queue_id"s from the tester machine.
|
||||
|
||||
|
||||
Scenario: Testing queue_abort method
|
||||
Given the Replay client
|
||||
When the queue_abort method is called
|
||||
Then there must be None as return, since this test was not runned by Replay
|
||||
Reference in New Issue
Block a user