Searched refs:vm (Results 1 – 10 of 10) sorted by relevance
89 def get_failed(vm): argument92 failed += vm[i]['failed']95 def vm_read_stdout(vm, test_queue): argument103 out = vm['proc'].stdout.read()111 logger.debug("VM[%d] stdout.read[%s]" % (vm['idx'], out.rstrip()))112 pending = vm['pending'] + out120 logger.debug("VM[%d] stdout full line[%s]" % (vm['idx'], line))122 vm['starting'] = False123 vm['started'] = True133 logger.info("VM[%d] incomplete FAIL line: %s" % (vm['idx'],[all …]
50 cd vm51 cat > vm-config <<EOF63 cp ~/hostap/tests/hwsim/vm/kernel-config.uml .config91 cd ~/hostap/tests/hwsim/vm92 ./vm-run ap_open113 cd ~/hostap/tests/hwsim/vm114 ./parallel-vm.py 7
35 test -f vm-config && . vm-config36 test -f ~/.wpas-vm-config && . ~/.wpas-vm-config58 CMD=$TESTDIR/vm/inside.sh
19 test efficiency (~3200 tests can be run in under 5 minutes using parallel-vm.py28 Create a vm-config file and put the KERNELDIR option into it (see the29 vm-run.sh script). If you want valgrind, also increase the memory size.31 Now you can run the vm-run.sh script and it will execute the tests using42 ./parallel-vm.py <number of VMs> [arguments..]52 ./vm-run.sh --codecov [other arguments..]
165 echo $TESTDIR/vm/uevent.sh > /sys/kernel/uevent_helper171 dbus-daemon --config-file=$TESTDIR/vm/dbus.conf --fork174 ./run-all.sh --vm $(cat /tmp/host$ARGS) </dev/ttyS0 >/dev/ttyS0 2>&1
1 vm-config
6 **/parallel-vm.log
15 machines can be used as an alternative setup. See tests/hwsim/vm/README144 vm/README for information on how parallel VMs can be used to speed this163 - D-Bus (requires kvm-based test run, see vm/README)
81 -V | --vm)
9 hwsim/READM and hwsim/vm/README for more details.