You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment we have Ansible Molecule tests for PostgreSQL, but no any configuration was done to execute it in devcontainer. As docker backend is used here, it should be investigated how to run those tests.
Also would be cool if we can run these tests from the container and not only externally.
At the moment we have Ansible Molecule tests for PostgreSQL, but no any configuration was done to execute it in devcontainer. As docker backend is used here, it should be investigated how to run those tests.
Also would be cool if we can run these tests from the container and not only externally.
Originally posted by @seriva in #2330 (comment)
Things to do:
Steps from https://github.com/microsoft/vscode-dev-containers/tree/main/containers/docker-from-docker#enabling-root-user-access-to-docker-in-the-container (tested only on Windows)
https://molecule.readthedocs.io/en/latest/installation.html
https://github.com/epiphany-platform/epiphany/blob/develop/core/src/epicli/data/common/ansible/playbooks/roles/postgresql/molecule/README.md
sudo su -
before running molecule tests.DoD checklist
The text was updated successfully, but these errors were encountered: