LibreVNA/Software/Integrationtests/tests/TestUpdate.py

8 lines
173 B
Python
Raw Normal View History

2024-04-22 15:23:35 +02:00
from tests.TestBase import TestBase
import time
class TestUpdate(TestBase):
def test_Update(self):
self.vna.cmd("DEV:UPDATE ../../combined.vnafw", timeout=60)