diff --git a/acceptance_tests/kubernetes_versions.robot b/acceptance_tests/kubernetes_versions.robot index 62c026f5e..4bd6ca3b1 100644 --- a/acceptance_tests/kubernetes_versions.robot +++ b/acceptance_tests/kubernetes_versions.robot @@ -30,4 +30,4 @@ Suite Setup Kind.cleanup all test clusters Suite Teardown - Kind.cleanup all test clusters \ No newline at end of file + Kind.cleanup all test clusters diff --git a/acceptance_tests/lib/.gitignore b/acceptance_tests/lib/.gitignore index ba0430d26..c18dd8d83 100644 --- a/acceptance_tests/lib/.gitignore +++ b/acceptance_tests/lib/.gitignore @@ -1 +1 @@ -__pycache__/ \ No newline at end of file +__pycache__/ diff --git a/acceptance_tests/lib/Kind.py b/acceptance_tests/lib/Kind.py index f9b78ee78..a133b29e7 100644 --- a/acceptance_tests/lib/Kind.py +++ b/acceptance_tests/lib/Kind.py @@ -64,4 +64,4 @@ class Kind(common.CommandRunner): if MAX_WAIT_KIND_POD_SECONDS <= seconds_waited: raise Exception('Max time ('+str(MAX_WAIT_KIND_POD_SECONDS)+') reached waiting for kube-system pods') time.sleep(KIND_POD_INTERVAL_SECONDS) - seconds_waited += KIND_POD_INTERVAL_SECONDS \ No newline at end of file + seconds_waited += KIND_POD_INTERVAL_SECONDS