Enable kitchen tests

Change-Id: I8dfebeb3ae4d7428e026a826b381cc7d10d9a017
diff --git a/tests/pillar/client.sls b/tests/pillar/client.sls
index 2dcc74f..0c9ec9f 100644
--- a/tests/pillar/client.sls
+++ b/tests/pillar/client.sls
@@ -3,7 +3,7 @@
     enabled: true
     mirrors:
       target01:
-        extra_flags: '--verbose --progress --nosource --no-check-gpg --rsync-extra=none'
+        extra_flags: [ "--verbose", "--progress", "--nosource", "--no-check-gpg", "--rsync-extra=none" ]
         method: "rsync" # string
         arch: [ 'amd64' ]
         mirror_host: "archive.ubuntu.com" # rsync
@@ -14,6 +14,7 @@
         section: [ main ] #, multiverse, restricted, universe ]
         exclude_deb_section: [ 'games', gnome, Xfce, sound, electronics, graphics, hamradio , doc, localization, kde, video ]
         filter:
-          00: "--exclude='/*'"  # exclude all for test
+          00: "--exclude='/*'"  # exclude all for test..
+          01: "--include='/vim-tiny'"  # and include something small.
         lock_target: True
         force: True