summaryrefslogtreecommitdiff
path: root/test/_linux.py
Commit message (Collapse)AuthorAgeFilesLines
* fix #350 move tests in psutil namespace (and split them)Giampaolo Rodola2016-02-081-631/+0
|
* expose OS constantsGiampaolo Rodola2016-02-071-1/+1
|
* linux / memory_addrspace_info(): also provide 'swap' metricsGiampaolo Rodola2016-02-041-0/+2
|
* provide a new memory_addrspace_info() fun and deprecate memory_info_exGiampaolo Rodola2016-02-041-4/+4
|
* fix #744 aka #753: implement memory USS / PSS on LinuxGiampaolo Rodola2016-02-031-0/+18
|
* speed up linux testGiampaolo Rodola2016-02-031-3/+13
|
* refactor platform recognition codeGiampaolo Rodola2016-02-021-5/+3
|
* improve testGiampaolo Rodola2016-01-211-1/+3
|
* fix #722: [Linux] swap_memory() no longer crashes if sin/sout can't be ↵Giampaolo Rodola2016-01-131-1/+19
| | | | determined due to missing /proc/vmstat.
* Add import-time tests for psutilSeth Pellegrino2015-12-171-1/+61
| | | | | | | | Two new tests that validate: 1) that psutil can be sucessfuly reload()'d 2) that a missing procfs doesn't prevent importing, or correct functionality on linux.
* add more testsGiampaolo Rodola2015-12-151-4/+9
|
* #558: [Linux] expose psutil.PROCFS_PATH constantGiampaolo Rodola2015-10-311-0/+20
|
* sort importsGiampaolo Rodola2015-10-241-6/+16
|
* Update tests using free for procps-ng >= 3.3.10Jelle van der Waa2015-10-121-8/+11
| | | | | | | | | procps-ng 3.3.10 changed the output format of free and removed the 'buffers/cache' line. Update the tests which use free to be compatible with this new version and for buffers/cache tests use vmstat. References: #538
* fix #623: [Linux] process or system connections raises ValueError if IPv6 is ↵Giampaolo Rodola2015-09-191-0/+12
| | | | not supported by the system.
* rename varGiampaolo Rodola2015-08-051-7/+7
|
* #534: (Linux) add support for ZFS filesystemsGiampaolo Rodola2015-07-111-0/+24
|
* add mock test for users()Giampaolo Rodola2015-07-111-0/+20
|
* more tests for cpu_count() fallbacksGiampaolo Rodola2015-07-111-7/+17
|
* fix tests on py 2.6 and 3.2Giampaolo Rodola2015-07-111-1/+1
|
* #639: add testGiampaolo Rodola2015-07-111-1/+16
|
* improve test coverage for open_files on linuxGiampaolo Rodola2015-06-201-1/+23
|
* improve linux test coverageGiampaolo Rodola2015-06-201-0/+14
|
* Revert "#629: rename test/_linux.py (and others) to test/test_pslinux.py in ↵Giampaolo Rodola2015-06-041-0/+368
| | | | | | order to ease test discovery for nose and pytest" This reverts commit 870e00f71c15ef39f8259ff16b682e495ea5d6eb.
* #629: rename test/_linux.py (and others) to test/test_pslinux.py in order to ↵Giampaolo Rodola2015-06-041-368/+0
| | | | ease test discovery for nose and pytest
* #629: 'skip' platorm specific tests if we're on another platform (instead of ↵Giampaolo Rodola2015-06-041-3/+4
| | | | failing); rename test_main to main otherwise pytest / nose will execute it as a test case
* add mocked tests for linux (also include mock as a dep on py < 3.4)Giampaolo Rodola2015-06-031-0/+105
|
* fix #614: [Linux] return the num of physical cores instead of physical CPUsGiampaolo Rodola2015-06-031-0/+11
|
* make flake8 happyGiampaolo Rodola2015-04-161-1/+0
|
* get rid of unreliable if_addrs() test on LinuxGiampaolo Rodola2015-03-301-28/+0
|
* remove test failing on travisGiampaolo Rodola2015-02-151-10/+0
|
* test NIC address namesGiampaolo Rodola2015-02-101-0/+10
|
* make flake8 happyGiampaolo Rodola2015-02-091-1/+2
|
* #376: unify AF_LINK constant across all platforms + update doc and testsGiampaolo Rodola2015-02-071-1/+1
|
* #376: add another test for verifying the returned NIC namesGiampaolo Rodola2015-02-071-2/+34
|
* skip failing test on travisGiampaolo Rodola2015-02-031-1/+4
|
* provide better error msgGiampaolo Rodola2015-02-031-2/+2
|
* provide better error message during NIC testGiampaolo Rodola2015-02-031-2/+3
|
* use contextlib.close()Giampaolo Rodola2015-02-031-6/+3
|
* fix bytes related errors on python 3Giampaolo Rodola2015-02-031-3/+9
|
* further test using 'ip' utility on linuxGiampaolo Rodola2014-09-261-3/+17
|
* on python 3.4 turn family constants into enumsGiampaolo Rodola2014-09-261-1/+1
|
* attempt to fix trvis failureGiampaolo Rodola2014-09-261-0/+2
|
* fix python 3 compatibiltyGiampaolo Rodola2014-09-261-2/+5
|
* add further tests for linuxGiampaolo Rodola2014-09-251-0/+35
|
* github migrationGiampaolo Rodola'2014-05-231-3/+5
|
* refactoringGiampaolo Rodola'2013-12-301-3/+0
|
* import unittest2 from all sub test modules + fix make.bat for python 2.4Giampaolo Rodola'2013-12-261-2/+1
|
* pyflakesGiampaolo Rodola'2013-12-251-1/+3
|
* update mem leak tests + HISTORYGiampaolo Rodola'2013-12-241-2/+2
|