riya-singhal31
92d9785166
cleanup: ErrWaitTimeout is deprecated in k8s 1.27
...
replaced ErrWaitTimeout with Interrupted
Signed-off-by: riya-singhal31 <rsinghal@redhat.com>
2023-06-06 12:21:43 +00:00
Madhu Rajanna
9c8de9471e
rebase: update kubernetes to 1.26.1
...
update kubernetes and its dependencies
to v1.26.1
Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
2023-02-03 08:55:43 +00:00
Niels de Vos
8f915576c4
e2e: wait for deployment before scale down/up
...
The scale down/up functions fail often with "deployment not found"
errors. Possibly deploying with Podman is slower than deploying in a
minikube VM, and there is a delay for the deployment to become
available.
Signed-off-by: Niels de Vos <ndevos@redhat.com>
2022-10-13 10:45:35 +00:00
Prasanna Kumar Kalever
8364493eb9
e2e: add tests to validate cluster name
...
Validate with both volumes and snapshots
Signed-off-by: Prasanna Kumar Kalever <prasanna.kalever@redhat.com>
2022-06-08 16:23:59 +00:00
Madhu Rajanna
1952a9b4b3
ci: fix all linter errors found in golangci-lint
...
Fixing all the linter errors found in golang-ci
lint v1.46.2
Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
2022-06-03 12:55:54 +00:00
Niels de Vos
eb70fb9fd4
e2e: add minimal tests for NFS-provisioner
...
The tests for the NFS-provisioner can be run by passing -deploy-nfs and
-test-nfs as parameters to the `go test` or `e2e.test` command.
Signed-off-by: Niels de Vos <ndevos@redhat.com>
2022-05-10 00:43:43 +00:00
Niels de Vos
2b4bb63eb8
e2e: introduce ResourceDeployer interface
...
Signed-off-by: Niels de Vos <ndevos@redhat.com>
2022-04-21 00:22:53 +00:00
Robert Vasek
e9c6fab287
e2e: loadAppDeployment now sets ImagePullPolicy to PullIfNotPresent
...
Fixes : #2889
Signed-off-by: Robert Vasek <robert.vasek@cern.ch>
2022-02-24 15:38:24 +00:00
Madhu Rajanna
3922cfc860
e2e: consider not found error in deployment check
...
it might need sometime for the deployment to
get created, consider the NotFound as a valid
error and retry again.
Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
2022-02-21 12:18:39 +00:00
Prasanna Kumar Kalever
fd7c8f375e
cleanup: move waitForDeploymentComplete to deployment.go
...
Fixed the order of function parameters
Signed-off-by: Prasanna Kumar Kalever <prasanna.kalever@redhat.com>
2021-11-23 13:13:41 +00:00
Prasanna Kumar Kalever
6e819b60e7
e2e: add helper functions to use deployment kind objects
...
Signed-off-by: Prasanna Kumar Kalever <prasanna.kalever@redhat.com>
2021-11-23 13:13:41 +00:00