Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-09 | os_mon: Fix volatile test cpu_sup_SUITE:util_api | Sverker Eriksson | |
Don't match floats. | |||
2018-06-18 | Update copyright year | Henrik Nord | |
2017-07-05 | Disksup parsing for 'df' output on POSIX and SUSv3 systems | Dmytro Lytovchenko | |
Tests for disksup:parse_df | |||
2016-06-14 | os_mon: Make sure to start/stop os_mon in tests correctly | Lukas Larsson | |
2016-05-17 | Merge branch 'jrobhoward/os_mon/fix-freebsd_get_os_wordsize/PR-1039/OTP-13601' | Björn-Egil Dahlberg | |
* jrobhoward/os_mon/fix-freebsd_get_os_wordsize/PR-1039/OTP-13601: Fix memsup:get_os_wordsize() on 64-bit Linux PPC os_mon: Test wordsize of memsup:get_os_wordsize/0 Fix memsup:get_os_wordsize() on 64-bit FreeBSD | |||
2016-05-16 | os_mon: Test wordsize of memsup:get_os_wordsize/0 | Björn-Egil Dahlberg | |
Simple test against erlang:system_info({wordsize,external}). | |||
2016-05-06 | os_mon: Implement cpu_sup:util/0,1 on OSX | Yuki Ito | |
cpu_sup:util/0,1 works on OSX as well. | |||
2016-04-13 | Merge branch 'henrik/update-copyrightyear' | Henrik Nord | |
* henrik/update-copyrightyear: update copyright-year | |||
2016-04-01 | Don't crash in end_per_testcase | Björn-Egil Dahlberg | |
2016-04-01 | Eliminate use of doc and suite clauses | Björn-Egil Dahlberg | |
Those clause are obsolete and never used by common_test. | |||
2016-04-01 | Replace ?t:sleep/1 with ct:sleep/1 | Björn-Egil Dahlberg | |
2016-04-01 | Replace use of test_server:format/2 with io:format/2 | Björn-Egil Dahlberg | |
2016-04-01 | Eliminate use of test_server:fail/0,1 | Björn-Egil Dahlberg | |
2016-04-01 | Eliminate use of ?config() macro | Björn-Egil Dahlberg | |
2016-04-01 | Modernize use of timetraps | Björn-Egil Dahlberg | |
2016-04-01 | Remove ?line macros | Björn-Egil Dahlberg | |
2016-03-15 | update copyright-year | Henrik Nord | |
2016-02-17 | Makefiles: Remove test_server from include path and code path | Björn Gustavsson | |
Since no test suites includede test_server.hrl, there is no need to have test_server in the include path or code path. | |||
2016-02-17 | Eliminate use of test_server.hrl and test_server_line.hrl | Björn Gustavsson | |
As a first step to removing the test_server application as as its own separate application, change the inclusion of test_server.hrl to an inclusion of ct.hrl and remove the inclusion of test_server_line.hrl. | |||
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-05-26 | os_mon: Implement cpu_sup:util/0,1 for FreeBSD | Wasif Malik and Johannes Huning | |
Authors: Wasif Malik and Johannes Huning | |||
2014-08-06 | os_mon: Fix so that all testcases are run | Lukas Larsson | |
For some reason only a new testcases were run on the majority of platforms. After this change all tests are run on all unix and win32 platforms. | |||
2014-07-01 | Add 'disksup_posix_only' parameter to disksup | Johannes Weißl | |
On embedded (Linux) systems the "df" program is very often provided by the Busybox (or Toolbox) project. This version does not provide the "-l" option (for displaying only local filesystems) used in disksup.erl. To make disksup work on these embedded platforms, this patch adds a new application parameter 'disksup_posix_only', to make diskup use only options defined in the POSIX standard: http://pubs.opengroup.org/onlinepubs/9699919799/utilities/df.html | |||
2014-03-28 | os_mon: test tweaks | Dan Gudmundsson | |
child not started on windows so test fails | |||
2014-02-24 | Add test suites performing app and appup file checks | Tobias Schlager | |
Add the mentioned test suites for *all* library and touched non-library applications. | |||
2013-09-02 | Fix broken cpu_sup:nprocs and others on Solaris 64-bit | Simon Cornish | |
The correct kstat datatype for nproc & avenrun_* is ui32, not ulong. Under 64-bit OTP builds garbage was returned because the wrong datatype was used. This patch correcs the datatype. It also adds an additional check in the test case for a slightly less insane return value. | |||
2013-08-05 | Add smoke tests | Lukas Larsson | |
Smoke tests are meant to verify that a build of erlang has been successfull. | |||
2013-07-19 | os_mon: Relax disksup_SUITE test even more | Björn-Egil Dahlberg | |
Capacity can be zero on certain filesystems. Remove reported mountpoints with zero capacity during tests since these reports false positives. | |||
2013-07-18 | os_mon: Refactor disksup_SUITE | Björn-Egil Dahlberg | |
Notably, remove ?line macro. | |||
2013-07-18 | os_mon: Relax disksup_SUITE api test | Björn-Egil Dahlberg | |
2012-09-26 | [os_mon] Remove call to deprecated/undefined functions in snmp | Siri Hansen | |
Also, rewrite test suite (os_mon_mib_SUITE) to use ct_snmp intead of using snmp application directly. | |||
2012-08-31 | Update copyright years | Björn-Egil Dahlberg | |
2012-06-05 | Update to work with whitespace in exec path | Lukas Larsson | |
OTP-10106 OTP-10107 | |||
2011-11-30 | os_mon: Eliminate use of tuple fun | Björn Gustavsson | |
2011-03-11 | Update copyright years | Björn-Egil Dahlberg | |
2011-03-02 | Update unavailable test case to do setup and teardown | Lukas Larsson | |
2011-02-17 | Rename Suite Callback to Common Test Hook | Lukas Larsson | |
2011-02-17 | Update and add cover spec files to work with common_test | Lukas Larsson | |
2011-02-17 | Update all test specs | Lukas Larsson | |
2011-02-17 | Fix formatting for os_mon | Lukas Larsson | |
2011-02-17 | Add init_per_suite and end_per_suite | Lukas Larsson | |
2011-02-17 | Add ts_install_scb to suite/0 | Lukas Larsson | |
2011-02-17 | Update os_mon tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update all fin_per_testcase to end_per_testcase. | Lukas Larsson | |
2010-09-03 | Add test suite for os_mon | Björn Gustavsson | |