[ANSIBLE] Drop shell completion code generation in 'kubectl' role
[oom/offline-installer.git] / ansible / roles / kubectl / molecule / default / tests / test_default.py
index 4f799b9..5d675fe 100644 (file)
@@ -1,11 +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