From bba0e5aa563cb25b47b798e2a91dc9ff35a027d4 Mon Sep 17 00:00:00 2001 From: Jan Musial Date: Fri, 22 Oct 2021 09:03:26 +0200 Subject: [PATCH 1/2] Remove test-framework submodule Signed-off-by: Jan Musial --- .gitmodules | 3 --- test/functional/test-framework | 1 - 2 files changed, 4 deletions(-) delete mode 160000 test/functional/test-framework diff --git a/.gitmodules b/.gitmodules index 5c54ff1..c54fcad 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ [submodule "ocf"] path = ocf url = https://github.com/Open-CAS/ocf.git -[submodule "test/functional/test-framework"] - path = test/functional/test-framework - url = https://github.com/Open-CAS/test-framework.git diff --git a/test/functional/test-framework b/test/functional/test-framework deleted file mode 160000 index e475f45..0000000 --- a/test/functional/test-framework +++ /dev/null @@ -1 +0,0 @@ -Subproject commit e475f4518508927ec415ad57d899efdf7c585117 From fa371cd061d9de0cd38e63372f04fd66ef0a3270 Mon Sep 17 00:00:00 2001 From: Jan Musial Date: Fri, 22 Oct 2021 09:04:01 +0200 Subject: [PATCH 2/2] Remove test-framework checks in cas_version_gen and pckgen Signed-off-by: Jan Musial --- tools/cas_version_gen | 1 - tools/pckgen | 1 - 2 files changed, 2 deletions(-) diff --git a/tools/cas_version_gen b/tools/cas_version_gen index bf16dcf..73d0733 100755 --- a/tools/cas_version_gen +++ b/tools/cas_version_gen @@ -11,7 +11,6 @@ MANUAL_VERSION_INPUT="$SOURCES_DIR/version" VERSION_FILE="$SOURCES_DIR/.metadata/cas_version" SUBMODULES=( "ocf" - "test/functional/test-framework" ) diff --git a/tools/pckgen b/tools/pckgen index 55cae75..45318bc 100755 --- a/tools/pckgen +++ b/tools/pckgen @@ -36,7 +36,6 @@ DEPENDENCIES_DSC=("${DEPENDENCIES_DEB[@]}") # List of relative submodule directories: SUBMODULES=( "ocf" - "test/functional/test-framework" ) # Unset all variables that may be checked for existence: