Skip to content

Commit a41429a

Browse files
committed
Add arg type in the job
1 parent 4a283d6 commit a41429a

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

contrib/checkbox-ce-oem/checkbox-provider-ce-oem/units/wifi/wifi-ap.pxu

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ requires:
4141
estimated_duration: 120.0
4242
flags: preserve-locale also-after-suspend
4343
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"
4545

4646
unit: template
4747
template-resource: ce_oem_wifi_ap_mode
@@ -64,4 +64,4 @@ requires:
6464
estimated_duration: 120.0
6565
flags: preserve-locale also-after-suspend
6666
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"

0 commit comments

Comments
 (0)