[X2Go-Commits] [x2gobroker] 14/17: x2gobroker/tests/test_broker_agent.py: Assure that tests are run without loadchecker usage.

git-admin at x2go.org git-admin at x2go.org
Fri Dec 14 09:56:13 CET 2018


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2gobroker.

commit 77a942dd5a06e45a77c2f03a228a4bc0d3fffdbe
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Fri Nov 30 10:37:40 2018 +0100

    x2gobroker/tests/test_broker_agent.py: Assure that tests are run without loadchecker usage.
---
 debian/changelog                      | 2 ++
 x2gobroker/tests/test_broker_agent.py | 3 +++
 2 files changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index f16357f..eb7983d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -89,6 +89,8 @@ x2gobroker (0.0.4.0-0x2go1) UNRELEASED; urgency=medium
     - bin/x2gobroker: Don't override already defined logger objects, define
       them properly where needed.
     - Convert one more unicode object into (Python3) string.
+    - x2gobroker/tests/test_broker_agent.py: Assure that tests are run without
+      loadchecker usage.
   * debian/*:
     + Trigger Makefile's install target and install those files. Drop debhelper
       from-source-installation magic.
diff --git a/x2gobroker/tests/test_broker_agent.py b/x2gobroker/tests/test_broker_agent.py
index f93119e..c3c4552 100644
--- a/x2gobroker/tests/test_broker_agent.py
+++ b/x2gobroker/tests/test_broker_agent.py
@@ -84,6 +84,7 @@ class TestX2GoBrokerAgent(unittest.TestCase):
 command = MATE
 user = foo
 broker-agent-query-mode = NONE
+broker-use-load-checker = false
 
 [testprofile1]
 name = testprofile1
@@ -334,6 +335,7 @@ broker-agent-query-mode = SSH
 command = MATE
 user = foo
 broker-agent-query-mode = NONE
+broker-use-load-checker = false
 
 [testprofile1]
 name = testprofile1
@@ -471,6 +473,7 @@ broker-autologin = true
 command = MATE
 user = foo
 broker-agent-query-mode = NONE
+broker-use-load-checker = false
 
 [testprofile1]
 name = testprofile1

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git


More information about the x2go-commits mailing list