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
commit 4e9ee56b78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 6 deletions

3
.gitmodules vendored
View File

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

@ -1 +0,0 @@
Subproject commit e475f4518508927ec415ad57d899efdf7c585117

View File

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

View File

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