1ad1e6d727
* Intended to replace the puppet implementation * Molecule tests are similar to existing spec tests with more coverage and live testing * TLS-everywhere support is still in testing but preliminary results look good Change-Id: I9b2a2c1dbdedfe89f257ac2dfa1f0a5fc36009d4
21 lines
508 B
YAML
21 lines
508 B
YAML
---
|
|
- import_playbook: ../common/verify.yml
|
|
|
|
|
|
- name: Check log for correct config
|
|
hosts: all
|
|
tasks:
|
|
- assert:
|
|
that:
|
|
- qdrlog_content.find('Router started in Edge mode') != -1
|
|
name: Router started in Edge mode
|
|
|
|
- assert:
|
|
that:
|
|
- >-
|
|
qdrlog_content is
|
|
search('Configured Connector:
|
|
stf-default-interconnect-5671-service-telemetry.example.com:443
|
|
proto=any, role=edge, sslProfile=sslProfile')
|
|
name: Connector to STF configured
|