test: add AAP hook integration test (MTV-6031)#1
Closed
AmenB wants to merge 2 commits into
Closed
Conversation
Deploy AWX within the test suite, create job templates from gwencasey96/mtv-aap-test-playbooks, configure ForkliftController with AAP settings, and run a cold migration with both PreHook and PostHook using spec.aap.jobTemplateId. - New: utilities/aap.py — AWX deployment and REST API utilities - New: tests/hooks/conftest.py — AWX fixtures + aap_hook_refs - New: tests/hooks/test_aap_hook_migration.py — 5-step migration test - Modified: utilities/hooks.py — added aap_job_template_id as third hook mode - Modified: conftest.py — added "aap" to vSphere-only skip list - Modified: pytest.ini — added aap marker - Modified: tests/tests_config/config.py — added test config entry Tier 1, vSphere only, @pytest.mark.aap Jira: MTV-6031 Polarion: MTV-781 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Revert the temporary git dependency to the standard PyPI version. The wrapper PR (aap_job_template_id support) must be merged upstream before this test can run. Update the version pin once released. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
spec.aap.jobTemplateId@pytest.mark.aapChanges
utilities/aap.py— AWX deployment (Helm) and REST API utilitiestests/hooks/conftest.py— AWX session fixtures +aap_hook_refsclass fixturetests/hooks/test_aap_hook_migration.py— 5-step migration test classutilities/hooks.py— addedaap_job_template_idas third mutually exclusive hook modeconftest.py— added"aap"to vSphere-only skip list inpytest_collection_modifyitemspytest.ini— addedaapmarkertests/tests_config/config.py— added test config entryDependencies
Test results
test_post_hook_retain_failed_vm— 5/5 passed (existing playbook hooks unaffected)@pytest.mark.aap, vSphere-only skip)Bug found during testing
Related
🤖 Generated with Claude Code