tree: 01057fcab5b062bba9dce8d84e631eef74df919c [path history] [tgz]
  1. README.md
  2. utils/
  3. xos-remove-service.robot
  4. xos-scale-att-workflow.robot
  5. xos-service-migrations.robot
src/test/cord-api/Tests/XosScaleValidations/README.md

XOS Scale test

This test suite is still under active developemnt so some manual steps are needed in order to execute it.

Setup the test

There a setup-venv.sh script in ../.., use that.

In order to connect to kafka, find the correct IP with:

kubectl get svc | grep cord-platform-kafka

It will be needed while running the command

Run the test

Tests can executed via the cli with this command:

robot --variable xos_chameleon_url:127.0.0.1 \
--variable xos_chameleon_port:30006 \
--variable cord_kafka:10.152.183.118 \
--variable num_olts:10 \
--variable num_onus:1 \
--variable num_pon_ports:10 \
xos-scale-att-workflow.robot