Step 2: Move test folder to root
[integration/test.git] / tools / Robot_Tool / suites / base / statistics_manager.txt
1 *** Settings ***
2 Documentation     Test suite for the statistics manager module.
3 Suite Teardown    Delete All Sessions
4 Library           Collections
5 Library           RequestsLibrary
6 Library           ../../libraries/Common.py
7 Variables         ../../variables/Variables.py
8
9 *** Variables ***
10 ${REST_CONTEXT}    /controller/nb/v2/statistics
11
12 *** Test Cases ***