Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-24 | Include more applications in upgrade_SUITE | Siri Hansen | |
Many appup files are now corrected and the applications can be included in the upgrade suite. | |||
2014-02-24 | Start all non-core applications as temporary in upgrade_SUITE | Siri Hansen | |
2014-02-24 | Allow config to point out old releases in upgrade_SUITE | Siri Hansen | |
This suite was earlier only possible to run on linux hosts in the OTP test lab. Now a ct config file can be used to point out the two last major releases, e.g. like this: {otp_releases,[{r16,"/path/to/r16/bin/erl"}, {'17',"/path/to/17/bin/erl"}]}. Until OTP 17.0 is really released, the entry named '17' may well be left out, causing the test case upgrade_SUITE:minor to be skipped. | |||
2014-02-24 | In upgrade_SUITE stop node with init:stop instead of test_server:stop_node | Siri Hansen | |
This is only for nodes not started with test_server:start_node. | |||
2014-02-24 | Skip upgrade_SUITE when running cerl | Siri Hansen | |
2014-02-24 | Add upgrade_SUITE to test upgrade of OTP release | Siri Hansen | |
This test creates an OTP package of the previous major release and performs an upgrade to the current release. |