tests: add gluon-reconfigure testcase

This commit is contained in:
lemoer 2020-04-10 14:29:22 +02:00 committed by Martin Weinelt
parent bfcb1c7094
commit 6d306b8850
No known key found for this signature in database
GPG Key ID: BD4AA0528F63F17E

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()