diff --git a/.travis.yml b/.travis.yml index 924aa5b..a7a5123 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,7 @@ env: # - INSTANCE: default-debian-9-2018-3-py2 # - INSTANCE: default-ubuntu-1604-2018-3-py2 # - INSTANCE: default-centos-7-2018-3-py2 - # - INSTANCE: default-fedora-29-2018-3-py2 + - INSTANCE: default-fedora-29-2018-3-py2 - INSTANCE: default-opensuse-leap-42-2018-3-py2 # - INSTANCE: default-debian-8-2017-7-py2 # - INSTANCE: default-ubuntu-1604-2017-7-py2 diff --git a/test/integration/default/config_spec.rb b/test/integration/default/controls/config_spec.rb similarity index 100% rename from test/integration/default/config_spec.rb rename to test/integration/default/controls/config_spec.rb diff --git a/test/integration/default/pkgs_spec.rb b/test/integration/default/controls/pkgs_spec.rb similarity index 100% rename from test/integration/default/pkgs_spec.rb rename to test/integration/default/controls/pkgs_spec.rb diff --git a/test/integration/default/service_spec.rb b/test/integration/default/controls/service_spec.rb similarity index 100% rename from test/integration/default/service_spec.rb rename to test/integration/default/controls/service_spec.rb diff --git a/test/integration/default/zones_spec.rb b/test/integration/default/controls/zones_spec.rb similarity index 100% rename from test/integration/default/zones_spec.rb rename to test/integration/default/controls/zones_spec.rb