Merge "Remove unused nova client functions." into stable/fraser
[yardstick.git] / samples / check_connectivity.yaml
1 ##############################################################################
2 # Copyright (c) 2017 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 schema: "yardstick:task:0.1"
11
12 scenarios:
13 -
14   type: CheckConnectivity
15   options:
16     src_ip_addr: '192.168.23.2'
17     dest_ip_addr: '192.168.23.10'
18     ssh_user: 'root'
19     ssh_passwd: 'root'
20     # ssh_key:
21     ssh_port: 22
22     ssh_timeout: 600
23     ping_parameter: "-s 2048"
24
25   runner:
26     type: Iteration
27     iterations: 1
28
29   sla:
30     status: True
31     action: assert