blob: 2a566ea4102216020c5d199eea54e568d1fc6d24 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
##############################################################################
# Copyright (c) 2019 opnfv.
#
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Apache License, Version 2.0
# which accompanies this distribution, and is available at
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################
---
yardstick.ha.haproxy:
name: yardstick.ha.haproxy
objective: >
This test case will verify the high availability of the load balance
service(current is HAProxy) that supports OpenStack on controller node. When the
load balance service of a specified controller node is killed, whether other
load balancers on other controller nodes will work, and whether the controller node
will restart the load balancer are checked.
validate:
type: yardstick
testcase: opnfv_yardstick_tc053
report:
source_archive_files:
- yardstick.log
- yardstick.ha.haproxy.out
dest_archive_files:
- ha_logs/yardstick.ha.haproxy.log
- ha_logs/yardstick.ha.haproxy.out
check_results_files:
- ha_logs/yardstick.ha.haproxy.out
sub_testcase_list:
|