1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-11 05:17:41 +03:00
one/.travis
Tino Vazquez 2fc517c76d
F #2816: Previous 8 commits and this one is for travis feature
Now oned and sunstone smoke tests are enabled
2019-01-31 15:37:06 +01:00
..
tests F #2816: Previous 8 commits and this one is for travis feature 2019-01-31 15:37:06 +01:00
README.md F #2816: Set rubocop linting in smoke tests 2019-01-24 19:24:51 +01:00
smoke_tests.sh F #2816: Set rubocop linting in smoke tests 2019-01-24 19:24:51 +01: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