alexespana / barpower

Repositorio para la asignatura Infraestructura Virtual para el curso 21-22
GNU General Public License v3.0
0 stars 1 forks source link

Problema el ejecutar los tests con GithubActions o CicleCI #48

Closed alexespana closed 2 years ago

alexespana commented 2 years ago

Se produce un error al intentar ejecutar los tests con el contenedor de docker tanto desde Github Actions como desde CircleCI debido a problemas con las variables de entorno: Enlace en CircleCI

>           assert config.get_log_file() == 'bar_power.log'
E           AssertionError: assert 'barpower.log' == 'bar_power.log'
E             - bar_power.log
E             ?    -
E             + barpower.log

tests/test_config.py:19: AssertionError
=========================== short test summary info ============================
FAILED tests/test_config.py::test_correct_log_file - AssertionError: assert '...
========================= 1 failed, 14 passed in 0.31s =========================
Error: Sequence aborted after failed subtask 'pytest'
alexespana commented 2 years ago

Finalmente, era un valor por defecto que le daba al fichero de logs que se testeaba de forma incorrecta.