KVM test: get_started.py: Tell the user he/she needs to use root to run the autotest test
Signed-off-by: Lucas Meneghel Rodrigues <lmr@redhat.com>
git-svn-id: http://test.kernel.org/svn/autotest/trunk@4211 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/client/tests/kvm/get_started.py b/client/tests/kvm/get_started.py
index 065818c..617acaf 100755
--- a/client/tests/kvm/get_started.py
+++ b/client/tests/kvm/get_started.py
@@ -99,7 +99,7 @@
autotest_bin = os.path.join(client_dir, 'bin', 'autotest')
control_file = os.path.join(kvm_test_dir, 'control')
logging.info("When you are done fixing eventual warnings found, "
- "you can run the kvm test using the command line:")
+ "you can run the kvm test using the command line AS ROOT:")
logging.info("%s --verbose %s", autotest_bin, control_file)
logging.info("You can also edit the test config files (see output of "
"step 2 for a list)")