summaryrefslogtreecommitdiff
path: root/tests/nwfilterxml2firewalltest.c
Commit message (Expand)AuthorAgeFilesLines
* conf: nwfilter: Provide only virNWFilterDefParsePeter Krempa2022-10-061-1/+1
* tests: Remove unused includesPeng Liang2022-06-161-1/+0
* util: remove currentBackend from virfirewall.cLaine Stump2021-12-131-7/+1
* Switch away from virHashFreePeter Krempa2021-12-011-1/+1
* nwfilterxml2firewalltest: testCompareXMLToArgvFiles: Automatically free GHash...Peter Krempa2021-12-011-2/+1
* nwfilterxml2firewalltest: virNWFilterIncludeDefToRuleInst: Automatically free...Peter Krempa2021-12-011-2/+1
* tests: nwfilter: use g_autofreeJán Tomko2021-09-091-8/+4
* virNWFilterRuleDefToRuleInst: Remove pointless assignmentPeter Krempa2021-08-061-1/+0
* util: alloc: Reimplement VIR_APPEND_ELEMENT using virAppendElementPeter Krempa2021-08-061-4/+1
* util: alloc: Reimplement VIR_APPEND_ELEMENT_COPY using virAppendElementPeter Krempa2021-08-061-6/+1
* nwfilterxml2firewalltest.c: testCompareXMLToArgvFiles: `virHashNew` cannot re...Tim Wiederhake2021-07-141-3/+0
* virNWFilterRuleDefToRuleInst: `virHashNew` cannot return NULLTim Wiederhake2021-07-141-2/+2
* virNWFilterCreateVarsFrom: Remove superfluous `goto`sTim Wiederhake2021-07-141-5/+2
* virNWFilterCreateVarsFrom: Use automatic memory managementTim Wiederhake2021-07-141-3/+2
* virNWFilterCreateVarsFrom: `virHashNew` cannot return NULLTim Wiederhake2021-07-141-2/+0
* tests: use virfirewallmock instead of hasNetfilterToolsPavel Hrdina2021-04-211-13/+1
* lib: Drop internal virXXXPtr typedefsMichal Privoznik2021-04-131-15/+14
* nwfilterxml2firewalldata: Use internal wrapping to wrap output filesPeter Krempa2021-04-121-74/+74
* nwfilterxml2firewalltest: Strip path from test output via virCommandSetDryRunPeter Krempa2021-04-121-2/+1
* virCommandSetDryRun: Add flags to linebreak and strip prefix from the command...Peter Krempa2021-04-121-1/+1
* virCommandSetDryRun: Rework resetting of the dry run dataPeter Krempa2021-04-121-2/+2
* tests: replace VIR_FREE with g_free in all vir*Free() functionsLaine Stump2021-02-051-1/+1
* util/tests: enable locking on iptables/ebtables commandlines by defaultLaine Stump2020-11-241-2/+0
* util/tests: enable locking on iptables/ebtables commandlines in unit testsLaine Stump2020-11-241-72/+72
* util: hash: Retire 'virHashTable' in favor of 'GHashTable'Peter Krempa2020-11-061-12/+12
* conf: nwfilter: Replace 'virNWFilterHashTableCreate' with 'virHashNew'Peter Krempa2020-10-221-3/+3
* tests: use g_new0 instead of VIR_ALLOCJán Tomko2020-09-231-2/+1
* tests: use g_auto for all virBuffersLaine Stump2020-07-081-2/+1
* tests: remove unneeded cleanup labelsDaniel Henrique Barboza2019-11-191-10/+6
* tests: Use g_strdup_printf() instead of virAsprintf()Michal Privoznik2019-11-121-9/+6
* util: buffer: Remove virBufferErrorPeter Krempa2019-10-241-3/+0
* Use G_N_ELEMENTS instead of ARRAY_CARDINALITYJán Tomko2019-10-151-1/+1
* tests: Stop looking for abs_top_srcdir in the environmentAndrea Bolognani2019-03-141-6/+0
* Enforce a standard header file guard symbol nameDaniel P. Berrangé2018-12-141-2/+2
* nwfilter: remove virNWFilterHashTable typedefs entirelyDaniel P. Berrangé2018-05-031-12/+12
* nwfilter: remove methods that are trivial wrappers for virHash APIsDaniel P. Berrangé2018-05-031-5/+5
* nwfilter: remove pointless virNWFilterHashTable structDaniel P. Berrangé2018-05-031-1/+1
* Remove backslash alignment attemptsAndrea Bolognani2017-11-031-8/+8
* Prevent test failures with ebtables/iptables/ip6tables are missingDaniel P. Berrange2017-04-191-0/+12
* tests: Rename VIRT_TEST_* macros to VIR_TEST_*Andrea Bolognani2017-04-041-1/+1
* tests: Rename virtTestClearCommandPath to virTestClearCommandPath.Tomáš Ryšavý2016-06-081-1/+1
* tests: Rename virtTestCompareToFile to virTestCompareToFile.Tomáš Ryšavý2016-06-081-1/+1
* tests: Rename virtTestRun to virTestRun.Tomáš Ryšavý2016-06-081-2/+2
* tests: Add virtTestCompareToFileCole Robinson2015-04-231-10/+1
* test: fix nwfilter tests following changes in virfirewall.cStefan Berger2014-12-221-0/+2
* Add a test suite for nwfilter ebiptables tech driverDaniel P. Berrange2014-04-251-0/+535