Test: Fixed the regex in cat.indices/10_basic.yaml
And renamed the file from .yml to .yaml
This commit is contained in:
parent
2a67b129e2
commit
ce0b2ade9c
|
@ -23,4 +23,13 @@
|
||||||
|
|
||||||
- match:
|
- match:
|
||||||
$body: |
|
$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*
|
||||||
|
)
|
||||||
|
$/
|
Loading…
Reference in New Issue