diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2016-09-21 03:24:20 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-09-21 03:24:20 +0000 |
commit | 8664db2de47ca768108e22499302e36e58ac9d6d (patch) | |
tree | 18135d421571d4a6b82b555bdba8d68804bcbd45 /test_list/compute | |
parent | c806bbde071596f204782e7182a65173798ad3ca (diff) | |
parent | 64db4bb925f771b053f922fe324a624c5da75ad9 (diff) |
Merge "Run benchmark test in restful server post api"
Diffstat (limited to 'test_list/compute')
-rw-r--r-- | test_list/compute | 26 |
1 files changed, 16 insertions, 10 deletions
diff --git a/test_list/compute b/test_list/compute index 7fc76145..3bf1b184 100644 --- a/test_list/compute +++ b/test_list/compute @@ -1,10 +1,16 @@ -dhrystone_bm.yaml
-dhrystone_vm.yaml
-whetstone_bm.yaml
-whetstone_vm.yaml
-ramspeed_bm.yaml
-ramspeed_vm.yaml
-dpi_bm.yaml
-dpi_vm.yaml
-ssl_bm.yaml
-ssl_vm.yaml
\ No newline at end of file +{ + "bm": [ + "dhrystone_bm.yaml", + "whetstone_bm.yaml", + "ramspeed_bm.yaml", + "dpi_bm.yaml", + "ssl_bm.yaml" + ], + "vm": [ + "dhrystone_vm.yaml", + "whetstone_vm.yaml", + "ramspeed_vm.yaml", + "dpi_vm.yaml", + "ssl_vm.yaml" + ] +} |