Skip to content

Commit

Permalink
update wwan_resource jobs
Browse files Browse the repository at this point in the history
update wwan_resource jobs
  • Loading branch information
stanley31huang committed Aug 6, 2024
1 parent 7780c15 commit 7c3360b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 83 deletions.
71 changes: 0 additions & 71 deletions providers/base/bin/wwan_resource_with_iterations.py

This file was deleted.

2 changes: 1 addition & 1 deletion providers/base/units/wwan/jobs.pxu
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ requires:
snap.name == 'modem-manager' or package.name == 'modemmanager'

unit: template
template-resource: wwan_resource_with_iteration
template-resource: wwan_resource
template-unit: job
id: wwan/gsm-connection-{manufacturer}-{model}-{hw_id}-cycle{iteration}-auto
template-id: wwan/gsm-connection-manufacturer-model-hw_id-auto
Expand Down
11 changes: 0 additions & 11 deletions providers/base/units/wwan/resource.pxu
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,3 @@ command: wwan_tests.py resources --iteration "${WWAN_CONNECTION_TEST_COUNT:-2}"
user: root
estimated_duration: 3s
flags: preserve-locale

unit: job
id: wwan_resource_with_iteration
category_id: wwan
plugin: resource
_summary: Gather device info about WWAN modems
_description: Gather device info about WWAN modems
command: wwan_resource_with_iterations.py -i "${WWAN_CONNECTION_TEST_COUNT:-1}"
environ: WWAN_CONNECTION_TEST_COUNT
user: root
estimated_duration: 3s

0 comments on commit 7c3360b

Please sign in to comment.