From bdcbc0845d33f70253b9acb0121a6c076de35958 Mon Sep 17 00:00:00 2001 From: Jon <38672162+gainsley@users.noreply.github.com> Date: Wed, 11 Mar 2020 13:42:45 -0700 Subject: [PATCH] fix e2e test sparodic failure (#852) --- .../testfiles/find_cloudlet_autoprov.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/setup-env/e2e-tests/testfiles/find_cloudlet_autoprov.yml b/setup-env/e2e-tests/testfiles/find_cloudlet_autoprov.yml index 33738e297..c2a451fda 100644 --- a/setup-env/e2e-tests/testfiles/find_cloudlet_autoprov.yml +++ b/setup-env/e2e-tests/testfiles/find_cloudlet_autoprov.yml @@ -30,6 +30,14 @@ 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" @@ -37,11 +45,3 @@ tests: 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