Skip to content

Commit

Permalink
fix e2e test sparodic failure (#852)
Browse files Browse the repository at this point in the history
  • Loading branch information
gainsley committed Mar 11, 2020
1 parent f7eafb8 commit bdcbc08
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions setup-env/e2e-tests/testfiles/find_cloudlet_autoprov.yml
Expand Up @@ -30,18 +30,18 @@ tests:
yaml2: "{{datadir}}/appdata_no_appinst_autoprov_show.yml"
filetype: appdata

- name: check influx stats for auto-provisioning
actions: [sleep=1.1,influxapi]
apifile: "{{datadir}}/influx_autoprov_query.yml"
compareyaml:
yaml1: "{{outputdir}}/show-commands.yml"
yaml2: "{{datadir}}/influx_autoprov_data.yml"
filetype: influxdata

- name: delete provisioning, verify it is empty
actions: [ctrlapi-delete,ctrlapi-show]
apifile: "{{datadir}}/appdata_no_appinst.yml"
compareyaml:
yaml1: "{{outputdir}}/show-commands.yml"
yaml2: "{{datadir}}/appdata_empty.yml"
filetype: appdata

- name: check influx stats for auto-provisioning
actions: [sleep=0.4,influxapi]
apifile: "{{datadir}}/influx_autoprov_query.yml"
compareyaml:
yaml1: "{{outputdir}}/show-commands.yml"
yaml2: "{{datadir}}/influx_autoprov_data.yml"
filetype: influxdata

0 comments on commit bdcbc08

Please sign in to comment.