From 711e2a8e7b03246ffedbcbccca1f1d77b4454472 Mon Sep 17 00:00:00 2001 From: Matthew Johnson Date: Wed, 14 Nov 2018 15:45:14 -0800 Subject: [PATCH] bat: renumber conflicting tests We had three 09-* tests, renumber them so we can prove we actually know how to count when people look at our test directory. Signed-off-by: Matthew Johnson --- bat/tests/{09-ister-config => 10-ister-config}/Makefile | 0 bat/tests/{09-ister-config => 10-ister-config}/description.txt | 2 +- bat/tests/{09-ister-config => 10-ister-config}/run.bats | 0 .../Makefile | 0 .../description.txt | 2 +- .../run.bats | 0 6 files changed, 2 insertions(+), 2 deletions(-) rename bat/tests/{09-ister-config => 10-ister-config}/Makefile (100%) rename bat/tests/{09-ister-config => 10-ister-config}/description.txt (85%) rename bat/tests/{09-ister-config => 10-ister-config}/run.bats (100%) rename bat/tests/{09-no-delta-packs-over-format-bump => 13-no-delta-packs-over-format-bump}/Makefile (100%) rename bat/tests/{09-no-delta-packs-over-format-bump => 13-no-delta-packs-over-format-bump}/description.txt (84%) rename bat/tests/{09-no-delta-packs-over-format-bump => 13-no-delta-packs-over-format-bump}/run.bats (100%) diff --git a/bat/tests/09-ister-config/Makefile b/bat/tests/10-ister-config/Makefile similarity index 100% rename from bat/tests/09-ister-config/Makefile rename to bat/tests/10-ister-config/Makefile diff --git a/bat/tests/09-ister-config/description.txt b/bat/tests/10-ister-config/description.txt similarity index 85% rename from bat/tests/09-ister-config/description.txt rename to bat/tests/10-ister-config/description.txt index b1aac7c..d05d7eb 100644 --- a/bat/tests/09-ister-config/description.txt +++ b/bat/tests/10-ister-config/description.txt @@ -1,3 +1,3 @@ -09-ister-config +10-ister-config =============== This test case tests the usage of ister config file during 'mixer build image'. diff --git a/bat/tests/09-ister-config/run.bats b/bat/tests/10-ister-config/run.bats similarity index 100% rename from bat/tests/09-ister-config/run.bats rename to bat/tests/10-ister-config/run.bats diff --git a/bat/tests/09-no-delta-packs-over-format-bump/Makefile b/bat/tests/13-no-delta-packs-over-format-bump/Makefile similarity index 100% rename from bat/tests/09-no-delta-packs-over-format-bump/Makefile rename to bat/tests/13-no-delta-packs-over-format-bump/Makefile diff --git a/bat/tests/09-no-delta-packs-over-format-bump/description.txt b/bat/tests/13-no-delta-packs-over-format-bump/description.txt similarity index 84% rename from bat/tests/09-no-delta-packs-over-format-bump/description.txt rename to bat/tests/13-no-delta-packs-over-format-bump/description.txt index 9c4d879..4ba7185 100644 --- a/bat/tests/09-no-delta-packs-over-format-bump/description.txt +++ b/bat/tests/13-no-delta-packs-over-format-bump/description.txt @@ -1,4 +1,4 @@ -09-no-delta-packs-over-format-bump +13-no-delta-packs-over-format-bump ================================== This test creates a format bump using a manual process (not auto-format-bump) and attempts to create delta packs over that bump. No delta packs should be diff --git a/bat/tests/09-no-delta-packs-over-format-bump/run.bats b/bat/tests/13-no-delta-packs-over-format-bump/run.bats similarity index 100% rename from bat/tests/09-no-delta-packs-over-format-bump/run.bats rename to bat/tests/13-no-delta-packs-over-format-bump/run.bats