integration-test

Automate OCI Resource Manager integration test lifecycles for starter packs.

3|2|Updated Sep 25, 2025
One-click install
npx skills add https://github.com/oci-ai-incubations/ai-accelerator-starter-packs --skill integration-test-oci-ai-incubations
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: integration-test
Source: https://github.com/oci-ai-incubations/ai-accelerator-starter-packs/tree/main/.claude/skills/integration-test
Command: npx skills add https://github.com/oci-ai-incubations/ai-accelerator-starter-packs --skill integration-test-oci-ai-incubations

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Running OCI Resource Manager integration tests for starter packs is complex and error-prone; this skill automates the full lifecycle, from schema generation to destroy, ensuring deployments behave as expected.

Core Features & Use Cases

  • Orchestrates end-to-end OCI Resource Manager test workflows for starter packs
  • Generates final schemas, zips, and prepares deployment artifacts
  • Creates or updates Resource Manager stacks, runs plan and apply, and validates outputs
  • Configures kubectl, verifies pod status, and checks readiness of deployed components
  • Cleanly destroys resources and cleans up after verification

Quick Start

Run the integration-test skill with a category argument to execute the full OCI Resource Manager lifecycle for a chosen starter pack.

Frequently Asked Questions about integration-test

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate end-to-end OCI Resource Manager integration tests for starter packs?

You can automate OCI Resource Manager integration tests for starter packs by orchestrating the full lifecycle, including schema generation, packaging, stack operations, and safe resource destruction.

What steps are involved in validating OCI Resource Manager stack deployments?

Validating OCI Resource Manager stack deployments involves generating final schemas, creating or updating stacks, running plan and apply, configuring kubectl, and verifying pod status and component readiness.

Can I run integration tests across multiple predefined starter pack categories like paas_rag or warehouse_pick_path?

Yes, you can run deterministic integration test workflows across predefined categories such as paas_rag, cuopt, vss, enterprise_rag, and warehouse_pick_path by passing the category as an argument.

Does the OCI Resource Manager test lifecycle include resource cleanup and destruction?

Yes, the OCI Resource Manager test lifecycle includes clean destruction of resources and cleanup after verification to ensure safe teardown following deployment validation.

How do I verify deployed components and pod status after an OCI Resource Manager apply?

You can verify deployed components after an OCI Resource Manager apply by configuring kubectl, checking pod status, and validating the readiness of deployed components within the stack.

What is the best way to orchestrate deterministic test steps for OCI starter pack deployments?

The best way to orchestrate deterministic test steps for OCI starter pack deployments is by automating the sequence from schema generation and packaging to stack apply, verification, and safe destruction.