Let test cases support controller argument, inclduding forwarding rule manager, host...
[integration/test.git] / test / tools / Robot_Tool / suites / base / statistics_manager.txt
index 374814f2bdecae3e8ca2673c3fe9ca5b7fda0374..84458ea280dce338e9c8b30d2c20f4cc6d13e6bc 100644 (file)
@@ -1,11 +1,12 @@
 *** Settings ***
-Documentation     Test suite for the statistics manager bundle.
+Documentation     Test suite for the statistics manager module.
+Suite Teardown    Delete All Sessions
 Library           Collections
-Library           RequestsLibrary
+Library           ../../libraries/RequestsLibrary.py
 Library           ../../libraries/Common.py
 Variables         ../../variables/Variables.py
 
 *** Variables ***
-${REST_CONTEXT}        /controller/nb/v2/statistics
+${REST_CONTEXT}    /controller/nb/v2/statistics
 
-*** Test Cases ***
\ No newline at end of file
+*** Test Cases ***