beef up the AI/ML framework tests by adding InfluxDB as data source and populate...
[it/test.git] / XTesting / XTesting-demo / healthcheck.robot
1 ---
2 - name: Shell module example
3   hosts: 127.0.0.1
4   tasks:
5   
6   - name: Check system information
7     shell:
8       "curl -v http://TARGET-IP:32080/appmgr/ric/v1/health/ready 2>&1"
9     register: os_info
10     
11   - debug:
12       msg: "{{os_info.stdout_lines}}"