summaryrefslogtreecommitdiff
path: root/py/tests
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2019-01-17 17:24:51 +0200
committerTomi Valkeinen <tomi.valkeinen@ti.com>2019-01-17 17:24:51 +0200
commitd49777b00e844ac77e0f3b0cfb9b9e07257b4c26 (patch)
tree225524d341746cf432784328c6884521adfb9379 /py/tests
parent95b49cfbb87f8c97bfeeeb36b7a0b4e2c37fe9f3 (diff)
Revert "py: add open_modesetting_card"
This reverts commit 27f1c296c4f5996227b28215400c787ea018862b.
Diffstat (limited to 'py/tests')
-rwxr-xr-xpy/tests/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/tests/test.py b/py/tests/test.py
index 45cf6e9..83cf16a 100755
--- a/py/tests/test.py
+++ b/py/tests/test.py
@@ -13,7 +13,7 @@ args = parser.parse_args()
if args.omap:
card = pykms.OmapCard()
else:
- card = pykms.Card.open_modesetting_card()
+ card = pykms.Card()
res = pykms.ResourceManager(card)
conn = res.reserve_connector(args.connector)