Test: Fixed the regex in cat.indices/10_basic.yaml

And renamed the file from .yml to .yaml
This commit is contained in:
Clinton Gormley 2014-08-25 16:13:16 +02:00
parent 2a67b129e2
commit ce0b2ade9c
1 changed files with 10 additions and 1 deletions

View File

@ -23,4 +23,13 @@
- match:
$body: |
/^(green \s+ index1 \s+ 1 \s+ 0 \s+ 0 \s+ 0 \s+ (\d+|\d+[.]\d+)(kb|b) \s+ (\d+|\d+[.]\d+)(kb|b))$/
/^(green \s+
index1 \s+
1 \s+
0 \s+
0 \s+
0 \s+
(\d+|\d+[.]\d+)(kb|b) \s+
(\d+|\d+[.]\d+)(kb|b) \s*
)
$/