summaryrefslogtreecommitdiff
path: root/src/VBox/ValidationKit/common
Commit message (Expand)AuthorAgeFilesLines
* ValidationKit/{common/utils.py,testdriver/base.py}: Rework thevboxsync2023-03-211-5/+4
* *.kmk: Applied scm with new indenting of multiline variable/function expansio...vboxsync2023-03-181-3/+3
* ValidationKit: More work to get it running on arm64, bugref:9898 [fix]vboxsync2023-03-131-1/+1
* ValidationKit: More work to get it running on arm64, bugref:9898vboxsync2023-03-131-1/+3
* ValKit/utils.py,tdUnitTest1.py: Added iteritems() wrapper to utils and use it...vboxsync2023-02-201-1/+19
* ValKit/*.kmk: Automatic scm cleanups. bugref:10348vboxsync2023-02-011-3/+3
* Copyright year updates by scm.vboxsync2023-01-1712-12/+12
* Validation Kit: Fixed lots of warnings, based on pylint 2.12.2.vboxsync2022-11-242-14/+14
* Validation Kit: Solaris core dump name tweaking.vboxsync2022-11-241-5/+3
* Validation Kit: Use environ.get() instead of getDirEnv() in utils.processColl...vboxsync2022-11-231-1/+1
* Validation Kit: Use environ.get() instead of getDirEnv() in utils.processColl...vboxsync2022-11-231-1/+1
* Validation Kit: Added enabling + collecting crash reporting (core dumps) for ...vboxsync2022-11-221-2/+37
* ValKit/utils.py: Make pylint happy by documenting the newly introduced function.vboxsync2022-10-041-0/+3
* fixing burnsvboxsync2022-10-031-2/+3
* fixing typos, getHostOsVersion function, darwin partvboxsync2022-10-031-2/+2
* fixing typovboxsync2022-10-031-1/+1
* remove extra printvboxsync2022-10-031-1/+1
* changes for utils, fixing getHostOsVersion function work for darwinvboxsync2022-10-031-19/+30
* scm copyright and license note updatevboxsync2022-08-2212-120/+240
* Audio/Validation Kit: More code to handle host process execution in a separat...vboxsync2022-03-151-2/+19
* ValKit/utils.py,tests: Move crc32_of_file to common/utils.py as calcCrc32OfFi...vboxsync2022-03-081-31/+48
* IPRT,ValKit,VMMDevTesting.h: Added picoseconds to the test units. bugref:9898vboxsync2022-02-151-1/+16
* scm --update-copyright-yearvboxsync2022-01-0112-12/+12
* ValKit/utils.py: Better processExits for all unix platforms.vboxsync2021-12-131-4/+7
* ValKit/utils.py: Made processExists work better on linux.vboxsync2021-12-131-1/+1
* ValKit/utils.py: Made processExists work better on linux.vboxsync2021-12-131-1/+4
* ValKit/common/utils.py: Read 'comm' when 'exe' is inaccessible on linux.vboxsync2021-12-131-0/+3
* ValKit: Some new test units - forgot testmanager. [fix] bugref:10093vboxsync2021-11-091-1/+1
* ValKit: Some new test units - forgot testmanager. bugref:10093vboxsync2021-11-091-1/+16
* ValKit/utils.py: Made the timestamp parser treat the seconds part as optional...vboxsync2020-11-191-1/+1
* ValKit/utils.py: Made the timestamp parser treat the seconds part as optional...vboxsync2020-11-191-19/+24
* common/utils.py: Adding whichProgram. bugref:9841vboxsync2020-10-151-0/+28
* common/webutils.py: Fixed local file handling in downloadFile. bugref:9841vboxsync2020-10-041-1/+8
* common/utils.py: add OS type for macOS 10.15 and new placeholders to avoid ru...vboxsync2020-05-271-1/+6
* common/utils.py: Added getShortIsoTimestamp and formatShortIsoTimestamp.vboxsync2020-04-061-0/+9
* common/utils.py: Added processOutputUnchecked.vboxsync2020-03-251-0/+29
* common/utils.py: Added a few functions of parsing and managing iso timestamps.vboxsync2020-03-211-1/+115
* Copyright year updates by scm.vboxsync2020-02-0412-12/+12
* ValKit: time.clock was dropped in 3.8, so stop using it.vboxsync2020-02-041-0/+1
* common/utils.py: Fix toUnicode method for 2.x.vboxsync2019-12-221-1/+1
* common/utils.py: Added toUnicode method.vboxsync2019-12-221-0/+18
* common/utils.py: Added getPresentCpuCount method. [fix] bugref:9501vboxsync2019-10-041-2/+2
* common/utils.py: Added getPresentCpuCount method. bugref:9501vboxsync2019-10-041-0/+23
* ValKit/vboxinstaller.py,++: Hack for letting vboxinstaller report a 'bad test...vboxsync2019-08-121-0/+4
* ValKit: Use IDHCPServer::findLeaseByMAC to resolve VM IP addresses when using...vboxsync2019-07-201-1/+7
* common/utils.py: byte compare optimization for 2.x. bugref:9151 bugref:9320vboxsync2019-06-211-3/+37
* tdAddGuestCtrl.py: More cleanups. Created pathutils.py for dealing with VM s...vboxsync2019-06-133-0/+115
* ValKit,++: Pylint 2.3.1 adjustments.vboxsync2019-06-111-3/+3
* ValKit: New pylint version - cleanup in progress.vboxsync2019-06-113-14/+14
* validationkit/common/utils.py: areBytesEqual adjustmentvboxsync2019-05-121-1/+27