mirror of
https://github.com/ansible/awx.git
synced 2026-03-16 16:37:30 -02:30
try2 at the devil flake8
This commit is contained in:
@@ -107,18 +107,18 @@ class TestWorkflowDNR():
|
|||||||
"""
|
"""
|
||||||
Workflow topology:
|
Workflow topology:
|
||||||
node[0]
|
node[0]
|
||||||
/\
|
/ |
|
||||||
s f
|
s f
|
||||||
/ \
|
/ |
|
||||||
node[1] node[3]
|
node[1] node[3]
|
||||||
/ \
|
/ |
|
||||||
s f
|
|
||||||
/ \
|
|
||||||
node[2] node[4]
|
|
||||||
\ /
|
|
||||||
s f
|
s f
|
||||||
\ /
|
/ |
|
||||||
node[5]
|
node[2] node[4]
|
||||||
|
\ |
|
||||||
|
s f
|
||||||
|
\ |
|
||||||
|
node[5]
|
||||||
"""
|
"""
|
||||||
wfj = WorkflowJob.objects.create()
|
wfj = WorkflowJob.objects.create()
|
||||||
jt = JobTemplate.objects.create(name='test-jt')
|
jt = JobTemplate.objects.create(name='test-jt')
|
||||||
|
|||||||
Reference in New Issue
Block a user