test_server: basic description checks

Change-Id: I732ac2349f7e7ab2579f67cc6e51989703531087
This commit is contained in:
Alexander Zaft
2024-10-21 10:19:14 +02:00
committed by Markus Zolliker
parent bc0925fca7
commit bea994aaa2
2 changed files with 12 additions and 3 deletions

View File

@@ -41,7 +41,7 @@ def log():
return LoggerStub()
PY_FILE = """Node('foonode', 'fodesc', 'fooface')
PY_FILE = """Node('foonode', 'fodesc', 'fooface', _secnode_prop='secnode_prop')
Mod('foo', 'frappy.modules.Readable', 'description', value=5)
Mod('bar', 'frappy.modules.Readable', 'about me', export=False)
Mod('baz', 'frappy.modules.Readable', 'things', value=Param(3, unit='BAR'))