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/ce/11_influxdb_content.yaml.tt2

24 lines
403 B

command:
influx -execute 'show databases' | grep _internal:
exit-status: 0
stdout:
- _internal
stderr: []
timeout: 10000
influx -execute 'show databases' | grep ngcp:
exit-status: 0
stdout:
- ngcp
stderr: []
timeout: 10000
influx -execute 'show databases' | grep telegraf:
exit-status: 0
stdout:
- telegraf
stderr: []
timeout: 10000