Make VMTest use dynamic suite notation

BUG=chromium-os:27291
TEST=trybot x86-generic-full (with dependent CLs)

Change-Id: I126cdee58b4b9cd11ab9dd78ef21b4b9d0dafe2b
Reviewed-on: https://gerrit.chromium.org/gerrit/18007
Reviewed-by: Zdenek Behan <zbehan@chromium.org>
Tested-by: Zdenek Behan <zbehan@chromium.org>
Commit-Ready: Zdenek Behan <zbehan@chromium.org>
diff --git a/au_test_harness/au_worker.py b/au_test_harness/au_worker.py
index 965412a..a178ecf 100644
--- a/au_test_harness/au_worker.py
+++ b/au_test_harness/au_worker.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
+# Copyright (c) 2012 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.
 
@@ -36,7 +36,7 @@
     if options.quick_test:
       self.verify_suite = 'build_RootFilesystemSize'
     else:
-      self.verify_suite = 'suite_Smoke'
+      self.verify_suite = 'suite:smoke'
 
     # Set these up as they are used often.
     self.crosutils = cros_lib.GetCrosUtilsPath()
diff --git a/ctest/ctest.py b/ctest/ctest.py
index 03af788..0394901 100755
--- a/ctest/ctest.py
+++ b/ctest/ctest.py
@@ -156,7 +156,7 @@
 
     The auto update test harness encapsulates testing the auto-update mechanism
     for the latest image against the latest official image from the channel.
-    This also tests images with suite_Smoke (built-in as part of its
+    This also tests images with suite:smoke (built-in as part of its
     verification process).
 
     Args: