Fix the Rest API server to support storage tests

1. Fix the Rest API server to support storage tests;
2. Add a new folder to hold Web UI for storage tests;

Change-Id: Id55e77fab17b587ab1590b33281117bfba9245e3
This commit is contained in:
Yichen Wang 2016-01-27 18:02:45 -08:00
parent 3c3a2f44eb
commit 70742b22b9
17 changed files with 3 additions and 1 deletions

View File

@ -177,7 +177,8 @@ class ConfigController(object):
kb_session.kloudbuster = KloudBuster(
kb_config.cred_tested, kb_config.cred_testing,
kb_config.server_cfg, kb_config.client_cfg,
kb_config.topo_cfg, kb_config.tenants_list)
kb_config.topo_cfg, kb_config.tenants_list,
storage_mode=kb_config.storage_mode)
kb_session.kloudbuster.fp_logfile = open(logfile_name)
except Exception:
LOG.warning(traceback.format_exc())

View File

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 1.2 MiB

View File

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

@ -0,0 +1 @@
test