It turns out that the real (not mocked) implementation of JobTicket creation is already required now for this planned (mock)Dispatcher setup; moreover, this real implementation turns out to be almost identical to the mock implementation written recently -- just nested structure of prerequiste JobTickets need to be changed into a similar structur of ExitNodes -- as an aside: rearrange various tests to be more in-line with the envisioned architecture of playback and engine
17 lines
301 B
Text
17 lines
301 B
Text
TESTING "Component Test Suite: Player and Output" ./test-suite --group=play
|
|
|
|
|
|
|
|
PLANNED "Dummy Player setup" DummyPlayConnection_test <<END
|
|
return: 0
|
|
END
|
|
|
|
|
|
TEST "Output Slot Protocol" OutputSlotProtocol_test <<END
|
|
return: 0
|
|
END
|
|
|
|
|
|
PLANNED "Timing constraints" TimingConstraints_test <<END
|
|
return: 0
|
|
END
|