tests: add gluon-reconfigure testcase

main
lemoer 2020-04-10 14:29:22 +02:00 committed by David Bauer
parent d9ea281436
commit 56dbfefd14
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
#!/usr/bin/env python3
import sys
from pynet import *
a = Node()
start()
a.dbg(a.succeed("gluon-reconfigure"))
finish()