1<?xml version="1.0" encoding="UTF-8"?>
2<!-- Copyright (c) 2024 Huawei Device Co., Ltd.
3
4     Licensed under the Apache License, Version 2.0 (the "License");
5     you may not use this file except in compliance with the License.
6     You may obtain a copy of the License at
7
8          http://www.apache.org/licenses/LICENSE-2.0
9
10     Unless required by applicable law or agreed to in writing, software
11     distributed under the License is distributed on an "AS IS" BASIS,
12     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13     See the License for the specific language governing permissions and
14     limitations under the License.
15-->
16<configuration ver="2.0">
17    <target name="composer_ut">
18        <preparer>
19            <option name="target" value="mount"/>
20            <option name="shell" value="service_control stop render_service"/>
21            <option name="shell" value="kill -9 `pidof composer_host`"/>
22        </preparer>
23        <cleaner>
24            <option name="shell" value="service_control start render_service"/>
25            <option name="shell" value="kill -9 `pidof render_service`"/>
26            <option name="shell" value="sleep 1"/>
27        </cleaner>
28    </target>
29    <target name="composer_mt">
30        <preparer>
31            <option name="target" value="mount"/>
32            <option name="shell" value="service_control stop render_service"/>
33            <option name="shell" value="kill -9 `pidof composer_host`"/>
34        </preparer>
35        <cleaner>
36            <option name="shell" value="service_control start render_service"/>
37            <option name="shell" value="kill -9 `pidof render_service`"/>
38            <option name="shell" value="sleep 1"/>
39        </cleaner>
40    </target>
41    <target name="composer_death_test">
42        <preparer>
43            <option name="target" value="mount"/>
44            <option name="shell" value="service_control stop render_service"/>
45            <option name="shell" value="kill -9 `pidof composer_host`"/>
46        </preparer>
47        <cleaner>
48            <option name="shell" value="service_control start render_service"/>
49            <option name="shell" value="kill -9 `pidof render_service`"/>
50            <option name="shell" value="sleep 1"/>
51        </cleaner>
52    </target>
53    <target name="hdf_display_benchmark_test">
54        <preparer>
55            <option name="target" value="mount"/>
56            <option name="shell" value="service_control stop render_service"/>
57            <option name="shell" value="kill -9 `pidof composer_host`"/>
58        </preparer>
59        <cleaner>
60            <option name="shell" value="service_control start render_service"/>
61            <option name="shell" value="kill -9 `pidof render_service`"/>
62            <option name="shell" value="sleep 1"/>
63        </cleaner>
64    </target>
65</configuration>