Changed the name for report to pull_report for pcaps and fixed indentation error from previous merge

Signed-off-by: shivam <shivam.thakur@candelatech.com>
This commit is contained in:
shivam
2022-03-21 18:45:10 +05:30
parent 466ac013bd
commit 9ca2432a16
3 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ import time
import string
import random
import csv
from report import Report
from pull_report import Report
from scp_util import SCP_File

View File

@@ -149,7 +149,7 @@ class TestVLANModeEnterpriseTLSSuiteOne(object):
@pytest.mark.wpa3_enterprise
@pytest.mark.fiveg
def test_wpa3_enterprise_5g(self, get_ap_logs, get_lf_logs,
def test_wpa3_enterprise_5g(self, get_ap_logs, get_lf_logs,
station_names_fiveg, lf_test,
update_report,
test_cases, radius_info, exit_on_fail):