1 more test that does some list appending.
This commit is contained in:
parent
478827da20
commit
23b56e5ef8
7
tests/data/merge_sources/expected10.yaml
Normal file
7
tests/data/merge_sources/expected10.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
#cloud-config
|
||||
|
||||
power_state:
|
||||
delay: 30
|
||||
mode: poweroff
|
||||
message: [Bye, Bye, Pew, Pew]
|
||||
|
6
tests/data/merge_sources/source10-1.yaml
Normal file
6
tests/data/merge_sources/source10-1.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
#cloud-config
|
||||
|
||||
power_state:
|
||||
delay: 30
|
||||
mode: poweroff
|
||||
message: [Bye, Bye]
|
6
tests/data/merge_sources/source10-2.yaml
Normal file
6
tests/data/merge_sources/source10-2.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
#cloud-config
|
||||
|
||||
power_state:
|
||||
message: [Pew, Pew]
|
||||
|
||||
merge_how: 'dict(recurse_list)+list(append)'
|
Loading…
x
Reference in New Issue
Block a user