Wei-Yu Chen | 0a90167 | 2021-06-22 08:22:03 +0800 | [diff] [blame^] | 1 | --- |
2 | # node_exporter molecule/default/verify.yml | ||||
3 | # | ||||
4 | # SPDX-FileCopyrightText: © 2021 Open Networking Foundation <support@opennetworking.org> | ||||
5 | # SPDX-License-Identifier: Apache-2.0 | ||||
6 | |||||
7 | - name: Verify | ||||
8 | hosts: all | ||||
9 | tasks: | ||||
10 | |||||
11 | - name: Test that the Node Exporter is up | ||||
12 | uri: | ||||
13 | url: http://127.0.0.1:9100/ | ||||
14 | status_code: 200 | ||||
15 | return_content: true |