11 lines
136 B
Python
11 lines
136 B
Python
#!/usr/bin/env python3
|
|
import sys
|
|
from driver import Node
|
|
|
|
|
|
def test_reconfigure():
|
|
a = Node()
|
|
|
|
a.succeed("gluon-reconfigure")
|
|
|