Skip to content

OpenShift Serverless configurations for OpenShift Cluster Loader

Notifications You must be signed in to change notification settings

openshift-knative/serverless-clusterloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

OpenShift Serverless Control Plane Scale Tests

Repo Layout

config/ is for Cluster Loader configs content/ is for the content used by the configs

Running Cluster Loader Tests

Make sure oc is logged in to the target test cluster. And ensure you have a valid OpenShift pull secret.

From the root of this cloned git repo:

Pull Tests Container Image

podman pull $(oc adm release info --image-for=tests) \
  --authfile <path to your OpenShift pull secret json file>

1000 Namespaces Test

podman run -v ~/.kube/config:/root/.kube/config:z \
  -v $(pwd):/root/serverless-scale/:z \
  -i $(oc adm release info --image-for=tests) \
  /bin/bash -c 'cd /root/serverless-scale && \
  KUBECONFIG=/root/.kube/config VIPERCONFIG=/root/serverless-scale/config/1000-namespaces.yaml \
  openshift-tests run-test "[Feature:Performance][Serial][Slow] Load cluster should load the cluster [Suite:openshift]"'

2500 namespaces test

podman run -v ~/.kube/config:/root/.kube/config:z \
  -v $(pwd):/root/serverless-scale/:z \
  -i $(oc adm release info --image-for=tests) \
  /bin/bash -c 'cd /root/serverless-scale && \
  KUBECONFIG=/root/.kube/config VIPERCONFIG=/root/serverless-scale/config/2500-namespaces.yaml \
  openshift-tests run-test "[Feature:Performance][Serial][Slow] Load cluster should load the cluster [Suite:openshift]"'

About

OpenShift Serverless configurations for OpenShift Cluster Loader

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published