jiridanek / odh-e2e

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ODH-E2E

E2E test suite for opendatahub using fabric8 kubernetes client

UnitTest

Requirements

  • maven >= 3.6
  • java jdk >= 17
  • oc

List of test suites

  • smoke
  • upgrade
  • standard
  • continuous
  • all (standard + upgrade)

Examples how to run selected test suites

Run continuous suite

GITHUB_TOKEN="your_github_read_token" mvn verify -Pcontinuous

Run standard (CRUD) suite

  • Running all tests from standard test suite
GITHUB_TOKEN="your_github_read_token" mvn verify -Pstandard
  • Select single test from standard test suite
GITHUB_TOKEN="your_github_read_token" mvn verify -Pstandard -Dit.test=DataScienceClusterST#createDataScienceCluster

Run upgrade suite

GITHUB_TOKEN="your_github_read_token" mvn verify -Pupgrade

RUN Unit test of the suite

GITHUB_TOKEN="your_github_read_token" mvn test

About

License:Apache License 2.0


Languages

Language:Java 100.0%