You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
system-tests/templates/930_service-mariadb.yaml.tt2

24 lines
448 B

[%
hostname = ngcp.get_hostname();
is_proxy = ngcp.has_role(hostname, 'proxy');
-%]
command:
grep using_gtid=2 /ngcp-data/mysql/master.info:
exit-status: 0
stdout:
- "/using_gtid=2/"
stderr: []
timeout: 10000
[% IF general.ngcp_type == 'carrier' && is_proxy -%]
grep using_gtid=2 /ngcp-data/mysql2/master-db01*.info:
exit-status: 0
stdout:
- "/using_gtid=2/"
stderr: []
timeout: 10000
[% END -%]