Module: check_mk
Branch: master
Commit: 930c8a7140925fe070764aeed9518e90399e5eb7
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=930c8a7140925f…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Wed Sep 26 12:18:36 2018 +0200
Temporary fix for docker tests until 1.5.0p5 is released
Change-Id: Ic9260246feab3450ff81a945f9e6703cae99b875
---
tests/docker/test_docker.py | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/tests/docker/test_docker.py b/tests/docker/test_docker.py
index 6d229a5..48003b4 100644
--- a/tests/docker/test_docker.py
+++ b/tests/docker/test_docker.py
@@ -282,9 +282,13 @@ def test_update(request, client, version):
# Pick a random old version that we can use to the setup the initial site with
# Later this site is being updated to the current daily build
old_version = testlib.CMKVersion(
- version="1.5.0p3",
- edition=testlib.CMKVersion.CEE,
+ # TODO: temporary fix because 1.5.0p3 image does not have the --no-tmpfs option.
Remove this
+ # once 1.5.0p5 is released
+ version="2018.09.25",
branch="1.5.0",
+ #version="1.5.0p5",
+ #branch="1.5.0",
+ edition=testlib.CMKVersion.CEE,
)
# 1. create container with old version and add a file to mark the pre-update state