Skip to content

Commit

Permalink
Finish rename of quickcheck to vm-isolation-check
Browse files Browse the repository at this point in the history
Since commit 69c40db 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 <[email protected]>
  • Loading branch information
nertpinx committed Sep 12, 2017
1 parent 46d0fed commit 1d265a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cluster/vm-isolation-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

source hack/config.sh
usage () {
echo "Usage: ./cluster/quickcheck.sh [-vm <VM>]"
echo "Usage: ./cluster/vm-isolation-check.sh [-vm <VM>]"
}

VM_NAME=testvm
Expand Down
4 changes: 1 addition & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.


2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1d265a9

Please sign in to comment.