Modified: for 12.1.3


The SBC CNe uses Helm Charts to run automated tests. The automated tests function to:

  • Create a temporary pod upon running helm test <cluster_name>.
  • Run a script within the pod to:
    • Retrieve the OAM container's IP address.
    • Call the CNF's RESTCONF API for health data using credentials stored in a Kubernetes secret (templates/tests/secret.yaml).
    • Analyze the API response to identify any unhealthy pods within the CNF.
  • Exit with a success code (0) if all pods are healthy or a failure code (1) with details if unhealthy pods are detected.