Add spec cpu2006 test case
[yardstick.git] / ansible / roles / uninstall_spec_cpu2006 / 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: remove SPEC CPU 2006
12   file:
13     path: /usr/cpu2006
14     state: absent
15   become: true
16
17 - name: umount SPEC CPU 2006 ISO
18   shell:
19     umount -l /mnt;
20   args:
21       executable: /bin/bash
22   become: true
23
24 - name: remove SPEC CPU 2006 ISO
25   file:
26     path: ~/cpu2006-1.2.iso
27     state: absent
28   become: true