From 1d265a9b9616951f0ef06f497d2efdd7f6ea3e42 Mon Sep 17 00:00:00 2001 From: Martin Kletzander Date: Tue, 12 Sep 2017 11:19:38 +0200 Subject: [PATCH] Finish rename of quickcheck to vm-isolation-check Since commit 69c40db04b6b5dbf7be64ebe5e7445f4c0eb8ed8 the script is called vm-isolation-check.sh (which corresponds more to what it is actually doing). However some places in the docs and the script got stuck with the former name. Signed-off-by: Martin Kletzander --- cluster/vm-isolation-check.sh | 2 +- docs/README.md | 4 +--- docs/getting-started.md | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/cluster/vm-isolation-check.sh b/cluster/vm-isolation-check.sh index 1bc2b61d2dcc..61eceaef9350 100755 --- a/cluster/vm-isolation-check.sh +++ b/cluster/vm-isolation-check.sh @@ -19,7 +19,7 @@ source hack/config.sh usage () { -echo "Usage: ./cluster/quickcheck.sh [-vm ]" +echo "Usage: ./cluster/vm-isolation-check.sh [-vm ]" } VM_NAME=testvm diff --git a/docs/README.md b/docs/README.md index ccf475b81f99..3e06889448b4 100644 --- a/docs/README.md +++ b/docs/README.md @@ -45,7 +45,5 @@ therefore required. For best results, use this path: * `cluster/sync_config.sh`: This script will contact the master node and collect its config and kubectl. It is called by sync.sh so does not generally need to be run separately. - * `cluster/quickcheck.sh`: This script will run a series of tests to ensure + * `cluster/vm-isolation-check.sh`: This script will run a series of tests to ensure the system is set up correctly. - - diff --git a/docs/getting-started.md b/docs/getting-started.md index cda5ae77fd60..5a2746b8edc0 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -211,7 +211,7 @@ tap networking device attached. Basic verification is possible by running ```bash - bash cluster/quickcheck.sh + bash cluster/vm-isolation-check.sh ``` #### Example