diff options
author | Yiting.Li <liyiting@huawei.com> | 2016-01-11 20:43:17 +0800 |
---|---|---|
committer | Jun Li <matthew.lijun@huawei.com> | 2016-01-12 03:25:07 +0000 |
commit | f3b5d24668069b39142ae8dd8069919892eef6b3 (patch) | |
tree | 7498ff7b96476ffbaa68280e986d30966aebfcb6 /utils/infra_setup/heat_template/vstf_heat_template/dashboard.json | |
parent | 7180f36f9cac2dadeca49d46b36b23e9fb17b7cb (diff) |
Add vstf_collector.py for upload tu case results.
JIRA: BOTTLENECK-29
Signed-off-by: qwyang0126 <qwyang0126@gmail.com>
Change-Id: I238da7d9f208b3bba61001583e493a5362f5bc33
(cherry picked from commit 770a36af6a4b8681b4566cc970056c5645f6f6cf)
Diffstat (limited to 'utils/infra_setup/heat_template/vstf_heat_template/dashboard.json')
-rwxr-xr-x | utils/infra_setup/heat_template/vstf_heat_template/dashboard.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/utils/infra_setup/heat_template/vstf_heat_template/dashboard.json b/utils/infra_setup/heat_template/vstf_heat_template/dashboard.json new file mode 100755 index 00000000..df6f64c3 --- /dev/null +++ b/utils/infra_setup/heat_template/vstf_heat_template/dashboard.json @@ -0,0 +1,6 @@ +{
+ "pod_name": "unknown-pod",
+ "installer": "fuel",
+ "version": "unknown",
+ "target": "http://213.77.62.197/results"
+}
\ No newline at end of file |