More test fixes for split controller/remote tests.

This commit is contained in:
Matt Clay
2019-01-25 19:37:56 -08:00
parent 73636175da
commit a8116497ba
49 changed files with 217 additions and 135 deletions

View File

@@ -169,7 +169,7 @@
- name: DEPTH | check update arrived
assert:
that:
- "{{ a_file['content'] | b64decode | trim }} == 3"
- "{{ a_file.content | b64decode | trim }} == 3"
- git_fetch is changed
- name: DEPTH | clear checkout_dir

View File

@@ -47,7 +47,7 @@
- name: LOCALMODS | check update arrived
assert:
that:
- "{{ a_file['content'] | b64decode | trim }} == 2"
- "{{ a_file.content | b64decode | trim }} == 2"
- git_fetch_force is changed
- name: LOCALMODS | clear checkout_dir
@@ -105,7 +105,7 @@
- name: LOCALMODS | check update arrived
assert:
that:
- "{{ a_file['content'] | b64decode | trim }} == 2"
- "{{ a_file.content | b64decode | trim }} == 2"
- git_fetch_force is changed
- name: LOCALMODS | clear checkout_dir