Skip to content

Commit

Permalink
tests: add gluon-reconfigure testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
lemoer authored and blocktrron committed Apr 15, 2020
1 parent d9ea281 commit 56dbfef
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tests/test_gluon-reconfigure.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/usr/bin/env python3
import sys
from pynet import *

a = Node()

start()

a.dbg(a.succeed("gluon-reconfigure"))

finish()

0 comments on commit 56dbfef

Please sign in to comment.