summaryrefslogtreecommitdiffstats
path: root/ansible/roles/kubectl/molecule/default/tests/test_default.py
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/roles/kubectl/molecule/default/tests/test_default.py')
-rw-r--r--ansible/roles/kubectl/molecule/default/tests/test_default.py12
1 files changed, 0 insertions, 12 deletions
diff --git a/ansible/roles/kubectl/molecule/default/tests/test_default.py b/ansible/roles/kubectl/molecule/default/tests/test_default.py
index 3f4c7c7d..5d675fec 100644
--- a/ansible/roles/kubectl/molecule/default/tests/test_default.py
+++ b/ansible/roles/kubectl/molecule/default/tests/test_default.py
@@ -1,15 +1,3 @@
-import os
-
-import testinfra.utils.ansible_runner
-
-testinfra_hosts = testinfra.utils.ansible_runner.AnsibleRunner(
- os.environ['MOLECULE_INVENTORY_FILE']).get_hosts('all')
-
-
def test_kubectl(host):
assert host.file('/usr/local/bin/kubectl').exists
assert host.run('kubectl').rc != 127
-
-
-def test_kubectl_bash_completion(host):
- assert host.file('/etc/bash_completion.d/kubectl').exists