Provides a mechanism in the UI to choose to skip the verification stage.

Signed-off-by: Travis Miller <raphtee@google.com>


git-svn-id: http://test.kernel.org/svn/autotest/trunk@1934 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/frontend/afe/rpc_interface.py b/frontend/afe/rpc_interface.py
index 25d8dc4..0971696 100644
--- a/frontend/afe/rpc_interface.py
+++ b/frontend/afe/rpc_interface.py
@@ -116,7 +116,7 @@
 # tests
 
 def add_test(name, test_type, path, author=None, dependencies=None,
-             experimental=True, run_verify=None, test_class=None, 
+             experimental=True, run_verify=None, test_class=None,
              test_time=None, test_category=None, description=None,
              sync_count=1):
     return models.Test.add_object(name=name, test_type=test_type, path=path,