diff options
author | cajun-rat <phil@advancedtelematic.com> | 2017-11-16 17:35:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-16 17:35:11 +0100 |
commit | e47cd9155ca2aaab08029b5bd0fd78dc1e3e1c01 (patch) | |
tree | 807e338192140cdff21d1f22aa7b5e862cbb9434 /lib | |
parent | af1cc1ef3cf5cdff903249eca9111174aafc5924 (diff) | |
parent | 24e5a6d45886365cecce74c2c9aa1cfd8c0da69a (diff) | |
download | meta-updater-e47cd9155ca2aaab08029b5bd0fd78dc1e3e1c01.tar.gz |
Merge pull request #178 from advancedtelematic/feat/autodetect-kvm
Autodetect kvm
Diffstat (limited to 'lib')
-rw-r--r-- | lib/oeqa/selftest/updater.py | 4 |
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 |