aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/hoDetails.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/resources/hoDetails.json')
-rw-r--r--src/test/resources/hoDetails.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/test/resources/hoDetails.json b/src/test/resources/hoDetails.json
new file mode 100644
index 0000000..be8f161
--- /dev/null
+++ b/src/test/resources/hoDetails.json
@@ -0,0 +1,14 @@
+[
+ {
+ "dstCellId":"Chn0014",
+ "attemptsCount":200,
+ "successCount":190,
+ "successRate":95
+ },
+ {
+ "dstCellId":"Chn0013",
+ "attemptsCount":300,
+ "successCount":210,
+ "successRate":70
+ }
+]