Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-28 | Merge branch 'lukas/common_test/test_order_wrong/OTP-9026' into dev | Lukas Larsson | |
* lukas/common_test/test_order_wrong/OTP-9026: Add test event info for the old tests Update test spec parser to not group suites, groups and cases which are hierarchically related if merge_tests config i set to false Add test cases for test spec ordering of testcases in spec Conflicts: lib/common_test/test/ct_testspec_1_SUITE.erl | |||
2011-02-17 | Rename Suite Callback to Common Test Hook | Lukas Larsson | |
2011-02-17 | Update all test specs | Lukas Larsson | |
2011-02-17 | Fix formatting for common test testcases | Lukas Larsson | |
2011-02-17 | Add ts_install_scb to suite/0 | Lukas Larsson | |
2011-02-17 | Update common_test tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Common test spec fix | Lukas Larsson | |
2011-02-17 | Merge branch 'lukas/common_test/updates_needed_before_migration/OTP-8768' ↵ | Lukas Larsson | |
into dev * lukas/common_test/updates_needed_before_migration/OTP-8768: Update ts to take the config path as an invironmental and as a variables passed with all_tests and also with the normal run Update TEST_SERVER_FRAMEWORK os variable to be regarded as undet if set to undefined Fix bug with subgroups after introduction of remote groups Rename Suite Callback to Common Test Hook Update so that cover is skipper for applications without a .cover file Update minimal build target to include runtime_tools and common_test Update ts to start common test with both ts.config and ts.PLATFORM.config Update ts scb to add nodenames in all pre_init clauses Add release/tests/test_server to path Add ts_install_scb which is a common_test SCB that handles making of test modules. Update ts to work with common test instead of test_server Add kill_slavenodes/0 as an exported function Change format of remote groups to {group, Module, GroupName}, note that this is an unsupported feature Add possibility to get all testdata Fix bug when groups refer to groups in the groups/0 function Add support for external groups. Refactor code to make it easier to debug Update so that when asking for os and we are in the test_server_ctrl process, just use os:type(). Fix so that groups can return external test cases, i.e. | |||
2011-02-17 | Update example cth spec to reflect the implementation | Lukas Larsson | |
2011-02-17 | Cleanup code to fix dialyzer warning | Lukas Larsson | |
2011-02-17 | Rename Suite Callback to Common Test hook in documentation | Lukas Larsson | |
2011-02-17 | Rename Suite Callback to Common Test Hook in code and testcases | Lukas Larsson | |
2011-02-17 | Fix bug where the state of an SCB was altered when no on_tc_* existed | Lukas Larsson | |
2011-02-17 | Update SCBs to use a specific id/1 function for SCb overriding instead of ↵ | Lukas Larsson | |
returning it from init/1. | |||
2011-02-17 | Add documentation for SCBs | Lukas Larsson | |
2011-02-15 | Add test event info for the old tests | Lukas Larsson | |
2011-02-15 | Update test spec parser to not group suites, groups and cases which are ↵ | Lukas Larsson | |
hierarchically related if merge_tests config i set to false | |||
2011-02-14 | Fix bug with subgroups after introduction of remote groups | Lukas Larsson | |
2011-02-09 | Rename Suite Callback to Common Test Hook | Lukas Larsson | |
2011-01-27 | Update suite callback test timeout so that beam debug test runs do not timeout | Lukas Larsson | |
2011-01-24 | Change format of remote groups to {group, Module, GroupName}, note that this ↵ | Lukas Larsson | |
is an unsupported feature | |||
2011-01-24 | Add possibility to get all testdata | Lukas Larsson | |
2011-01-24 | Fix bug when groups refer to groups in the groups/0 function | Lukas Larsson | |
2011-01-24 | Add support for external groups. | Lukas Larsson | |
2011-01-24 | Refactor code to make it easier to debug | Lukas Larsson | |
2011-01-20 | Add test cases for test spec ordering of testcases in spec | Lukas Larsson | |
2010-12-10 | Update test support so that if common test fails to be stopped in a suite, ↵ | Lukas Larsson | |
the ct node is restarted and the test case fails | |||
2010-12-09 | Add tests for SCB's with same id and fixed bug relating to it | Lukas Larsson | |
2010-12-09 | Add test suites for failing in init/1 function | Lukas Larsson | |
2010-12-09 | Added tests for starting SCB's with arguments and fixed a bug with how SCB's ↵ | Lukas Larsson | |
are parsed from the command line | |||
2010-12-08 | Add so that failures in SCB:init/1 causes the entire scb scope to fail | Lukas Larsson | |
2010-12-08 | Fix bug which caused scb to be added too much when initiated in the suite ↵ | Lukas Larsson | |
info function | |||
2010-12-08 | Started work on documenting suite callbacks, this is a partial commit | Lukas Larsson | |
2010-12-08 | Add locking mechanism for scb state when using parallel groups | Lukas Larsson | |
2010-12-08 | Add state update tests for suite callbacks | Lukas Larsson | |
2010-12-08 | Update ct_framework calls to allow manipulation of test results in end_tc ↵ | Lukas Larsson | |
without breaking backwards compatability (I hope) | |||
2010-12-08 | Add test case for init_per_suite recover scenario | Lukas Larsson | |
2010-12-08 | Add testcase for config updates | Lukas Larsson | |
2010-12-08 | Update all post_*_per_* to also take the Config argument which the *_per_* ↵ | Lukas Larsson | |
was called with as an argument. | |||
2010-12-08 | Remove supurflous comments and _SUITE files | Lukas Larsson | |
2010-12-08 | Add init_per_suite skip and fail test cases | Lukas Larsson | |
2010-12-08 | Add on_tc_fail and on_tc_skip functionality | Lukas Larsson | |
2010-12-08 | Remove scope_tc test case as it should not be possble to have this scope | Lukas Larsson | |
2010-12-08 | Refactor tests to use '_' and '$proplist' | Lukas Larsson | |
2010-12-08 | Add possibility to use '_' and '$proplist' anywhere in a event spec | Lukas Larsson | |
2010-12-08 | Add special tagging for scb in order for event generation to be backward ↵ | Lukas Larsson | |
compatible | |||
2010-12-08 | Update to be compatible with how common_test tests the ct framework | Lukas Larsson | |
2010-12-08 | Add tags to tests | Lukas Larsson | |
2010-12-08 | Add on_tc_skip function | Lukas Larsson | |
2010-12-08 | Add scoping for suite and groups | Lukas Larsson | |