python/kubernetes/e2e_test
Oz Tiram 2b83c683f8 Fix for a flaky test failing because k8s is slow
We create a deployment and do the following:

```
self.assertIsNotNone(dep)
```

Which does not fail, and then the code proceeds to deletion
and fails with a 404 execption in 80% of the time, but sometimes
it works. The deployment is there, but for some reason not available for
deletion.
Travis CI also showed inconsitent behaviour on this. Python3.5 passed
but all other version failed.
With this commit we wait for the deployment to become available for
deletion and only then continue.
2019-04-08 13:17:25 +02:00
..
test_yaml Add rbac support for yaml 2019-03-20 17:54:33 -05:00
__init__.py Add functional test 2017-01-12 06:26:16 -05:00
base.py Fix end to end tests 2017-10-09 17:15:34 -07:00
test_batch.py Fix end to end tests 2017-10-09 17:15:34 -07:00
test_client.py Fix e2e test to reflect service storage refactoring 2018-03-12 15:21:38 -07:00
test_extensions.py Use yaml.safe_load 2019-01-09 10:10:48 +01:00
test_utils.py Fix for a flaky test failing because k8s is slow 2019-04-08 13:17:25 +02:00