From 74bbc5b8de75c54116f40300e999c2ff9b3618eb Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Sun, 18 Aug 2019 21:33:18 +0100 Subject: [PATCH 1/2] fix(tests): move to controls sub-directory --- test/integration/default/{ => controls}/config_spec.rb | 0 test/integration/default/{ => controls}/pkgs_spec.rb | 0 test/integration/default/{ => controls}/service_spec.rb | 0 test/integration/default/{ => controls}/zones_spec.rb | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename test/integration/default/{ => controls}/config_spec.rb (100%) rename test/integration/default/{ => controls}/pkgs_spec.rb (100%) rename test/integration/default/{ => controls}/service_spec.rb (100%) rename test/integration/default/{ => controls}/zones_spec.rb (100%) 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 From 4a6ac4ebe1b0ed0bf2ee0bf854be46e047590bd9 Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Sun, 18 Aug 2019 23:49:00 +0100 Subject: [PATCH 2/2] ci(travis): re-enable `fedora` * Automated using `ssf-formula` (v0.7.0) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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