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/120_filesys-free-space.yaml...

13 lines
235 B

command:
"df --output=pcent / | tail -1":
exit-status: 0
stdout:
- "/[0-9]%|[0-7][0-9]%/"
stderr: []
"df --output=ipcent / | tail -1":
exit-status: 0
stdout:
- "/[0-9]%|[0-7][0-9]%/"
stderr: []