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

Unified Diff: client/site_tests/security_RendererSandbox/control

Issue 2822047: Test for browser sandbox (Issue 4530) (Closed) Base URL: ssh://gitrw.chromium.org/autotest.git
Patch Set: Fixing a few small stylistic bits Created 10 years, 5 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
« no previous file with comments | « no previous file | client/site_tests/security_RendererSandbox/security_RendererSandbox.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/site_tests/security_RendererSandbox/control
diff --git a/client/site_tests/security_RendererSandbox/control b/client/site_tests/security_RendererSandbox/control
new file mode 100644
index 0000000000000000000000000000000000000000..78ae149e5fd446f5546dc2903fa506167a207889
--- /dev/null
+++ b/client/site_tests/security_RendererSandbox/control
@@ -0,0 +1,18 @@
+AUTHOR = "Chromium OS Team"
+NAME = "security_RendererSandbox"
+PURPOSE = "Basic check to ensure renderer is sandboxed/jailed in Chromium OS."
+CRITERIA = """
+This test will fail if (a) no renderer is found or (b) the requested URL is not
+sandboxed/jailed.
+"""
+TIME = "SHORT"
+TEST_CATEGORY = "Security"
+TEST_CLASS = "security"
+TEST_TYPE = "client"
+
+DOC = """
+This test simply checks if a page is loaded within the sandboxed/jailed
+environment inside Chromium OS.
+"""
+
+job.run_test("security_RendererSandbox")
« no previous file with comments | « no previous file | client/site_tests/security_RendererSandbox/security_RendererSandbox.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698