File tree 1 file changed +2
-2
lines changed
contrib/checkbox-ce-oem/checkbox-provider-ce-oem/units/wifi
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ requires:
41
41
estimated_duration: 120.0
42
42
flags: preserve-locale also-after-suspend
43
43
command:
44
- wifi_test.py --mode ap --interface {interface} --band {band} --channel {channel} --host-ip "$WIFI_AP_HOST_DEVICE_IP" --host-user "$WIFI_AP_HOST_DEVICE_USER" --host-pwd "$WIFI_AP_HOST_DEVICE_PWD"
44
+ wifi_test.py --type wifi -- mode ap --interface {interface} --band {band} --channel {channel} --host-ip "$WIFI_AP_HOST_DEVICE_IP" --host-user "$WIFI_AP_HOST_DEVICE_USER" --host-pwd "$WIFI_AP_HOST_DEVICE_PWD"
45
45
46
46
unit: template
47
47
template-resource: ce_oem_wifi_ap_mode
@@ -64,4 +64,4 @@ requires:
64
64
estimated_duration: 120.0
65
65
flags: preserve-locale also-after-suspend
66
66
command:
67
- wifi_test.py --mode ap --interface {interface} --band {band} --channel {channel} --keymgmt {key_mgmt} --group {group} --host-ip "$WIFI_AP_HOST_DEVICE_IP" --host-user "$WIFI_AP_HOST_DEVICE_USER" --host-pwd "$WIFI_AP_HOST_DEVICE_PWD"
67
+ wifi_test.py --type wifi -- mode ap --interface {interface} --band {band} --channel {channel} --keymgmt {key_mgmt} --group {group} --host-ip "$WIFI_AP_HOST_DEVICE_IP" --host-user "$WIFI_AP_HOST_DEVICE_USER" --host-pwd "$WIFI_AP_HOST_DEVICE_PWD"
You can’t perform that action at this time.
0 commit comments