Fixing path to Makefile which is used to run
some 'clean'-tasks after system tests for
calico/node.
Change-Id: I354c3ab64732af63c1d848ebe2ec8069b74f0365
diff --git a/src/com/mirantis/mcp/Calico.groovy b/src/com/mirantis/mcp/Calico.groovy
index b667a42..a1e4721 100644
--- a/src/com/mirantis/mcp/Calico.groovy
+++ b/src/com/mirantis/mcp/Calico.groovy
@@ -513,7 +513,8 @@
NODE_CONTAINER_NAME=${nodeImage} make st
"""
} catch (Exception e) {
- sh "make stop-etcd"
+ sh """cd calico_home/calico_node
+ make stop-etcd"""
// FIXME: cleaning has to be done by make stop/clean targets
sh """
for dc in calico-felix cali-st-ext-nginx cali-st-host cali-st-gw host1 host2 host3; do