Skip to content

Commit

Permalink
getting started: remove a wrong ref to VMI
Browse files Browse the repository at this point in the history
Tests are done against L1 VMs, not KubeVirt VMIs.
  • Loading branch information
dankenigsberg authored Jul 12, 2018
1 parent 1a7aec0 commit 17c4f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ up a dockerizied environment. Then run

```bash
make cluster-sync # synchronize with your code, if necessary
make functest # run the functional tests against the VMIs
make functest # run the functional tests against the dockerized VMs
```

If you'd like to run specific functional tests only, you can leverage `ginkgo`
Expand Down

0 comments on commit 17c4f50

Please sign in to comment.