tests: add gluon-reconfigure testcase
This commit is contained in:
parent
d9ea281436
commit
56dbfefd14
11
tests/test_gluon-reconfigure.py
Normal file
11
tests/test_gluon-reconfigure.py
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
#!/usr/bin/env python3
|
||||||
|
import sys
|
||||||
|
from pynet import *
|
||||||
|
|
||||||
|
a = Node()
|
||||||
|
|
||||||
|
start()
|
||||||
|
|
||||||
|
a.dbg(a.succeed("gluon-reconfigure"))
|
||||||
|
|
||||||
|
finish()
|
Loading…
Reference in New Issue
Block a user