summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2025-12-10 20:33:27 +0100
committerChristian Breunig <christian@breunig.cc>2025-12-10 21:25:15 +0100
commite2e35c9ad02e12b1c68a04b16311277c8deca469 (patch)
treedca6c522949d8922b11d63ddce1ebdc7a792e874 /debian/rules
parent7d8767de8d9f61f0a9d06e91e952e20beac78120 (diff)
downloadvyos-1x-e2e35c9ad02e12b1c68a04b16311277c8deca469.tar.gz
vyos-1x-e2e35c9ad02e12b1c68a04b16311277c8deca469.zip
smoketest: T8087: reorganize folderstructure for embedded configttests
Configuration files for config tests gathered from lab installations, customers or our own networks were placed in multiple directories - all related to the same thing. We have had config-tests, configs and config.no-load. This commit re-arranges all the files and places a proper README for the users.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules8
1 files changed, 2 insertions, 6 deletions
diff --git a/debian/rules b/debian/rules
index f4540dacb..9649a6a36 100755
--- a/debian/rules
+++ b/debian/rules
@@ -149,12 +149,8 @@ override_dh_auto_install:
cp -r smoketest/scripts/* $(DIR)/$(VYOS_LIBEXEC_DIR)/tests/smoke
# Install smoke test configs
- mkdir -p $(DIR)/$(VYOS_LIBEXEC_DIR)/tests/config/
- cp -r smoketest/configs/* $(DIR)/$(VYOS_LIBEXEC_DIR)/tests/config
-
- # Install smoke test config tests
- mkdir -p $(DIR)/$(VYOS_LIBEXEC_DIR)/tests/config-tests/
- cp -r smoketest/config-tests/* $(DIR)/$(VYOS_LIBEXEC_DIR)/tests/config-tests
+ mkdir -p $(DIR)/$(VYOS_LIBEXEC_DIR)/tests/configs/
+ cp -r smoketest/configs/* $(DIR)/$(VYOS_LIBEXEC_DIR)/tests/configs
# Install system programs
mkdir -p $(DIR)/$(VYOS_BIN_DIR)