aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/wt/devicemanager/provider/src/test/resources/elasticsearch/index/sdnperformance/sdnperformanceMapping.json
diff options
context:
space:
mode:
authorHerbert Eiselt <herbert.eiselt@highstreet-technologies.com>2019-02-28 17:10:18 +0100
committerHerbert Eiselt <herbert.eiselt@highstreet-technologies.com>2019-02-28 17:10:46 +0100
commite91c316e653979d96c43fd107895be80b33832fc (patch)
tree13d40239d4588a5d3eda9467ad7ef112a16ae9d6 /sdnr/wt/devicemanager/provider/src/test/resources/elasticsearch/index/sdnperformance/sdnperformanceMapping.json
parent49b155ec687cdf58fb51fe8245a2f5f4582b68f0 (diff)
junit tests devicemanager
test cases added and improved Change-Id: I3f0a6ca238e61ad140a3086504d4f21792b986e9 Issue-ID: SDNC-672 Signed-off-by: Herbert Eiselt <herbert.eiselt@highstreet-technologies.com>
Diffstat (limited to 'sdnr/wt/devicemanager/provider/src/test/resources/elasticsearch/index/sdnperformance/sdnperformanceMapping.json')
-rw-r--r--sdnr/wt/devicemanager/provider/src/test/resources/elasticsearch/index/sdnperformance/sdnperformanceMapping.json92
1 files changed, 0 insertions, 92 deletions
diff --git a/sdnr/wt/devicemanager/provider/src/test/resources/elasticsearch/index/sdnperformance/sdnperformanceMapping.json b/sdnr/wt/devicemanager/provider/src/test/resources/elasticsearch/index/sdnperformance/sdnperformanceMapping.json
deleted file mode 100644
index 92d5ad2fb..000000000
--- a/sdnr/wt/devicemanager/provider/src/test/resources/elasticsearch/index/sdnperformance/sdnperformanceMapping.json
+++ /dev/null
@@ -1,92 +0,0 @@
-{
- "mappings":
- {
- "historicalperformance24h":
- {
- "properties":
- {
- "node-name":
- {
- "index": "not_analyzed",
- "type": "string"
- },
- "time-stamp":
- {
- "index": "not_analyzed",
- "type": "string"
- },
- "suspect-interval-flag":
- {
- "type": "boolean"
- },
- "scanner-id":
- {
- "index": "not_analyzed",
- "type": "string"
- },
- "uuid-interface":
- {
- "index": "not_analyzed",
- "type": "string"
- },
- "layer-protocol-name": {
- "index": "not_analyzed",
- "type": "string"
- },
- "granularity-period":
- {
- "index": "not_analyzed",
- "type": "string"
- },
- "radio-signal-id": {
- "index": "not_analyzed",
- "type": "string"
- }
- }
- },
-
- "historicalperformance15min":
- {
- "properties":
- {
- "node-name":
- {
- "index": "not_analyzed",
- "type": "string"
- },
- "time-stamp":
- {
- "index": "not_analyzed",
- "type": "string"
- },
- "suspect-interval-flag":
- {
- "type": "boolean"
- },
- "scanner-id":
- {
- "index": "not_analyzed",
- "type": "string"
- },
- "uuid-interface":
- {
- "index": "not_analyzed",
- "type": "string"
- },
- "layer-protocol-name": {
- "index": "not_analyzed",
- "type": "string"
- },
- "granularity-period":
- {
- "index": "not_analyzed",
- "type": "string"
- },
- "radio-signal-id": {
- "index": "not_analyzed",
- "type": "string"
- }
- }
- }
- }
-}