aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/src/ct_config.erl
AgeCommit message (Expand)Author
2018-06-18Update copyright yearHenrik Nord
2018-03-27Merge branch 'dgud/testcase-fixes'Dan Gudmundsson
2017-12-04Merge branch 'maint'Peter Andersson
2017-10-25Tag Common Test system processes using process dictionaryPeter Andersson
2017-10-20Fix lexemes conversionDan Gudmundsson
2017-09-15common_test: Do not use deprecated functions in string(3)Siri Hansen
2017-06-19Update copyright yearHans Nilsson
2017-06-16[ct] Print unicode atoms and strings correctly in common_test logsSiri Hansen
2016-06-07ct_config: Fix unmatched_return warningsZandra
2016-03-15update copyright-yearHenrik Nord
2015-12-11Use 'rand' instead of the obsolete 'random' moduleBjörn Gustavsson
2015-06-18Change license text to APLv2Bruce Yinhe
2015-03-20Replace all calls to now/0 in CT with new time API functionsPeter Andersson
2013-05-29Fix faulty connection handlingPeter Andersson
2013-05-20common_test: Replace use of deprecated crypto functionsBjörn Gustavsson
2013-01-27Merge branch 'peppe/common_test/testspec_include'Peter Andersson
2013-01-25[common_test] Update common test modules to handle unicodeSiri Hansen
2013-01-24Add tests and correct errorsPeter Andersson
2012-11-19Fix problem with config start option not accepting list of filesPeter Andersson
2012-11-09Fix bug where require of same name at same config would return name in useLukas Larsson
2012-08-31Update copyright yearsBjörn-Egil Dahlberg
2012-08-27Merge branch 'lukas/common_test/deep_get_config/OTP-9626' into maintLukas Larsson
2012-08-23Update user config to use nested tuple keysLukas Larsson
2012-07-13Implement verbosity levels and parameter for log printout importancePeter Andersson
2011-12-09Update copyright yearsBjörn-Egil Dahlberg
2011-09-23Various corrections and updates to improve error handling and reportingPeter Andersson
2010-09-10OTP-8818: Fixed inconsistency in ct:start_interactive callLukas Larsson
2010-06-09Add support for dynamic timetrap handlingPeter Andersson
2010-06-09Flush old DOWN messages in demonitorPeter Andersson
2010-06-09Add event_handler_init start flag that can pass init arguments to event handlersPeter Andersson
2010-06-09Make it possible to run ts tests for Common Test via the ct_run:script_start(...Peter Andersson
2010-06-09Add run_test program for Common TestPeter Andersson
2010-06-09Add support for user_config in ct_masterAndrey Pampukha
2010-06-09Bug fix: ["config.txt"] /= "config.txt"Andrey Pampukha
2010-06-09Add functions for adding and removing config handlersAndrey Pampukha
2010-06-09Replace own has_element/2 with lists:config/2Andrey Pampukha
2010-06-09Fix problem with disappearing variables and aliasesAndrey Pampukha
2010-06-09Changed return value tags for config file handlingAndrey Pampukha
2010-06-09Add tests for test specificationsAndrey Pampukha
2010-06-09Add test suites for configurationAndrey Pampukha
2010-06-09Fix problems with test specificationsAndrey Pampukha
2010-06-09Allow callbacks to take any list as parameterAndrey Pampukha
2010-06-09Implement reloading of the config dataAndrey Pampukha
2010-06-09Remove configuration handling from ct_util completelyAndrey Pampukha
2010-06-09Add support for user config in common_testAndrey Pampukha