mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2026-01-08 05:11:40 +00:00
Added Bridge mode tests for client connectivity
Signed-off-by: shivam <shivam.thakur@candelatech.com>
This commit is contained in:
@@ -19,4 +19,4 @@ ENV PYTHON=/usr/local/bin/python3
|
||||
ENV PIP=/usr/local/bin/pip3
|
||||
RUN /wlan-testing/setup_env.bash -t $CLOUDSDK_LIBRARY -d $TEST_DEVICE_NAME -n "TIP Automation" -o TIP -e tip-automation@telecominfraproject.com -i "TIP OpenWIFI Library" && pip3 freeze
|
||||
WORKDIR /wlan-testing
|
||||
ENTRYPOINT ["/bin/bash"]
|
||||
ENTRYPOINT ["/bin/bash"]
|
||||
@@ -534,4 +534,4 @@ if __name__ == '__main__':
|
||||
# a = obj.get_active_config()
|
||||
# if a == l:
|
||||
# print("a = l")
|
||||
# print(obj.get_ap_version())
|
||||
# print(obj.get_ap_version())
|
||||
@@ -554,8 +554,6 @@ class tip_2x:
|
||||
logging.error("Exception in getting DUT Channel and bw data.")
|
||||
return data
|
||||
|
||||
=======
|
||||
>>>>>>> Added Environment Variable Generic Method for tip_2x
|
||||
def get_applied_ssid_info(self, profile_object=None, idx=0):
|
||||
if profile_object is None:
|
||||
logging.error("Profile object is None, Unable to fetch ssid info from AP")
|
||||
@@ -1090,7 +1088,7 @@ if __name__ == '__main__':
|
||||
"host_username": "lanforge",
|
||||
"host_password": "lanforge",
|
||||
"host_ssh_port": 22,
|
||||
"serial_tty": "/dev/ttyUSB0",
|
||||
"serial_tty": "/dev/ttyAP1",
|
||||
"firmware_version": "next-latest"
|
||||
}],
|
||||
"traffic_generator": {
|
||||
@@ -1151,4 +1149,4 @@ if __name__ == '__main__':
|
||||
d = var.setup_basic_configuration(configuration=setup_params_enterprise, requested_combination=target)
|
||||
print(d)
|
||||
# var.setup_firmware()
|
||||
# var.teardown_objects()
|
||||
# var.teardown_objects()
|
||||
@@ -22,4 +22,3 @@ def setup_configuration(request, get_markers, get_target_object, run_lf):
|
||||
yield data
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -404,4 +404,4 @@ class TestBridgeModeConnectivitySuiteTwo(object):
|
||||
passkey=security_key, mode=mode, band=band,
|
||||
num_sta=num_stations)
|
||||
|
||||
assert passes == "PASS", result
|
||||
assert passes == "PASS", result
|
||||
@@ -467,4 +467,4 @@ class TestNatModeConnectivitySuiteTwo(object):
|
||||
passkey=security_key, mode=mode, band=band,
|
||||
num_sta=num_stations)
|
||||
|
||||
assert passes == "PASS", result
|
||||
assert passes == "PASS", result
|
||||
Reference in New Issue
Block a user