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 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: