summaryrefslogtreecommitdiff
path: root/tests/esxutilstest.c
Commit message (Expand)AuthorAgeFilesLines
* src: More cleanup of some system headers already contained in internal.hErik Skultety2018-09-201-1/+0
* internal: Move <stdio.h> include to internal.hErik Skultety2018-09-201-1/+0
* Remove backslash alignment attemptsAndrea Bolognani2017-11-031-6/+6
* tests: Rename VIRT_TEST_* macros to VIR_TEST_*Andrea Bolognani2017-04-041-1/+1
* tests: Rename virtTestQuiesceLibvirtErrors to virTestQuiesceLibvirtErrors.Tomáš Ryšavý2016-06-081-1/+1
* Rename virtTestDifference to virTestDifference.Tomáš Ryšavý2016-06-081-4/+4
* tests: Rename virtTestRun to virTestRun.Tomáš Ryšavý2016-06-081-2/+2
* Remove unnecessary curly brackets in tests/Martin Kletzander2014-11-141-8/+4
* Indent top-level labels by one space in tests/Ján Tomko2014-03-251-2/+2
* Remove test case average timingDaniel P. Berrange2013-10-081-1/+1
* test: Refactor setting of dummy error handlersPeter Krempa2013-09-171-11/+1
* Convert 'int i' to 'size_t i' in tests/ filesDaniel P. Berrange2013-07-101-4/+5
* virutil: Move string related functions to virstring.cMichal Privoznik2013-05-021-1/+0
* cleanup: Only include testutils.h onceOsier Yang2013-04-171-2/+2
* Rename util.{c,h} to virutil.{c,h}Daniel P. Berrange2012-12-211-1/+1
* Rename memory.{c,h} to viralloc.{c,h}Daniel P. Berrange2012-12-211-1/+1
* build: properly skip testsEric Blake2011-12-011-0/+1
* tests: Use EXIT_AM_SKIP instead of 77 directlyMatthias Bolte2011-07-091-2/+2
* tests: Add a general util testMatthias Bolte2011-07-011-70/+0
* time_t is not a long on FreeBSD, switch internal type to long longMatthias Bolte2011-05-251-2/+2
* tests: Lower stack usage below 4096 bytesMatthias Bolte2011-04-301-0/+2
* tests: simplify common setupEric Blake2011-04-291-16/+1
* esx: Move VMX handling code out of the driver directoryMatthias Bolte2010-12-211-2/+3
* esx: Handle non-UTF-8 encoded VMX filesMatthias Bolte2010-10-191-0/+42
* esx: Handle name escaping properlyMatthias Bolte2010-10-141-0/+54
* esx: Rework datastore path parsing and handlingMatthias Bolte2010-09-031-14/+18
* esx: Make storage pool lookup by name and UUID more robustMatthias Bolte2010-08-021-7/+7
* esx: Add domain snapshot supportMatthias Bolte2010-04-081-0/+60
* build: consistently indent preprocessor directivesEric Blake2010-03-091-9/+9
* esx: Stop passing around virConnectPtr for error reportingMatthias Bolte2010-01-261-2/+1
* Make test suite output less verboseDaniel P. Berrange2010-01-151-1/+1
* Add virIndexToDiskName and fix mapping gapMatthias Bolte2009-12-031-3/+27
* ESX add esxDomainDefineXML()Matthias Bolte2009-09-231-9/+97
* ESX add tests for the VMX to/from domain XML mappingMatthias Bolte2009-09-231-0/+99