Skip to content

Commit

Permalink
test(robot): add export backup target related variable to readme
Browse files Browse the repository at this point in the history
Signed-off-by: Yang Chiu <[email protected]>
  • Loading branch information
yangchiu committed May 8, 2024
1 parent 6716b4c commit 192300a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion e2e/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,16 @@ export LONGHORN_CLIENT_URL=http://node-public-ip:30000
export LONGHORN_CLIENT_URL=http://localhost:8080
```

5. Prepare test environment and run the test
4. For running backup related test cases, export the related environment variable:

(Currently only s3 backup target is supported)

```
export LONGHORN_BACKUPSTORE='s3://backupbucket@us-east-1/backupstore$minio-secret'
export LONGHORN_BACKUPSTORE_POLL_INTERVAL=30
```

5. Prepare test environment and run the test:
```
cd e2e
python -m venv .
Expand Down

0 comments on commit 192300a

Please sign in to comment.