Versions Compared

Key

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

...

Test Case in Master-CSIT-HealthCheck Job in Jenkins:

APPC does two major portions of CSIT, All the test case is under CSIT Repo.

  1. csit/tests/appc/healthcheck:

    • test1.robot:
    • APPC_Netstat.robot: run "netstat -a | grep -E ":8282 " | grep LISTEN" makes sure 8282 port is in LISTEN state
    • LCM_HEALTHCHECK_TIMESTAMP.robot: make sure apidoc is working
    • LCM_VM_RESTART_TIMESTAMP.robot: make sure /operations/appc-provider-lcm:restart is working
    • LCM_VNF_RESTART_TIMESTAMP.robot: make sure /operations/appc-provider-lcm:restart is working
  2. csit/tests/appc/cdt:




Note: Test CSIT before submit the change to csit Repo (heat envrionment)

...