Skip to content

NVIDIA/ISV-NCP-Validation-Suite

NVIDIA ISV NCP Validation Suite

License

Validation and management tools for NVIDIA ISV Lab environments.

Warning

Experimental Preview Release This is an experimental/preview release of ISV-NCP-Validation-Suite. Use at your own risk in production environments. The software is provided "as is" without warranties of any kind. Features, APIs, and configurations may change without notice in future releases. For production deployments, thoroughly test in non-critical environments first.

What Is This?

The ISV NCP Validation Suite is a test framework for validating that developers and compute providers get the most from their NVIDIA hardware across a range of common compute offerings.

It consists of a very flexible set of tests, which ensure that a system is able to support AI training, inferencing, and running AI-enabled applications, along with more traditional cloud services.

This validation suite is meant to be run against an existing cloud system, specifically one that is running NVIDIA hardware. This suite is not itself a cloud software platform, nor does it target a single specific cloud platform. Instead, it maps high-level requirements to a set of stub functions, which allow you to run high-level operations (like "Create a Virtual Machine") which you can then use for direct validation, or as steps in validating more complex specifications.

Quick Start

The fastest way to try running parts of the validation suite is against an existing cloud service, such as AWS. This can be run by setting up your environment with your AWS keys and running a simple test, as follows:

Prerequisites

  • uv (Python package manager)

Install:

git clone https://github.com/NVIDIA/ISV-NCP-Validation-Suite.git
cd ISV-NCP-Validation-Suite
uv sync

Configure credentials:

export AWS_ACCESS_KEY_ID=...
export AWS_SECRET_ACCESS_KEY=...
export AWS_REGION=...
export AWS_SESSION_TOKEN=...  # only required for temporary/SSO credentials

Execution:

$ uv run isvctl test run -f isvctl/configs/providers/aws/control-plane.yaml
Loaded configuration (1 import).
Validating configuration...

Running phases: ['setup', 'test', 'teardown']
... [~80 lines abridged]
------------------------------------------------------------
[PASS] All phases completed successfully

Running against your own platform

Start from the provider-agnostic templates — copy, implement the stub scripts for your cloud/platform, and run:

cp -r isvctl/configs/tests/ isvctl/configs/my-isv/
# Edit the stub scripts for your platform
uv run isvctl test run -f isvctl/configs/my-isv/vm.yaml

Templates are available for: IAM | Network | VM | Bare Metal | Kubernetes | Control Plane | Image Registry

See the Templates README for the full guide, and the AWS Reference Implementation as a working example.

Documentation

See docs/ for full documentation:

Guides

References

Package Reference

Development

make help      # Show available targets
make test      # Run tests for all packages
make lint      # Run linting
make build     # Build all packages

See Contributing for development setup and guidelines.

Environment Variables

Variable Description
ISV_SERVICE_ENDPOINT Required for ISV Lab Service uploads
ISV_SSA_ISSUER Required for ISV Lab Service uploads
ISV_CLIENT_ID Required for ISV Lab Service uploads
ISV_CLIENT_SECRET Required for ISV Lab Service uploads
NGC_API_KEY Required for NIM model benchmarks

Security

Report vulnerabilities via the NVIDIA Security Vulnerability Submission Form or email psirt@nvidia.com. Do not open a public GitHub issue for security vulnerabilities. See SECURITY.md for details.

License

This project is licensed under the Apache License 2.0.

This project will download and install additional third-party open source software projects. Review the license terms of these open source projects before use.

About

Validation and management tools for NVIDIA ISV Lab environments.

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors