summaryrefslogtreecommitdiff
path: root/src/VBox/ValidationKit/common
Commit message (Expand)AuthorAgeFilesLines
...
* tdAddGuestCtrl.py,utils.py: Attempt at generic byte/string array comparison f...vboxsync2019-05-101-2/+2
* tdAddGuestCtrl.py,utils.py: Attempt at generic byte/string array comparison f...vboxsync2019-05-101-35/+110
* scm --update-copyright-yearvboxsync2019-01-0111-11/+11
* webutils.py: Changed downloadFile() to use urllib2 on python 2.x so we use an...vboxsync2018-06-201-9/+7
* webutils.py: Fixed the fNoProxies parameter for downloadFile(). [pylint]vboxsync2018-06-201-2/+2
* webutils.py: Fixed the fNoProxies parameter for downloadFile().vboxsync2018-06-201-4/+7
* valkit/netutils.py: Fixes to the host IP getting code. [spacing]vboxsync2018-05-241-0/+1
* valkit/netutils.py: Fixes to the host IP getting code.vboxsync2018-05-241-16/+45
* valkit/common: Added netutils.py with getPrimaryHostIp() and gethostnameFqdn(...vboxsync2018-05-231-2/+2
* valkit/common: Added netutils.py with getPrimaryHostIp() and gethostnameFqdn(...vboxsync2018-05-233-0/+108
* valkit/utils.py: Fixed hasNonAsciiCharacters (busted on 3.x) and added a coup...vboxsync2018-05-171-6/+18
* ValidationKit: Make pylint happyvboxsync2018-04-221-1/+1
* utils.py: shut up seemingly confused pylint.vboxsync2018-03-061-2/+4
* utils.py: printOut/Err fix for pipes and files on 2.xvboxsync2018-02-281-0/+2
* utils.py,vcs_import.py: Added printOut and printErr to utils for dealing cons...vboxsync2018-02-281-0/+27
* common/utils.py: Untar fix for python 3.6 and later. [pylint]vboxsync2018-01-231-0/+1
* common/utils.py: Untar fix for python 3.6 and later.vboxsync2018-01-231-2/+7
* ValidationKit: Python 3 and pylint 1.8.1 adjustments/fixes.vboxsync2018-01-212-28/+34
* ValidationKit: More python 3 adjustments.vboxsync2018-01-131-1/+1
* common/utils.py: More python 3 fixes. [d'oh]vboxsync2018-01-121-2/+2
* common/utils.py: More python 3 fixes.vboxsync2018-01-121-4/+15
* utils.py: Python 3 fixes.vboxsync2018-01-121-4/+6
* testboxdriver,testboxscript: Python3 updates.vboxsync2018-01-121-3/+8
* common/utils.py: Python 3 adjustments.vboxsync2018-01-101-69/+75
* better processExists() implementations for windows.vboxsync2017-11-041-4/+10
* common/utils.py: Added getObjectTypeName method.vboxsync2017-11-041-0/+29
* common/utils.py: Use the PyHandle.Close method rather than win32api.CloseHand...vboxsync2017-11-021-2/+2
* common/utils.py: pylint fixvboxsync2017-10-271-1/+1
* common/utils.py: openNoDenyDeleteNoInheritvboxsync2017-10-271-0/+67
* (C) yearvboxsync2017-10-1710-10/+10
* added OS types for macOS 10.12 and 10.13vboxsync2017-08-071-1/+1
* ValidationKit: disable gdb paginationvboxsync2017-07-271-0/+1
* ValidationKit: common/utils.py: doesn't work reliably on Windowsvboxsync2017-05-241-43/+0
* ValidationKit: distinguish between workstation and server for newer Windows r...vboxsync2017-05-081-0/+14
* common/utils.py: make asArgs at least an array containing one string, not jus...vboxsync2017-04-071-1/+1
* ValidationKit: in getHostOsVersion() also print the SP major/minor if not 0vboxsync2017-03-281-0/+4
* ValidationKit: add Windows build ID to getHostOsVersion()vboxsync2017-03-271-0/+26
* ValidationKit/common: pylint 2.0.0 fixes.vboxsync2017-03-071-22/+22
* common/utils.py: Figured out how to do openNoInherit on Windows.vboxsync2017-03-061-0/+7
* common/utils.py: processGetInfo: windows fix.vboxsync2017-03-061-1/+1
* try to fix the Windows builds (do it like r108240)vboxsync2017-03-061-4/+4
* python 3 fixes.vboxsync2017-02-211-2/+2
* ValidationKit: Implement support to query some process state on Windows when ...vboxsync2017-01-191-0/+43
* testmanager,testdriver: Adjustments of process info dumping. Don't do it if w...vboxsync2017-01-161-28/+32
* ValidationKit: Try to gather some basic process information for failed tests....vboxsync2017-01-161-0/+55
* common/utils.py: Fixed processListAll for darwin (returned empty list).vboxsync2017-01-161-66/+67
* common/utils.py,testboxscript,tdUnitTest1: Create separate windows (console) ...vboxsync2017-01-091-5/+14
* common/utils.py: Use 'ps' on solaris so we get info on suid processes and oth...vboxsync2016-12-231-1/+1
* common/utils.py: Use 'ps' on solaris so we get info on suid processes and oth...vboxsync2016-12-231-5/+18
* common/utils.py: hasNonAsciiCharacters testcase.vboxsync2016-10-021-3/+11