Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 13, 2024
1 parent 5b9a555 commit cd4deb9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/deployment/testing-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,17 +105,19 @@ You can run the test as many times as you want as long as the virtual machine is
You can skip the `tmt` environment and run the test directly inside the VM:

```
cd containers;
cd containers;
make oc-cluster-ssh
```

Inside the Vagrant VM as vagrant user you do:

```
cd /vagrant
SHARED_DIR=/vagrant make test-deploy
```

You can directly work on the cluster:

```
oc login -u kubeadmin https://api.crc.testing:6443
oc project myproject
Expand Down

0 comments on commit cd4deb9

Please sign in to comment.