Files
mgmt/test/shell/yaml-change1a.yaml
James Shubin 3bd37a7906 test: Don't block on graph transitions
Improvements in the engine have uncovered some annoying race conditions
which would cause the engine to block between transitions. This is a
test which catches the most obvious file based ones.

This requires inotify to work in the test environment.
2017-02-22 17:45:16 -05:00

10 lines
139 B
YAML

---
graph: mygraph
resources:
file:
- name: file1
path: "/tmp/mgmt/change1"
content: 'hello world'
state: exists
edges: []