This commit is contained in:
jpic
2020-02-13 04:53:09 +01:00
parent 00fa16052d
commit 6e8b2ec2a7
6 changed files with 56 additions and 38 deletions
+2 -3
View File
@@ -21,9 +21,8 @@ async def test_pod_story2(pod):
async def test_pod_story(pod):
await pod.script('down')()
await pod.script('build')('ex')
return
assert await pod.script('up')() == 0
assert await pod.script('down')() == 0
await pod.script('up')()
await pod.script('down')()
async def aoeutest_podctl(host):