mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-11-02 20:07:57 +00:00
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:
@@ -30,7 +30,7 @@ import time
|
|||||||
import string
|
import string
|
||||||
import random
|
import random
|
||||||
import csv
|
import csv
|
||||||
from report import Report
|
from pull_report import Report
|
||||||
from scp_util import SCP_File
|
from scp_util import SCP_File
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -149,7 +149,7 @@ class TestVLANModeEnterpriseTLSSuiteOne(object):
|
|||||||
|
|
||||||
@pytest.mark.wpa3_enterprise
|
@pytest.mark.wpa3_enterprise
|
||||||
@pytest.mark.fiveg
|
@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,
|
station_names_fiveg, lf_test,
|
||||||
update_report,
|
update_report,
|
||||||
test_cases, radius_info, exit_on_fail):
|
test_cases, radius_info, exit_on_fail):
|
||||||
|
|||||||
Reference in New Issue
Block a user