Ming
2f6899e5a7
Optimize Velero install
...
Signed-off-by: Ming <mqiu@vmware.com >
2023-06-01 07:09:38 +00:00
Ming
a16c17b1e3
Adjust E2E test codes
...
Signed-off-by: Ming <mqiu@vmware.com >
2023-05-15 03:28:56 +00:00
Tiger Kaovilai
3f4b258dee
defer ctxCancel
...
Signed-off-by: Tiger Kaovilai <tkaovila@redhat.com >
2023-04-16 13:33:43 -04:00
danfengl
35bf7a085d
Bumpup upgrade test path for v1.11
...
Signed-off-by: danfengl <danfengl@vmware.com >
2023-04-07 07:21:40 +00:00
Xun Jiang
fc692c49e6
Update Golang version to v1.19 for branch main.
...
Signed-off-by: Xun Jiang <blackpiglet@gmail.com >
2023-04-04 12:00:19 +08:00
danfengl
beed887eeb
Add snapshotvolumes default behavior E2E test
...
Signed-off-by: danfengl <danfengl@vmware.com >
2023-02-19 09:05:20 +00:00
danfengl
78dae45c52
Update upgrade test for 1.10
...
Signed-off-by: danfengl <danfengl@vmware.com >
2022-11-10 03:18:01 +00:00
danfengl
a411130256
debug opt in out
...
Signed-off-by: danfengl <danfengl@vmware.com >
2022-11-10 02:53:58 +00:00
lyndon and GitHub
d52ec8c079
Pod Volume Backup/Restore Refactor: Rename Init Helper ( #5432 )
...
* restore helper refactor
Signed-off-by: Lyndon-Li <lyonghui@vmware.com >
* resolve codespell
Signed-off-by: Lyndon-Li <lyonghui@vmware.com >
Signed-off-by: Lyndon-Li <lyonghui@vmware.com >
2022-10-17 13:42:09 +08:00
danfengl
cf32cabddd
fix-ctx-issue
...
1. Fix issue of kubectl client and server mismatch version in GitAction E2E job, refer to https://github.com/elastic/cloud-on-k8s/issues/4737 ;
2. Adapt to the changing of keyword for involing Kpoia as fs backupper, new installtion breaked upgrade and migration tests;
3. Accept multi-labels of Ginkgo focus as input of E2E make command;
4. Distinguish workload namespace from each tests;
5. Fix issues of not using Velero util to perform Velero commands;
6. Add snapshot test case for NamespaceMapping E2E test;
7. Collect debug bundle after catching error of Velero backup or restore command;
Signed-off-by: danfengl <danfengl@vmware.com >
2022-10-16 13:18:39 +00:00
danfengl
09240a269b
Add Kopia support for Velero installation in E2E test
...
Signed-off-by: danfengl <danfengl@vmware.com >
2022-09-24 04:27:24 +00:00
danfengl
6e8061266c
Clean backups after each test and fix exlude label test issue
...
1. Clean backups after each test to avoid exceeding limitation of storage capability during E2E test;
2. Fix exlude label test issue that namespace should not be included and excluded at the same time no matter by which way to config.
Signed-off-by: danfengl <danfengl@vmware.com >
2022-08-19 01:24:06 +00:00
danfengl
c8544ea212
Add namespace- mappping E2E test
...
Signed-off-by: danfengl <danfengl@vmware.com >
2022-08-11 13:24:51 +00:00
danfengl
fb445b3c0d
Add migration E2E test
...
Signed-off-by: danfengl <danfengl@vmware.com >
2022-08-09 08:31:39 +00:00
Ming
56f72797db
Fix nightly running failure
...
Signed-off-by: Ming <mqiu@vmware.com >
2022-06-06 06:47:01 +00:00
danfengl
18621a0e13
Add setting TTL in backup E2E test
...
Signed-off-by: danfengl <danfengl@vmware.com >
2022-05-13 06:52:47 +00:00
danfengl
33bf59a910
Add snapshot checkpoint for CSI E2E test and fix CSI snapshot name issue
...
1. Add checkpoint in snapshot E2E test to verify snapshot CR should be created and snapshot should be created in cloud side after backup completion;
2. Fix snapshot name issue that CSI snapshot name in cloud side is not the same with other non-CSI cloud snapshots;
Signed-off-by: danfengl <danfengl@vmware.com >
2022-05-07 08:49:34 +00:00
danfengl
7b35f94f84
Add debug switcher for E2E test
...
Signed-off-by: danfengl <danfengl@vmware.com >
2022-04-06 06:50:47 +00:00
danfengl
658699636d
Support CSI plugin in E2E test
...
Signed-off-by: danfengl <danfengl@vmware.com >
2022-04-01 11:26:26 +00:00
danfengl
2c5c9246e6
Add CSI plugin in E2E test
...
Signed-off-by: danfengl <danfengl@vmware.com >
2022-03-30 13:09:26 +00:00
danfengl
54a0ee6496
Support multi-upgrade-path in upgrade E2E test
...
Signed-off-by: danfengl <danfengl@vmware.com >
2022-03-30 07:39:24 +00:00
Xun Jiang
fa646888ef
Add parameter for e2e test to support modify kibishii install path.
...
Signed-off-by: Xun Jiang <jxun@vmware.com >
2022-03-27 20:33:26 +08:00
danfengl
09cdf41d97
Add E2E test of bsl deletion
...
Signed-off-by: danfengl <danfengl@vmware.com >
2022-03-15 02:27:09 +00:00
danfengl
2a492ded94
Fix E2E upgrade parameter issue caused by previous PR
...
Signed-off-by: danfengl <danfengl@vmware.com >
2022-01-11 07:23:01 +00:00
Xun Jiang
706d142096
fix: remove --crds-version in velero install command
...
Due to only v1 CRD is supported in velero version 1.8, remove CRDs version choosing option.
Signed-off-by: Xun Jiang <jxun@vmware.com >
2021-12-13 21:02:56 +08:00
Ming
0c8063cfd2
Add resoure filtering test cases
...
Signed-off-by: Ming <mqiu@vmware.com >
2021-12-04 22:47:46 +08:00
ming qiu and Ming
58325050ec
Adjust structure of e2e test codes
...
Put every test moduels into seperate packages and all velero install parameters integrated into one struct
Signed-off-by: Ming <mqiu@vmware.com >
2021-11-22 15:57:58 +08:00