Commit 9a3a35a2 authored by Łukasz Nowak's avatar Łukasz Nowak

caddy-frontend/test: Froce promise run during test

Otherwise recent slapos.core will do nothing, and we want to avoid the promise
cache during the run.
parent 67d40979
......@@ -376,7 +376,9 @@ class TestDataMixin(object):
plugin_status, plugin_result = subprocess_status_output([
runpromise_bin,
'-c', monitor_conf,
'--run-only', plugin
'--run-only', plugin,
'--force',
'--check-anomaly' # --force is not enough for testless promises
])
# sanity check
if 'Checking promise %s' % plugin not in plugin_result:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment