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

Side by Side Diff: utils/site_test_importer.sh

Issue 1617004: Add chromeos site-specific test importer wrappers. (Closed)
Patch Set: Tidy up a bit Created 10 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | utils/site_test_importer_attributes.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 #!/bin/bash
2
3 # Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
4 # Use of this source code is governed by a BSD-style license that can be
5 # found in the LICENSE file.
6
7 # This script adds desired tests to ChromeOS Autotest server.
8
9 pushd $(dirname "$0") > /dev/null
10 # Clean all tests
11 ./test_importer.py -C
12
13 # Add all site_tests
14 ./test_importer.py -t /usr/local/autotest/client/site_tests
15 ./test_importer.py -t /usr/local/autotest/server/site_tests
16
17 # Add all profilers
18 ./test_importer.py -p /usr/local/autotest/client/profilers
19
20 # Add selected tests
21 ./test_importer.py -w site_whitelist_tests
22 popd > /dev/null
OLDNEW
« no previous file with comments | « no previous file | utils/site_test_importer_attributes.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698