Commit cd16e03
authored
Add e2e backup and restore test suite for oadp-cli (#1835)
* start cli e2e work
* First pass done
* Install oadp-cli in CI image
* Fix linting
* Refactor code
* Add kubectl
* Add TEST_CLI option to Makefile and update testing documentation
- Introduced TEST_CLI variable to control CLI-based backup/restore testing in the Makefile.
- Updated TESTING.md to include information about the new TEST_CLI environment variable.
- Added 'cli' label to the CLI test suite for better categorization.
* Manual oadp-cli build and mv
* Fail cli e2e if oadp not found
* Add logging before cli commands execute
* fix
* Tabs not spaces1 parent d681482 commit cd16e03
7 files changed
Lines changed: 979 additions & 0 deletions
File tree
- build
- docs/developer/testing
- tests/e2e
- lib
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
731 | 731 | | |
732 | 732 | | |
733 | 733 | | |
| 734 | + | |
734 | 735 | | |
735 | 736 | | |
736 | 737 | | |
| |||
751 | 752 | | |
752 | 753 | | |
753 | 754 | | |
| 755 | + | |
| 756 | + | |
| 757 | + | |
| 758 | + | |
| 759 | + | |
754 | 760 | | |
755 | 761 | | |
756 | 762 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
8 | 21 | | |
9 | 22 | | |
10 | 23 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
0 commit comments