1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-02-12 21:57:23 +03:00
one/.travis
Tino Vazquez c53b1018b9
M #-: Add Travis test for conf branch protection
OpenNebula maintenance and hotfix revisions do not allow for any
change in their configuration files with respect to their
previous version.

In a minor branch (one-XX), the new 01-conf_branch_protect.sh script
will warn about configuration changes.
2019-05-24 11:54:48 +02:00
..

Travis smoke tests

The .travis/tests directory contains scripts for each smoke test.

The smoke_test.sh script is called which iterates on each script, and it exits and logs on any failure. To add more tests, simply create a new file on .travis/tests.

Each test should:

  • have a number as prefix to define the order. Renaming is allowed, the rule is to execute the less costly tests (in time) first
  • return 0 on success, other number on error