Skip to content

Commit

Permalink
fixing styling suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaMilosa committed Dec 10, 2024
1 parent 769707b commit 279f8f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/qualification/running-qualification.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
There are three ways to run the test and a couple of environment variables that a user should be aware of.

??? tip "Suggested way of running"
Since this is a long test and bazel tends to be pretty heavy on the system it is proposed to run it on a devenv!
To do that you should follow the guide on how to create a devenv by idx and once its deployed you can:
Since this is a long test and bazel tends to be pretty heavy on the system it is's a good idea to run the test in a devenv.
To do that you should follow the IDX guide on how to create a devenv. Once the devenv is deployed you can:
```bash
eval `ssh-agent -s`
ssh-add ~/.ssh/ssh_key_that_has_access_to_k8s_repo
Expand All @@ -31,7 +31,7 @@ bazel test //rs/tests/dre:guest_os_qualification --config=systest --cache_test_r
```

## Environment variables
- `OLD_VERSION`: specifies the starting version for a testnet. If its not specified it will default to the version specified in `tests/mainnet_revision.json`.
- `OLD_VERSION`: specifies the starting version for a testnet. If it's not specified it will default to the version specified in `tests/mainnet_revision.json`.

## How does it work
Qualification test consits of multiple steps. If we have versions `A` and `B` where `A` is already deployed to the network and `B` is a version that is being qualified the steps would look like the following:
Expand Down

0 comments on commit 279f8f8

Please sign in to comment.