Fix linux_enforce_hostname for test env

 * Add TODO-proper fix for state - native salt fun.
   But due bug[1] in saltstack - we can't enable
   proper solution now

[1] https://github.com/saltstack/salt/pull/45748/files/74599bbdfcf99f45d3a31296887097fade31cbf1

Related-PROD: PROD-20730

Change-Id: I11b6d81ae0f9a7864518f638e8fc423e4e087285
diff --git a/.kitchen.yml b/.kitchen.yml
index c704da5..51d6a26 100644
--- a/.kitchen.yml
+++ b/.kitchen.yml
@@ -1,8 +1,8 @@
 ---
 driver:
   name: docker
-  hostname: linux.ci.local
-  use_sudo: false
+  hostname: linux-formula
+  run_options: -v /dev/log:/dev/log:ro
 
 provisioner:
   name: salt_solo