compose/tests/integration
Henke Adolfsson 76d0406fab
Add test and implementation for secret added after container has been created
The issue is that if a secret is added to the compose file, then it will
not notice that containers have diverged since last run, because secrets
are not part of the config_hash, which determines if the configuration of
a service is the same or not.

Signed-off-by: Henke Adolfsson <catears13@gmail.com>
2019-03-08 07:43:53 +01:00
..
__init__.py Split tests into unit and integration 2014-04-25 22:58:21 +01:00
environment_test.py Detects the execution on anexec command and sets the environment to silent mode. 2018-12-28 02:43:41 +01:00
network_test.py Ignore NotFound for external overlay networks 2018-03-28 16:49:00 -07:00
project_test.py Add test and implementation for secret added after container has been created 2019-03-08 07:43:53 +01:00
resilience_test.py Replace unittest-style asserts with pytest asserts 2018-01-04 14:38:28 -08:00
service_test.py Don't append slugs to containers created by "up" 2018-11-27 18:58:55 -08:00
state_test.py Don't append slugs to containers created by "up" 2018-11-27 18:58:55 -08:00
testcases.py Add progress messages to parallel pull 2018-07-25 14:39:18 -07:00
volume_test.py v2 custom volume name support 2017-08-11 11:48:00 -07:00