.gitlab-ci.yml에 Python 테스트 추가 및 cloud-init 스크립트 생성, policy_routing.py에서 서비스 재시작 명령 추가

This commit is contained in:
2025-05-28 15:38:59 +09:00
parent 2e67e8f777
commit 4be94ade77
4 changed files with 75 additions and 0 deletions

View File

@@ -24,3 +24,10 @@ sast:
stage: test
include:
- template: Auto-DevOps.gitlab-ci.yml
python_tests:
stage: test
image: python:3.9-slim-buster
script:
- pip install pytest
- pytest test_policy_routing.py