aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data')
-rw-r--r--tests/data/results/expected.json7
-rw-r--r--tests/data/results/host1/qpi.json3
-rw-r--r--tests/data/results/host2/qpi.json3
3 files changed, 13 insertions, 0 deletions
diff --git a/tests/data/results/expected.json b/tests/data/results/expected.json
new file mode 100644
index 00000000..a495d999
--- /dev/null
+++ b/tests/data/results/expected.json
@@ -0,0 +1,7 @@
+{
+ "score": 150,
+ "host_results": [
+ {"host": "host1", "result": {"score": 100}},
+ {"host": "host2", "result": {"score": 200}}
+ ]
+}
diff --git a/tests/data/results/host1/qpi.json b/tests/data/results/host1/qpi.json
new file mode 100644
index 00000000..ff8cbf80
--- /dev/null
+++ b/tests/data/results/host1/qpi.json
@@ -0,0 +1,3 @@
+{
+ "score": 100
+} \ No newline at end of file
diff --git a/tests/data/results/host2/qpi.json b/tests/data/results/host2/qpi.json
new file mode 100644
index 00000000..1b848ba5
--- /dev/null
+++ b/tests/data/results/host2/qpi.json
@@ -0,0 +1,3 @@
+{
+ "score": 200
+} \ No newline at end of file