Issue-ID: OOM-2889
Signed-off-by: Ostap Batih <o.batih@samsung.com>
Change-Id: I32960fbb425d65f934c9c91ffbc764fceafa90f5
--- /dev/null
+def test_dir(host):
+    f = host.file('/cfg')
+    assert f.exists
+    assert f.is_directory
+
+
+def test_simulated_hostname_file(host):
+    f = host.file('/cfg/nginx.conf')
+    assert f.exists
+
+
+def test_nginx_container(host):
+    c = host.docker('nginx-server')
+    assert c.is_running
 
     cleanup: ../default/cleanup.yml
 verifier:
   name: testinfra
+  directory: ../default/tests/