unit tests working

This commit is contained in:
alexmadison
2022-03-01 09:58:20 +01:00
parent 84b2831d89
commit 66cbbe3da7
3 changed files with 22 additions and 4 deletions

View File

@@ -27,14 +27,14 @@ cycle
system "echo '[] set Reset 0'"
set Reset 0
mode run
cycle
assert-qdi-channel-neutral "b.out" 5
status X
system "echo '[] Reset finished, setting some inputs.'"
status X
mode run
set b.in.d.d[0].t 1
set b.in.d.d[1].t 1
@@ -60,5 +60,7 @@ set-qdi-channel-neutral "b.in" 5
cycle
system "echo '[] Receiving out ack'"
set b.in.a 1
set b.out.a 1
cycle
assert-qdi-channel-neutral "b.out" 5