summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/oeqa/selftest/updater.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/oeqa/selftest/updater.py b/lib/oeqa/selftest/updater.py
index b59eefc..2723b4a 100644
--- a/lib/oeqa/selftest/updater.py
+++ b/lib/oeqa/selftest/updater.py
@@ -119,12 +119,12 @@ class GeneralTests(oeSelfTest):
119 args = type('', (), {})() 119 args = type('', (), {})()
120 args.imagename = 'core-image-minimal' 120 args.imagename = 'core-image-minimal'
121 args.mac = None 121 args.mac = None
122 # Could use DEPLOY_DIR_IMAGE her but it's already in the machine 122 # Could use DEPLOY_DIR_IMAGE here but it's already in the machine
123 # subdirectory. 123 # subdirectory.
124 args.dir = 'tmp/deploy/images' 124 args.dir = 'tmp/deploy/images'
125 args.efi = False 125 args.efi = False
126 args.machine = None 126 args.machine = None
127 args.no_kvm = False 127 args.kvm = None # Autodetect
128 args.no_gui = True 128 args.no_gui = True
129 args.gdb = False 129 args.gdb = False
130 args.pcap = None 130 args.pcap = None