lumiera_/tests/49core-integration.tests
Ichthyostega f6af4c6a16 Dispatcher-Pipeline: prepare test for the new NodeGraphAttachment
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
2023-06-07 04:03:00 +02:00

18 lines
509 B
Text

TESTING "Steam and Vault Layer integration Test Suite" ./test-suite --group=integration
TEST "Mock media access" MediaAccessMock_test <<END
out-lit: accessing "test-1" (dur=≺25s≻)...
out-lit: Channel-0: nameID=video codecID=ID
out-lit: accessing "test-2" (dur=≺25s≻)...
out-lit: Channel-0: nameID=video codecID=H264
out-lit: Channel-1: nameID=audio-L codecID=PCM
out-lit: Channel-2: nameID=audio-R codecID=PCM
return: 0
END
PLANNED "RenderSegment_test" RenderSegment_test <<END
return: 0
END