Merge pull request #973 from jfckm/remove-tf
Remove references to test-framework
This commit is contained in:
commit
4e9ee56b78
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -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
|
|
||||||
|
@ -1 +0,0 @@
|
|||||||
Subproject commit e475f4518508927ec415ad57d899efdf7c585117
|
|
@ -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"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user