summaryrefslogtreecommitdiffstats
path: root/utils/test/scripts/kibana_cleanup.py
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2016-09-20 07:26:13 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-09-20 07:26:13 +0000
commite0791c1b3865a025c5f29b17cf830888715ce0ae (patch)
treed82e39698b5194d77c17679928f643a6514aa6f2 /utils/test/scripts/kibana_cleanup.py
parent55384ec8404cf2293131928259664b85f5198f0d (diff)
parent6f2bd06f607190d54a1268ad6813b4bf501eac1f (diff)
Merge "only publish testcases appear in testcases.py to save time"
Diffstat (limited to 'utils/test/scripts/kibana_cleanup.py')
-rw-r--r--utils/test/scripts/kibana_cleanup.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/utils/test/scripts/kibana_cleanup.py b/utils/test/scripts/kibana_cleanup.py
index e699db43c..d87d9a285 100644
--- a/utils/test/scripts/kibana_cleanup.py
+++ b/utils/test/scripts/kibana_cleanup.py
@@ -1,9 +1,10 @@
#! /usr/bin/env python
import logging
+import urlparse
+
import argparse
+
import shared_utils
-import json
-import urlparse
logger = logging.getLogger('clear_kibana')
logger.setLevel(logging.DEBUG)