From 1ded82cca2a413662a6056e5cd99c9c565a45b88 Mon Sep 17 00:00:00 2001
From: lukken <lukken@astron.nl>
Date: Wed, 21 Jul 2021 09:37:50 +0000
Subject: [PATCH] L2SS-240: Pass TANGO_HOST variable to tox

---
 devices/tox.ini | 1 +
 1 file changed, 1 insertion(+)

diff --git a/devices/tox.ini b/devices/tox.ini
index 29fed5a88..6d9305632 100644
--- a/devices/tox.ini
+++ b/devices/tox.ini
@@ -19,6 +19,7 @@ commands = stestr run {posargs}
 
 [testenv:integration]
 ; Warning running integration tests will make changes to your docker system!
+passenv = TANGO_HOST
 setenv = TESTS_DIR=./integration_test
 commands =
     stestr run --serial
-- 
GitLab