From cded31b2222c66ffdb2c6292efd78f729e335c91 Mon Sep 17 00:00:00 2001 From: "rsleevi@chromium.org" Date: Thu, 16 Dec 2010 00:52:12 +0000 Subject: 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 --- tools/valgrind/valgrind_test.py | 9 --------- 1 file changed, 9 deletions(-) (limited to 'tools/valgrind/valgrind_test.py') 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']) -- cgit v1.1