Skip to content

Commit 397cd3f

Browse files
committed
Remove FV scripts for old network
* remove bash scripts * remove variables list Relates-to: OLPEDGE-585 Signed-off-by: Serhii Lysenko <[email protected]>
1 parent dd8aabf commit 397cd3f

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

scripts/linux/fv/gitlab-olp-cpp-sdk-core-network-test.sh

Lines changed: 0 additions & 5 deletions
This file was deleted.

scripts/linux/fv/gitlab_test_fv.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ $FV_HOME/gitlab-olp-cpp-sdk-authentication-test.sh || TEST_FAILURE=1
1616
$FV_HOME/gitlab-olp-cpp-sdk-core-cache-test.sh || TEST_FAILURE=1
1717
$FV_HOME/gitlab-olp-cpp-sdk-core-client-test.sh || TEST_FAILURE=1
1818
$FV_HOME/gitlab-olp-cpp-sdk-core-geo-test.sh || TEST_FAILURE=1
19-
$FV_HOME/gitlab-olp-cpp-sdk-core-network-test.sh || TEST_FAILURE=1
2019
$FV_HOME/gitlab-olp-dataservice-read-test.sh || TEST_FAILURE=1
2120
$FV_HOME/gitlab-olp-dataservice-write-test.sh || TEST_FAILURE=1
2221

2322
if [[ $TEST_FAILURE==1 ]]; then
2423
echo "Some tests failed."
2524
fi
2625

27-
exit $TEST_FAILURE
26+
exit $TEST_FAILURE
27+

scripts/linux/fv/olp-cpp-sdk-core-network-test.variables

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)