Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 657 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 657 Bytes

opendatahub-tests

This repository contains ODH / Red Hat Openshift AI (RHOAI) tests.

Contribute to opendatahub-tests

Please follow the Contributing Guide

Getting started

Installation

Install uv

Tests cluster

These tests can be executed against arbitrary cluster with ODH / RHOAI installed.

You can log in into such cluster via:

oc login -u user -p password

Or by setting KUBECONFIG variable:

KUBECONFIG=<kubeconfig file>

or by saving the kubeconfig file under ~/.kube/config

Running the tests

Basic run of all tests

uv run pytest