Rename cases to modules and minor bug fix
[integration/test.git] / test / tools / CSIT_Test / base / restlib.py
index 996f2770a3ce6b674c221c6bfc8587147982ea25..f1f8858de77cfec72017a018e407f782c01d1763 100644 (file)
@@ -16,7 +16,7 @@ DEFAULT_PREFIX = 'http://' + DEFAULT_CONTROLLER_IP + ':' + DEFAULT_PORT
 DEFAULT_CONTAINER = 'default'
 DEFAULT_USER = 'admin'
 DEFAULT_PWD = 'admin'
-CASES_DIR = 'cases'
+MODULES_DIR = 'modules'
 TIMEOUTS = 2
 
 '''