Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(79)

Issue 6551020: Merge remote branch 'autotest-upstream/master' into try-box1 (Closed)

Created:
9 years, 10 months ago by ericli
Modified:
9 years, 7 months ago
CC:
chromium-os-reviews_chromium.org, truty+cc_chromium.org, sosa+cc_chromium.org, seano+cc_chromium.org, ericli
Visibility:
Public.

Description

Merge remote branch 'autotest-upstream/master' into try-box1 Merged from rev @5236 ~ @5269. This should complete the merge performed last week, with all the missed make patch file checked in. BUG=none TEST= 1. Manually update autotest-tests-9999.ebuild to include all new test cases under client/tests. 2. emerge-x86-generic with autotest-tests package. 3. emerge-arm-generic with autotest-tests package. 4. run_remote_tests bvt with emerged autotest against a chromeos netbook. Change-Id: Ia8dd98af5472f38e723fa364d310dd40b06b6d58 KVM test: Remove last references to env variables on unattended setup In the conversion from stand alone script to KVM autotest infrastructure, we missed to convert some places inside the code that looked for environment variables. Fix it so providing windows CD keys gets the keys written on the answer file again. Signed-off-by: Lucas Meneghel Rodrigues <lmr@redhat.com>; git-svn-id: svn://test.kernel.org/autotest/trunk@5269 592f7852-d20e-0410-864c-8624ca9c26a4 KVM test: Fixing migration_control.srv to use new config API Signed-off-by: Lucas Meneghel Rodrigues <lmr@redhat.com>; git-svn-id: svn://test.kernel.org/autotest/trunk@5268 592f7852-d20e-0410-864c-8624ca9c26a4 KVM test: Move enumerate test dicts code to kvm_utils.run_tests() Signed-off-by: Lucas Meneghel Rodrigues <lmr@redhat.com>; git-svn-id: svn://test.kernel.org/autotest/trunk@5267 592f7852-d20e-0410-864c-8624ca9c26a4 KVM test: encapsulate unittests build and move it to parent class In installer.py, we realized that we could benefit from having the unittests build in pretty much all build types, after all, if the userspace is sufficiently new we can run the unittests, regardless of the way the binaries were build. Encapsulate the unittests build and install to a method and move that method to the base installer, making all install methods benefit from it. Just take extra care to certify the unittests are properly linked. Signed-off-by: Lucas Meneghel Rodrigues <lmr@redhat.com>; git-svn-id: svn://test.kernel.org/autotest/trunk@5266 592f7852-d20e-0410-864c-8624ca9c26a4 Committed: http://chrome-svn/viewvc/chromeos?view=rev&revision=a82dc35

Patch Set 1 #

Patch Set 2 : patch #

Patch Set 3 : patch #

Unified diffs Side-by-side diffs Delta from patch set Stats (+606 lines, -425 lines) Patch
M client/bin/base_sysinfo.py View 1 chunk +4 lines, -3 lines 0 comments Download
M client/bin/base_utils.py View 1 chunk +54 lines, -0 lines 0 comments Download
M client/bin/local_host.py View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M client/common_lib/hosts/base_classes.py View 1 chunk +14 lines, -3 lines 0 comments Download
M client/common_lib/hosts/base_classes_unittest.py View 2 chunks +18 lines, -0 lines 0 comments Download
A client/common_lib/hosts/common.py View 1 chunk +8 lines, -0 lines 0 comments Download
A client/tests/bash_shared_mapping/makefile.patch View 1 chunk +8 lines, -0 lines 0 comments Download
A client/tests/fsfuzzer/makefile.patch View 1 chunk +11 lines, -0 lines 0 comments Download
A client/tests/fsstress/makefile.patch View 1 chunk +9 lines, -0 lines 0 comments Download
A client/tests/interbench/makefile.patch View 1 chunk +8 lines, -0 lines 0 comments Download
A client/tests/iozone/makefile.patch View 1 chunk +15 lines, -0 lines 0 comments Download
M client/tests/kvm/control View 2 chunks +2 lines, -5 lines 0 comments Download
M client/tests/kvm/installer.py View 8 chunks +47 lines, -31 lines 0 comments Download
M client/tests/kvm/kvm_config.py View 16 chunks +96 lines, -63 lines 0 comments Download
M client/tests/kvm/kvm_utils.py View 1 chunk +6 lines, -3 lines 0 comments Download
M client/tests/kvm/kvm_vm.py View 8 chunks +36 lines, -13 lines 0 comments Download
M client/tests/kvm/migration_control.srv View 2 chunks +5 lines, -4 lines 0 comments Download
M client/tests/kvm/test_setup.py View 5 chunks +13 lines, -11 lines 0 comments Download
M client/tests/kvm/tests/ethtool.py View 1 chunk +5 lines, -1 line 0 comments Download
M client/tests/kvm/tests/file_transfer.py View 5 chunks +15 lines, -21 lines 0 comments Download
M client/tests/kvm/tests/migration_with_file_transfer.py View 1 chunk +4 lines, -4 lines 0 comments Download
M client/tests/kvm/tests/netperf.py View 4 chunks +26 lines, -8 lines 0 comments Download
M client/tests/kvm/tests/nic_bonding.py View 2 chunks +39 lines, -30 lines 0 comments Download
M client/tests/kvm/tests/nic_hotplug.py View 5 chunks +16 lines, -11 lines 0 comments Download
M client/tests/kvm/tests/nic_promisc.py View 3 chunks +15 lines, -91 lines 0 comments Download
M client/tests/kvm/tests/nicdriver_unload.py View 2 chunks +28 lines, -76 lines 0 comments Download
M client/tests/kvm/tests/pci_hotplug.py View 1 chunk +1 line, -1 line 0 comments Download
M client/tests/kvm/tests/set_link.py View 1 chunk +28 lines, -34 lines 0 comments Download
M client/tests/kvm/tests/vlan.py View 1 chunk +1 line, -1 line 0 comments Download
M client/tests/kvm/tests_base.cfg.sample View 6 chunks +19 lines, -5 lines 0 comments Download
A client/tests/lmbench/0003-makefile.patch View 1 chunk +14 lines, -0 lines 0 comments Download
M client/tests/netperf2/netperf2.py View 1 chunk +1 line, -1 line 0 comments Download
M client/tests/rmaptest/rmaptest.py View 1 chunk +1 line, -2 lines 0 comments Download
A client/tests/signaltest/Makefile View 1 chunk +12 lines, -0 lines 0 comments Download
A client/tests/tiobench/makefile.patch View 1 chunk +19 lines, -0 lines 0 comments Download
M scheduler/monitor_db.py View 1 chunk +1 line, -1 line 0 comments Download
M scheduler/status_server.py View 3 chunks +5 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
ericli
9 years, 10 months ago (2011-02-23 01:11:05 UTC) #1
DaleCurtis
LGTM On 2011/02/23 01:11:05, ericli wrote:
9 years, 10 months ago (2011-02-23 19:36:50 UTC) #2
ericli
9 years, 10 months ago (2011-02-23 21:14:53 UTC) #3
I will push it now. I will leave olof to add all the client test list into
autotest ebuild file.

Powered by Google App Engine
This is Rietveld 408576698