gluon-firmware/tests/test_gluon-reconfigure.py

12 lines
124 B
Python
Raw Normal View History

2020-04-10 12:29:22 +00:00
#!/usr/bin/env python3
import sys
from pynet import *
a = Node()
start()
a.dbg(a.succeed("gluon-reconfigure"))
finish()