summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2022-07-31 17:44:49 +0300
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2022-07-31 17:45:00 +0300
commit9055fde3ca6d6909ce9c36a584960f318bcc2e1d (patch)
tree89013649dbc99f8671e0654f9987d9297bdad6cb
parent70afa1a51f4ffc4db404514af0b2990b23d56fee (diff)
tests: brxalloc: Fix test start log message
The test start log message incorrectly prints the same connector twice instead of the source and destination connectors. Fix it. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
-rwxr-xr-xtests/kms-test-brxalloc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/kms-test-brxalloc.py b/tests/kms-test-brxalloc.py
index 7170ee6..c80d2e3 100755
--- a/tests/kms-test-brxalloc.py
+++ b/tests/kms-test-brxalloc.py
@@ -62,7 +62,7 @@ class BRxAllocTest(kmstest.KMSTest):
return
self.start(f'Moving {len(planes)} planes from {outputs[0].connector.fullname} '
- f'to {outputs[0].connector.fullname}')
+ f'to {outputs[1].connector.fullname}')
# Set the initial mode for both outputs and wait 5s for the monitors to
# wake up.