Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
docker run -ti -v /home/jenkins/k8s_access:/root/.kube/ \
-v /home/jenkins/k8s_results:/opt/akraino/validation/results/ \
akraino/validation:k8s-latest -c "python3 /opt/akraino/validation/bluval/bluval.py <blueprint_name> -l k8s"


By default, the container will run the k8s conformance test. If you want to enter the container, add replace the command given at the end with /bin/sh at the end of the command above


The OpenStack layer

TBD