commit | 2dfb8efeef64b392a57e299dcc7946257768c3fe | [log] [tgz] |
---|---|---|
author | Dennis Dmitriev <ddmitriev@mirantis.com> | Fri Jul 21 20:19:38 2017 +0300 |
committer | Dennis Dmitriev <dis.xcom@gmail.com> | Fri Jul 21 19:24:25 2017 -0400 |
tree | 1749440cc66b5fc835748507a968ffd2a7510544 | |
parent | 7b0855f8858fe1510ab4358fc130548c8030ed02 [diff] [blame] |
Add new actions to test steps: upload and download Change-Id: I2e2a4dc64dc79260a2aefc5f92083781f754be34 Reviewed-on: https://review.gerrithub.io/370719 Reviewed-by: Dennis Dmitriev <dis.xcom@gmail.com> Tested-by: Dennis Dmitriev <dis.xcom@gmail.com>
diff --git a/tcp_tests/templates/virtual-mcp-ocata-ovs/openstack.yaml b/tcp_tests/templates/virtual-mcp-ocata-ovs/openstack.yaml index 9ae8b00..8e37fe4 100644 --- a/tcp_tests/templates/virtual-mcp-ocata-ovs/openstack.yaml +++ b/tcp_tests/templates/virtual-mcp-ocata-ovs/openstack.yaml
@@ -364,3 +364,11 @@ node_name: {{ HOSTNAME_GTW01 }} retry: {count: 1, delay: 30} skip_fail: false + +- description: Download results + download: + remote_path: /root + remote_filename: "report_*.xml" + local_path: {{ os_env('PWD') }} + node_name: {{ HOSTNAME_GTW01 }} + skip_fail: false