commit | 367bfb1357ace77e727dd3db49798154bcfbb19f | [log] [tgz] |
---|---|---|
author | Pavel Petrov <ppetrov@mirantis.com> | Mon Sep 04 19:53:35 2017 +0300 |
committer | Pavel Petrov <ppetrov@mirantis.com> | Tue Sep 05 11:18:34 2017 +0300 |
tree | 84002a66f1dbac4379fc003e58cfba65cf5933fc | |
parent | f2dbb5441e32b9d36220fb813fc1153c97c4c569 [diff] [blame] |
Fix for calico/node systests' execution path. Change-Id: I70b90cb11092fffd693dac137c12fcbda4321d6a
diff --git a/src/com/mirantis/mcp/Calico.groovy b/src/com/mirantis/mcp/Calico.groovy index df03742..b667a42 100644 --- a/src/com/mirantis/mcp/Calico.groovy +++ b/src/com/mirantis/mcp/Calico.groovy
@@ -509,7 +509,7 @@ """ // execute systests against calico/node sh """ - cd calico_home + cd calico_home/calico_node NODE_CONTAINER_NAME=${nodeImage} make st """ } catch (Exception e) {