diff --git a/streamApp/tests/testParallelAccess b/streamApp/tests/testParallelAccess index bd96b70..c5983c0 100755 --- a/streamApp/tests/testParallelAccess +++ b/streamApp/tests/testParallelAccess @@ -17,19 +17,12 @@ set records { field (DTYP, "stream") field (OUT, "@test.proto fast device") } - record (ao, "DZ:fasthigh") - { - field (DTYP, "stream") - field (OUT, "@test.proto fasthigh device") - field (PRIO, "HIGH") - } } set protocol { Terminator = LF; slow { out "slow start"; wait 1000; out "slow finished";} fast { out "fast"; } - fasthigh { out "fasthigh"; } } set startup { @@ -41,8 +34,6 @@ startioc ioccmd {dbpf DZ:slow 1} ioccmd {dbpf DZ:fast 1} -ioccmd {dbpf DZ:fasthigh 1} -assure "fasthigh\n" assure "slow start\n" assure "slow finished\n" assure "fast\n"