Skip to content

Commit

Permalink
libvirt: update readme
Browse files Browse the repository at this point in the history
Fixes: #1825

Signed-off-by: Qi Feng Huo <huoqif@cn.ibm.com>
  • Loading branch information
Qi Feng Huo committed May 13, 2024
1 parent 0a103cc commit ea1c95f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/cloud-api-adaptor/test/e2e/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,13 @@ popd
```
Then extract the PodVM image and use it following [extracting-the-qcow2-image](../../podvm/README.md#extracting-the-qcow2-image)

To deploy the KBS service and test attestation related cases, set `export DEPLOY_KBS=yes`.
To deploy the KBS service and test attestation related cases, export following variables like:
```
export DEPLOY_KBS=yes
export KBS_IMAGE="ghcr.io/confidential-containers/staged-images/kbs"
export KBS_IMAGE_TAG="dc01f454264fb4350e5f69eba05683a9a1882c41"
````
Where the value of `KBS_IMAGE` and `KBS_IMAGE_TAG` should be same as described in [versions.yaml](../../versions.yaml)
## Provision file specifics
Expand Down

0 comments on commit ea1c95f

Please sign in to comment.