From 90a539125212eafc8123005bf9193210ac8ab9fc Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Fri, 19 Jun 2020 23:27:17 -0400 Subject: [PATCH] tests: split out core, nginx and ps tests --- .circleci/config.yml | 2 +- tests/unit/{20_nginx-vhosts_1.bats => 70_nginx-vhosts_1.bats} | 0 tests/unit/{40_nginx-vhosts_2.bats => 70_nginx-vhosts_2.bats} | 0 tests/unit/{40_nginx-vhosts_3.bats => 70_nginx-vhosts_3.bats} | 0 tests/unit/{10_ps-dockerfile.bats => 80_ps-dockerfile.bats} | 0 tests/unit/{10_ps-general.bats => 80_ps-general.bats} | 0 tests/unit/{10_ps-herokuish.bats => 80_ps-herokuish.bats} | 0 tests/unit/{30_core_1.bats => 90_core_1.bats} | 0 tests/unit/{40_core_2.bats => 90_core_2.bats} | 0 9 files changed, 1 insertion(+), 1 deletion(-) rename tests/unit/{20_nginx-vhosts_1.bats => 70_nginx-vhosts_1.bats} (100%) rename tests/unit/{40_nginx-vhosts_2.bats => 70_nginx-vhosts_2.bats} (100%) rename tests/unit/{40_nginx-vhosts_3.bats => 70_nginx-vhosts_3.bats} (100%) rename tests/unit/{10_ps-dockerfile.bats => 80_ps-dockerfile.bats} (100%) rename tests/unit/{10_ps-general.bats => 80_ps-general.bats} (100%) rename tests/unit/{10_ps-herokuish.bats => 80_ps-herokuish.bats} (100%) rename tests/unit/{30_core_1.bats => 90_core_1.bats} (100%) rename tests/unit/{40_core_2.bats => 90_core_2.bats} (100%) diff --git a/.circleci/config.yml b/.circleci/config.yml index 94c9f2226..ed067ddfc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -112,6 +112,6 @@ workflows: - unit-tests: matrix: parameters: - index: [10, 20, 30, 40, 50, 60] + index: [10, 20, 30, 40, 50, 60, 70, 80, 90] requires: - build diff --git a/tests/unit/20_nginx-vhosts_1.bats b/tests/unit/70_nginx-vhosts_1.bats similarity index 100% rename from tests/unit/20_nginx-vhosts_1.bats rename to tests/unit/70_nginx-vhosts_1.bats diff --git a/tests/unit/40_nginx-vhosts_2.bats b/tests/unit/70_nginx-vhosts_2.bats similarity index 100% rename from tests/unit/40_nginx-vhosts_2.bats rename to tests/unit/70_nginx-vhosts_2.bats diff --git a/tests/unit/40_nginx-vhosts_3.bats b/tests/unit/70_nginx-vhosts_3.bats similarity index 100% rename from tests/unit/40_nginx-vhosts_3.bats rename to tests/unit/70_nginx-vhosts_3.bats diff --git a/tests/unit/10_ps-dockerfile.bats b/tests/unit/80_ps-dockerfile.bats similarity index 100% rename from tests/unit/10_ps-dockerfile.bats rename to tests/unit/80_ps-dockerfile.bats diff --git a/tests/unit/10_ps-general.bats b/tests/unit/80_ps-general.bats similarity index 100% rename from tests/unit/10_ps-general.bats rename to tests/unit/80_ps-general.bats diff --git a/tests/unit/10_ps-herokuish.bats b/tests/unit/80_ps-herokuish.bats similarity index 100% rename from tests/unit/10_ps-herokuish.bats rename to tests/unit/80_ps-herokuish.bats diff --git a/tests/unit/30_core_1.bats b/tests/unit/90_core_1.bats similarity index 100% rename from tests/unit/30_core_1.bats rename to tests/unit/90_core_1.bats diff --git a/tests/unit/40_core_2.bats b/tests/unit/90_core_2.bats similarity index 100% rename from tests/unit/40_core_2.bats rename to tests/unit/90_core_2.bats