~terceiro/lava-dispatcher/filter-ansi-color-codes

« back to all changes in this revision

Viewing changes to lava_dispatcher/tests/test_device_version.py

  • Committer: Antonio Terceiro
  • Date: 2013-08-07 16:14:32 UTC
  • mfrom: (644.1.1 fix-unit-tests)
  • Revision ID: antonio.terceiro@linaro.org-20130807161432-ktl11lo81x0u2qwa
update from parent branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
 
37
37
 
38
38
def _create_qemu_target():
39
 
    create_config('lava-dispatcher.conf', {'default_qemu_binary': 'qemu-system-arm'})
 
39
    create_config('lava-dispatcher.conf', {})
40
40
    device_config = create_device_config('qemu01', {'device_type': 'qemu'})
41
41
    dispatcher_config = get_config()
42
42