mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-20 20:14:57 +00:00
lf_check.py removed references for deprecated functionality igg
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
@@ -111,7 +111,6 @@ class lf_check():
|
|||||||
_json_dut,
|
_json_dut,
|
||||||
_json_test,
|
_json_test,
|
||||||
_test_suite,
|
_test_suite,
|
||||||
_json_igg,
|
|
||||||
_production,
|
_production,
|
||||||
_csv_results,
|
_csv_results,
|
||||||
_outfile,
|
_outfile,
|
||||||
@@ -122,7 +121,6 @@ class lf_check():
|
|||||||
self.json_dut = _json_dut
|
self.json_dut = _json_dut
|
||||||
self.json_test = _json_test
|
self.json_test = _json_test
|
||||||
self.test_suite = _test_suite
|
self.test_suite = _test_suite
|
||||||
self.json_igg = _json_igg
|
|
||||||
self.production_run = _production
|
self.production_run = _production
|
||||||
self.report_path = _report_path
|
self.report_path = _report_path
|
||||||
self.log_path = _log_path
|
self.log_path = _log_path
|
||||||
@@ -1148,7 +1146,6 @@ note if all json data (rig,dut,tests) in same json file pass same json in for a
|
|||||||
_json_dut=json_dut,
|
_json_dut=json_dut,
|
||||||
_json_test=json_test,
|
_json_test=json_test,
|
||||||
_test_suite=test_suite,
|
_test_suite=test_suite,
|
||||||
_json_igg=json_igg,
|
|
||||||
_production=production,
|
_production=production,
|
||||||
_csv_results=csv_results,
|
_csv_results=csv_results,
|
||||||
_outfile=outfile,
|
_outfile=outfile,
|
||||||
|
|||||||
Reference in New Issue
Block a user