diff options
author | Nauman_Ahad <nauman.ahad@xflowresearch.com> | 2016-02-22 19:59:52 +0500 |
---|---|---|
committer | Nauman Ahad <nauman.ahad@xflowresearch.com> | 2016-02-22 15:03:00 +0000 |
commit | 314a28c3ad9b10fa1468fe9c8f484e3d8036065b (patch) | |
tree | b9c596d84a3f003ac41b117d1e2f0c289b5af5b6 /data/ref_results/index_calculation.py | |
parent | 4f239b0cf87c486fb75303b585eaaec73bc60464 (diff) |
Resolved bug for CI error
Args parameter causing error for CI.
IPs changed for compass pod on dell-us-testing-bm-1 pod
Change-Id: Ic1fcedc2cc623bda83b31e68db7979dc302d52f5
Signed-off-by: Nauman_Ahad <nauman.ahad@xflowresearch.com>
(cherry picked from commit 4fc4048a57a18a1eb5003e611f85824be8f091eb)
Diffstat (limited to 'data/ref_results/index_calculation.py')
-rw-r--r-- | data/ref_results/index_calculation.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/data/ref_results/index_calculation.py b/data/ref_results/index_calculation.py index 74c8b14b..ed597fb8 100644 --- a/data/ref_results/index_calculation.py +++ b/data/ref_results/index_calculation.py @@ -1,7 +1,6 @@ import json from cinderclient.utils import arg from result_accum import result_concat as concat -from cliff.tests.test_formatters_table import args def compute_index(total_measured,ref_result,count): try: |