aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2011-02-17Add ts_install_scb to suite/0Lukas Larsson
2011-02-17Update cosFileTransfer tests to conform with common_test standardLukas Larsson
2011-02-17Update parsetools tests to conform with common_test standardLukas Larsson
2011-02-17Update odbc tests to conform with common_test standardLukas Larsson
2011-02-17Update eunit tests to conform with common_test standardLukas Larsson
2011-02-17Update jinterface tests to conform with common_test standardLukas Larsson
2011-02-17Update inviso tests to conform with common_test standardLukas Larsson
2011-02-17Update et tests to conform with common_test standardLukas Larsson
2011-02-17Update edoc tests to conform with common_test standardLukas Larsson
2011-02-17Update docbuilder tests to conform with common_test standardLukas Larsson
2011-02-17Update crypto tests to conform with common_test standardLukas Larsson
2011-02-17Update cosTransaction tests to conform with common_test standardLukas Larsson
2011-02-17Update cosTime tests to conform with common_test standardLukas Larsson
2011-02-17Update cosEventDomain tests to conform with common_test standardLukas Larsson
2011-02-17Update cosProperty tests to conform with common_test standardLukas Larsson
2011-02-17Update cosEvent tests to conform with common_test standardLukas Larsson
2011-02-17Update cosNotifications tests to conform with common_test standardLukas Larsson
2011-02-17Update observer tests to conform with common_test standardLukas Larsson
2011-02-17Update asn1 tests to conform with common_test standardLukas Larsson
2011-02-17Update os_mon tests to conform with common_test standardLukas Larsson
2011-02-17Update common_test tests to conform with common_test standardLukas Larsson
2011-02-17Update system tests to conform with common_test standardLukas Larsson
2011-02-17Update epmd tests to conform with common_test standardLukas Larsson
2011-02-17Update emulator tests to conform with common_test standardLukas Larsson
2011-02-17Update compiler tests to conform with common_test standardLukas Larsson
2011-02-17Update debugger tests to conform with common_test standardLukas Larsson
2011-02-17Update ic tests to conform with common_test standardLukas Larsson
2011-02-17Update erl_interface tests to conform with common_test standardLukas Larsson
2011-02-17Update inets tests to conform with common_test standardLukas Larsson
2011-02-17Update kernel tests to conform with common_test standardLukas Larsson
2011-02-17Update orber tests to conform with common_test standardLukas Larsson
2011-02-17Update mnesia tests to conform with common_test standardLukas Larsson
2011-02-17Update megaco tests to conform with common_test standardLukas Larsson
2011-02-17Update percept tests to conform with common_test standardLukas Larsson
2011-02-17Update public_key tests to conform with common_test standardLukas Larsson
2011-02-17Update reltool tests to conform with common_test standardLukas Larsson
2011-02-17Update runtime_tools tests to conform with common_test standardLukas Larsson
2011-02-17Update snmp tests to conform with common_test standardLukas Larsson
2011-02-17Update ssl tests to conform with common_test standardLukas Larsson
2011-02-17Update stdlib tests to conform with common_test standardLukas Larsson
2011-02-17Update syntax_tools tests to conform with common_test standardLukas Larsson
2011-02-17Common test spec fixLukas Larsson
2011-02-17Update tools tests to conform with common_test standardLukas Larsson
2011-02-17Update wx tests to conform with common_test standardLukas Larsson
2011-02-17Update app_init to init_per_suite to conform with common_test standards.Lukas Larsson
2011-02-17Remove extra end_per_testcaseLukas Larsson
2011-02-17Update all fin_per_testcase to end_per_testcase.Lukas Larsson
2011-02-17Updated test cases to work with ts conversion algorithmLukas Larsson
2011-02-17Update tests to work with ts -> ct migrations script.Lukas Larsson
2011-02-17Merge 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.