summaryrefslogtreecommitdiffstats
path: root/dashboard/dashboard/qtip
diff options
context:
space:
mode:
Diffstat (limited to 'dashboard/dashboard/qtip')
-rw-r--r--dashboard/dashboard/qtip/__init__.py0
-rw-r--r--dashboard/dashboard/qtip/format.py19
-rw-r--r--dashboard/dashboard/qtip/testcases.yaml29
3 files changed, 0 insertions, 48 deletions
diff --git a/dashboard/dashboard/qtip/__init__.py b/dashboard/dashboard/qtip/__init__.py
deleted file mode 100644
index e69de29..0000000
--- a/dashboard/dashboard/qtip/__init__.py
+++ /dev/null
diff --git a/dashboard/dashboard/qtip/format.py b/dashboard/dashboard/qtip/format.py
deleted file mode 100644
index b78fa5b..0000000
--- a/dashboard/dashboard/qtip/format.py
+++ /dev/null
@@ -1,19 +0,0 @@
-#! /usr/bin/env python
-
-
-def format_qpi(testcase):
- """
- Look for these and leave any of those:
- details.index
-
- If none are present, then return False
- """
- details = testcase['details']
- if 'index' not in details:
- return False
-
- for key, value in details.items():
- if key != 'index':
- del details[key]
-
- return True
diff --git a/dashboard/dashboard/qtip/testcases.yaml b/dashboard/dashboard/qtip/testcases.yaml
deleted file mode 100644
index dfa9cc2..0000000
--- a/dashboard/dashboard/qtip/testcases.yaml
+++ /dev/null
@@ -1,29 +0,0 @@
----
-qtip:
- -
- name: compute_test_suite
- format: qpi
- test_family: compute
- visualizations:
- -
- name: qpi
- fields:
- - field: details.index
- -
- name: network_test_suite
- test_family: network
- format: qpi
- visualizations:
- -
- name: qpi
- fields:
- - field: details.index
- -
- name: storage_test_suite
- format: qpi
- test_family: storage
- visualizations:
- -
- name: qpi
- fields:
- - field: details.index