Download html report

Adding:
* download html report
* in case if download fail add skip failure

Change-Id: I8b26406fb111070249ef24090f8ab1e00167640b
Reviewed-on: https://review.gerrithub.io/371551
Reviewed-by: Tatyanka Leontovich <tleontovich@mirantis.com>
Tested-by: Tatyanka Leontovich <tleontovich@mirantis.com>
diff --git a/tcp_tests/templates/virtual-mcp11-dvr/openstack.yaml b/tcp_tests/templates/virtual-mcp11-dvr/openstack.yaml
index 6ab1534..150bf2b 100644
--- a/tcp_tests/templates/virtual-mcp11-dvr/openstack.yaml
+++ b/tcp_tests/templates/virtual-mcp11-dvr/openstack.yaml
@@ -365,10 +365,18 @@
   retry: {count: 1, delay: 30}
   skip_fail: false
 
-- description: Download results
+- description: Download xml results
   download:
     remote_path: /root
     remote_filename: "report_*.xml"
     local_path: {{ os_env('PWD') }}
   node_name: {{ HOSTNAME_GTW01 }}
-  skip_fail: false
+  skip_fail: true
+
+- description: Download html results
+  download:
+    remote_path: /root
+    remote_filename: "report_*.html"
+    local_path: {{ os_env('PWD') }}
+  node_name: {{ HOSTNAME_GTW01 }}
+  skip_fail: true
\ No newline at end of file