Skip to content

Clean server profile

Ricardo Araujo requested to merge clean_server_profile into master

Add script to clean a Server Profile from a Server Hardware. The clean operation has two steps:

  • a prepare using prepare_test_clean.sh to set up the environment with oneview credentials and Server Hardware information
  • an execution trigger using tox -eclean This two steps are needed to ensure the CI server could configure before tests execution and the clean operation is performed for every check at CI server whether the tests were successful or not.

Merge request reports