Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |