diff options
author | rsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-16 00:52:12 +0000 |
---|---|---|
committer | rsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-16 00:52:12 +0000 |
commit | cded31b2222c66ffdb2c6292efd78f729e335c91 (patch) | |
tree | 58da8007323d736797909d7f5b273a801b60ecb4 /tools/valgrind/valgrind_test.py | |
parent | 272ac32f59df01ce98fe6e422a6130cf4a6a1c43 (diff) | |
download | chromium_src-cded31b2222c66ffdb2c6292efd78f729e335c91.zip chromium_src-cded31b2222c66ffdb2c6292efd78f729e335c91.tar.gz chromium_src-cded31b2222c66ffdb2c6292efd78f729e335c91.tar.bz2 |
Regenerate the root certificate and end-entity certificates used for various tests in net_unittests, now that Windows can temporarily trust certificates for the duration of tests.
In addition, add unittests for net::TestRootCerts, which depend on the certs being tested not being trusted by the system beforehand.
BUG=8470, 5552
TEST=TestRootCertsTest.*
Review URL: http://codereview.chromium.org/5535006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69356 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/valgrind/valgrind_test.py')
-rwxr-xr-x | tools/valgrind/valgrind_test.py | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tools/valgrind/valgrind_test.py b/tools/valgrind/valgrind_test.py index 0280b1d..75eaa5e 100755 --- a/tools/valgrind/valgrind_test.py +++ b/tools/valgrind/valgrind_test.py @@ -327,15 +327,6 @@ class ValgrindTool(BaseTool): We need to run some sanity checks, set up a Wine prefix, and make sure wineserver is running by starting a dummy win32 program. """ - if not os.path.exists('/usr/share/ca-certificates/root_ca_cert.crt'): - logging.warning('WARNING: SSL certificate missing! SSL tests will fail.') - logging.warning('You need to run:') - logging.warning('sudo cp src/net/data/ssl/certificates/root_ca_cert.crt ' - '/usr/share/ca-certificates/') - logging.warning('sudo vi /etc/ca-certificates.conf') - logging.warning(' (and add the line root_ca_cert.crt)') - logging.warning('sudo update-ca-certificates') - # Shutdown the Wine server in case the last run got interrupted. common.RunSubprocess([os.environ.get('WINESERVER'), '-k']) |