LibreVNA/Software/Integrationtests/tests/TestUpdate.py
2024-04-22 15:23:35 +02:00

8 lines
173 B
Python

from tests.TestBase import TestBase
import time
class TestUpdate(TestBase):
def test_Update(self):
self.vna.cmd("DEV:UPDATE ../../combined.vnafw", timeout=60)