test/lease-manager: Create dummy fds for fake lease grants 69/27269/2
authorDamian Hobson-Garcia <dhobsong@igel.co.jp>
Wed, 16 Mar 2022 01:10:39 +0000 (10:10 +0900)
committerDamian Hobson-Garcia <dhobsong@igel.co.jp>
Fri, 25 Mar 2022 07:33:29 +0000 (16:33 +0900)
commitd2ada94bcd4e125009d4ccdda7e5a8d01a96efe2
tree17b764a5ba2233631116609217f3a0996a785127
parente7e1f35d703a75496a1579133e0312d4a9761827
test/lease-manager: Create dummy fds for fake lease grants

drmModeCreateLease() should return a new lease fd for every succesful call.
Make sure that our dummy implementation does the same.
Returning 0 will cause stdout to be closed at the end of each test,
which will break the test logging when tests are run without forking
(ie. when CK_FORK=no)

Bug-AGL: SPEC-3815

Change-Id: I6b9436a962fb25b88576ae1c950c4f6f698e949a
Signed-off-by: Damian Hobson-Garcia <dhobsong@igel.co.jp>
drm-lease-manager/test/test-drm-device.c