mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-07 23:43:42 +00:00
Add missing file + delay in RST test
This commit is contained in:
parent
0fc6c912fc
commit
77cd3a9d4b
2 changed files with 11 additions and 0 deletions
7
Software/Integrationtests/tests/TestUpdate.py
Normal file
7
Software/Integrationtests/tests/TestUpdate.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
from tests.TestBase import TestBase
|
||||
import time
|
||||
|
||||
class TestUpdate(TestBase):
|
||||
def test_Update(self):
|
||||
self.vna.cmd("DEV:UPDATE ../../combined.vnafw", timeout=60)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue