Skip to content

feat(tests): add smoke tests and CI automation - #1

Merged
eduardofraga merged 1 commit into
masterfrom
feat/add-smoke-tests
Jul 29, 2026
Merged

feat(tests): add smoke tests and CI automation#1
eduardofraga merged 1 commit into
masterfrom
feat/add-smoke-tests

Conversation

@eduardofraga

Copy link
Copy Markdown
Contributor

Summary

Add comprehensive smoke tests and enable automatic CI on push/PR.

Changes

  • tests/smoke_build.sh — Docker image builds successfully
  • tests/smoke_ansible.shansible --version, ansible-playbook --version, ansible-inventory --help
  • tests/smoke_python.shwinrm and ansible Python imports verified
  • tests/smoke_shell.sheval $1 passthrough and exit code propagation tested
  • tests/smoke_playbook.sh — syntax check + local ping via tests/test.yml
  • tests/test.yml — minimal Ansible playbook for smoke testing
  • .github/workflows/test.yaml — runs on push/PR/manual; executes all smoke steps
  • AGENTS.md — updated with accurate Docker-based test commands

Verification

All 5 smoke tests pass locally:

PASS: smoke_build
PASS: smoke_ansible
PASS: smoke_python
PASS: smoke_shell
PASS: smoke_playbook

@eduardofraga
eduardofraga merged commit d27937b into master Jul 29, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant