-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[test] E2E test for kubeadm-full ETCD (#464)
* - Cleaned up the flatcar chainsaw-test.yaml - Previously the passed keys were kubeadm and flatcar * - added etcd StatefulSet into the assert list * - added test for checking if etcd-disk is added to spec * - added filter to the curl command * - fixed json parse error * - printing disk response to debug the issue * - updated logging mechanism and removed other tests to debug the particular test * - added filter to the linode api call and updated logging * - uncommented tests for other resources * - testing filter for API call * - updated cron job time for backup - added tests to check if objects were being backed up into the bucket * - added retry loops to tests which have scripts - delay of 30 seconds per retry * - fixed makefile error caused by stray test * - updated make file to generate a 32 char ephemeral key - updated chainsaw-test.yaml to use said 32 char ephemeral key - updated bucket retry time to 60 seconds per try * - removed additional logging * - fixed SSE_KEY generation in Makefile * - removed logging using echo - updated retry time to 40 seconds * - made SSE_KEY static - updated API calls to use environment variable LINODE_REGION * - gowrap_version set to v1.3.7 in Makefile * - fixed bucket object deletion using s5cmd - added steps to install s5cmd in Makefile * - updated s3cmd ref to s5cmd * - changed LOCALBIN to CACHE_BIN in Makefile. - this change was made to test and see if s5cmd path was accessible when cache_bin was used instead of localbin * - added s5cmd to make e2e test * - added API call to delete the bucket - added comments to bash scripts
- Loading branch information
1 parent
662a6b1
commit ca9571e
Showing
4 changed files
with
209 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters