Merge pull request #973 from jfckm/remove-tf

Remove references to test-framework
This commit is contained in:
Adam Rutkowski
2021-10-22 14:10:15 +02:00
committed by GitHub
4 changed files with 0 additions and 6 deletions

3
.gitmodules vendored
View File

@@ -1,6 +1,3 @@
[submodule "ocf"] [submodule "ocf"]
path = ocf path = ocf
url = https://github.com/Open-CAS/ocf.git 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

View File

@@ -11,7 +11,6 @@ MANUAL_VERSION_INPUT="$SOURCES_DIR/version"
VERSION_FILE="$SOURCES_DIR/.metadata/cas_version" VERSION_FILE="$SOURCES_DIR/.metadata/cas_version"
SUBMODULES=( SUBMODULES=(
"ocf" "ocf"
"test/functional/test-framework"
) )

View File

@@ -36,7 +36,6 @@ DEPENDENCIES_DSC=("${DEPENDENCIES_DEB[@]}")
# List of relative submodule directories: # List of relative submodule directories:
SUBMODULES=( SUBMODULES=(
"ocf" "ocf"
"test/functional/test-framework"
) )
# Unset all variables that may be checked for existence: # Unset all variables that may be checked for existence: