Skip to content

Commit

Permalink
test: implement backupstore setup
Browse files Browse the repository at this point in the history
(1) add backupstore.py for robot test cases
(2) only support s3 now, the subprocess parts in
    backupstore.py need to be refined to make
    nfs work
(3) fix wrong longorn client url issue when using
    it out-of-cluster

Signed-off-by: Yang Chiu <[email protected]>
  • Loading branch information
yangchiu committed Sep 27, 2023
1 parent 03ab273 commit 0159bc7
Show file tree
Hide file tree
Showing 7 changed files with 784 additions and 28 deletions.
2 changes: 2 additions & 0 deletions e2e/keywords/common.resource
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Set test environment
Set Test Variable ${deployment_list}
@{statefulset_list} = Create List
Set Test Variable ${statefulset_list}
set_backupstore

Cleanup test resources
cleanup_node_exec
Expand All @@ -29,3 +30,4 @@ Cleanup test resources
cleanup_deployments ${deployment_list}
cleanup_statefulsets ${statefulset_list}
cleanup_storageclasses
cleanup_backupstore
Loading

0 comments on commit 0159bc7

Please sign in to comment.