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

Unified Diff: server/site_tests/network_VPN/network_VPN.py

Issue 6609034: VPN: Test to set up & validate a Client connection to the Server (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git@master
Patch Set: Made client & server code more similar. Updated failure tests Created 9 years, 9 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 side-by-side diff with in-line comments
Download patch
Index: server/site_tests/network_VPN/network_VPN.py
diff --git a/server/site_tests/network_VPN/network_VPN.py b/server/site_tests/network_VPN/network_VPN.py
new file mode 100644
index 0000000000000000000000000000000000000000..a356437025dff979613cfc2ad289d075aba6d394
--- /dev/null
+++ b/server/site_tests/network_VPN/network_VPN.py
@@ -0,0 +1,22 @@
+# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+"""
+You must have the 53d0a92e9b0b37daebc795cc1ea4684d1c0dffd8 from
+chromeos/master to have the necessary configuration changes to the
+openwrt repository. You must then build the 'rspro' variant and
+upgrade your router with the new firmware to be able to run this test.
+
+You must build the 'rspro' openwrt variant with these configuration
+changes, and update the rspro router to the newly built firmware to be
+able to run this test.
+
+This test starts & verfies a VPN connection from the Client (DUT) to
+the Server (rspro).
+"""
+
+from autotest_lib.server import site_wifitest
+
+class network_VPN(site_wifitest.test):
+ pass

Powered by Google App Engine
This is Rietveld 408576698