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