fix check
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
4845ea8a18
commit
e1b1371bfb
|
@ -2,6 +2,6 @@
|
||||||
- name: Verify memory and cache sizes
|
- name: Verify memory and cache sizes
|
||||||
assert:
|
assert:
|
||||||
that:
|
that:
|
||||||
- cont_mem_limit < geth_cache
|
- cont_mem_limit > geth_cache
|
||||||
fail_msg: 'Memory limit cant be lower than cache: {{ cont_mem_limit }} > {{ geth_cache }}'
|
fail_msg: 'Memory limit cant be lower than cache: {{ cont_mem_limit }} > {{ geth_cache }}'
|
||||||
success_msg: 'Memory limit is higher than cache size'
|
success_msg: 'Memory limit is higher than cache size'
|
||||||
|
|
Loading…
Reference in New Issue