gluon/tests/test_gluon.py
Martin Weinelt 934287c1e9
WIP: add QEMU test driver based on virtio-serial
Migrates the test cases to pytest.
2020-11-13 03:51:21 +01:00

11 lines
136 B
Python

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