aboutsummaryrefslogtreecommitdiffstats
path: root/tests/migration.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/migration.py')
-rw-r--r--tests/migration.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/migration.py b/tests/migration.py
index 161f6c2..4c8990a 100644
--- a/tests/migration.py
+++ b/tests/migration.py
@@ -89,6 +89,10 @@ class Migration(TestDRM):
vga = 'VGA'
self.migration_test(vga)
+ def test_bochs_dpy(self):
+ vga = 'bochs-display'
+ self.migration_test(vga)
+
def test_cirrus(self):
vga = "cirrus-vga"
self.migration_test(vga)