Merge "Add spec cpu2006 test case"
[yardstick.git] / ansible / roles / unarchive_spec_cpu2006_result / tasks / main.yaml
1 ---
2 ##############################################################################
3 # Copyright (c) 2017 Huawei Technologies Co.,Ltd and others.
4 #
5 # All rights reserved. This program and the accompanying materials
6 # are made available under the terms of the Apache License, Version 2.0
7 # which accompanies this distribution, and is available at
8 # http://www.apache.org/licenses/LICENSE-2.0
9 ##############################################################################
10
11 - name: unarchive_spec_cpu2006_result
12   unarchive:
13     src: /tmp/spec_cpu2006_result.zip
14     dest: /tmp/
15     remote_src: True
16   become: true