Skip to content

Commit

Permalink
Add arg type in the job
Browse files Browse the repository at this point in the history
  • Loading branch information
rickwu666666 committed Dec 4, 2024
1 parent 4a283d6 commit a41429a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ requires:
estimated_duration: 120.0
flags: preserve-locale also-after-suspend
command:
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"
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"

unit: template
template-resource: ce_oem_wifi_ap_mode
Expand All @@ -64,4 +64,4 @@ requires:
estimated_duration: 120.0
flags: preserve-locale also-after-suspend
command:
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"
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 comments on commit a41429a

Please sign in to comment.