6a4eeea997fba7d2065517852ea7d1dcdab6297b
[bottlenecks.git] / testing-scheduler / server / test / test_case / logic / tc_logic_00.yaml
1 ##############################################################################\r
2 # Copyright (c) 2018 HUAWEI TECHNOLOGIES CO.,LTD and others.\r
3 #\r
4 # All rights reserved. This program and the accompanying materials\r
5 # are made available under the terms of the Apache License, Version 2.0\r
6 # which accompanies this distribution, and is available at\r
7 # http://www.apache.org/licenses/LICENSE-2.0\r
8 ##############################################################################\r
9 \r
10 ---\r
11 # description: test conductor basic logic\r
12 # this testcase contains a single step for scheduling.\r
13 \r
14 schema:\r
15   steps:\r
16     -\r
17       id: 1\r
18       name: make_a_greet\r
19       service:\r
20         name: greet\r
21         interface: greet\r
22       args:\r
23         name: leo\r
24   flows:\r
25     -\r
26       name: main\r
27       orders:\r
28         -\r
29           type: normal\r
30           step: 1