Giter Site home page Giter Site logo

serverless-clusterloader's Introduction

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]"'

serverless-clusterloader's People

Contributors

bbrowning avatar

Watchers

 avatar  avatar  avatar

Forkers

alanfx cardil

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.