make operation mode YAML test more robust
This commit is contained in:
parent
2b3cb240f2
commit
81c9e8d939
|
@ -46,7 +46,7 @@ setup:
|
|||
|
||||
- do:
|
||||
ilm.get_status: {}
|
||||
- match: { operation_mode: "STOPPING" }
|
||||
- match: { operation_mode: /STOPP(ED|ING)/ }
|
||||
|
||||
- do:
|
||||
acknowledge: true
|
||||
|
|
Loading…
Reference in New Issue