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