Skip to content
Snippets Groups Projects
Commit 0034a6b4 authored by Alberto Gonzalez Barneo's avatar Alberto Gonzalez Barneo
Browse files

Added the correct directory for mocks

parent 7bbbebe0
No related branches found
No related tags found
1 merge request!273Draft: Resolve "(OPT) Integrate QKD tests in TFS CI/CD pipeline"
...@@ -61,7 +61,7 @@ deploy_mock_qkd_nodes: ...@@ -61,7 +61,7 @@ deploy_mock_qkd_nodes:
fuser -k $port/tcp; fuser -k $port/tcp;
fi fi
done done
- MOCK_NODES_DIR="/home/cttc-docker/tfs-ctrl/src/tests/tools/mock_qkd_nodes" - MOCK_NODES_DIR="controller/src/tests/tools/mock_qkd_nodes"
- | - |
if [ -d "$MOCK_NODES_DIR" ]; then if [ -d "$MOCK_NODES_DIR" ]; then
cd "$MOCK_NODES_DIR" && ./start.sh & cd "$MOCK_NODES_DIR" && ./start.sh &
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment