summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2019-07-17Merge pull request #12675 from yuwata/network-set-dnsLennart Poettering2-16/+121
2019-07-17core: ExecCondition= for servicesAnita Zhang4-0/+29
2019-07-17Merge pull request #13082 from ddstreet/minorZbigniew Jędrzejewski-Szmek32-207/+87
2019-07-17test/test-functions: fix install_dmeventd to correctly install bin/libsDan Streetman1-28/+1
2019-07-16test/test-functions: instmods call to find should use -type fDan Streetman1-1/+1
2019-07-16test: when stripping binaries, ignore case in suppressing "File format not re...Dan Streetman1-1/+1
2019-07-16test: ignore errors during test cleanup, so cleanup can finishDan Streetman2-17/+18
2019-07-16test: add create_empty_image_rootdir() to simplify testcase setupDan Streetman32-197/+76
2019-07-17test-network: drop warn_about_firewalld() as it is not necessary any moreYu Watanabe1-9/+0
2019-07-17test-network: stop firewalld in setUpModule()Yu Watanabe1-7/+14
2019-07-17test-network: add tests for link state file vs resolvectl or timedatectlYu Watanabe2-0/+107
2019-07-17Merge pull request #13069 from yuwata/network-do-not-set-routes-when-carrier-...Yu Watanabe1-4/+4
2019-07-17test-network: extend sleep timeYu Watanabe1-4/+4
2019-07-16tests: bump up QEMU_MEMEvgeny Vereshchagin1-1/+1
2019-07-16Merge pull request #12925 from yuwata/network-generatorLennart Poettering9-0/+113
2019-07-16test-network: make wait_online() check setup stateYu Watanabe2-149/+168
2019-07-15test-network: add tests for DHCPv4.UseDomains=Yu Watanabe2-0/+28
2019-07-14test: add TEST-35-NETWORK-GENERATORYu Watanabe9-0/+113
2019-07-12test-network: add tests for route with type local, multicast, anycast, or bro...Yu Watanabe2-0/+33
2019-07-12test-network: test more bridge propertiesYu Watanabe3-5/+17
2019-07-12Merge pull request #12971 from yuwata/network-reassign-static-routesYu Watanabe3-2/+46
2019-07-11Merge pull request #13017 from yuwata/network-neighbor-lladdr-13015Lennart Poettering5-4/+36
2019-07-11Merge pull request #12461 from Werkov/fix-job-orderingLennart Poettering3-0/+18
2019-07-11test-network: add test for route reassignmentYu Watanabe3-2/+46
2019-07-11test-network: add testcase that Neighbor.LinkLayerAddress= is IP addressYu Watanabe3-1/+32
2019-07-11test-network: use Neighbor.LinkLayerAddress= instead of deprecated Neighbor.M...Yu Watanabe2-3/+3
2019-07-11network: rename Neighbor.MACAddress= to Neighbor.LinkLayerAddress=Yu Watanabe1-0/+1
2019-07-11test: add testcase for new CleanUnit logicLennart Poettering3-0/+129
2019-07-11Merge pull request #13018 from yuwata/network-tunnel-follow-up-13016Lennart Poettering12-10/+95
2019-07-11test-network: drop test_udev_driver as it is unstableYu Watanabe1-34/+0
2019-07-11Merge pull request #13006 from yuwata/network-split-dhcp-12917Lennart Poettering6-10/+208
2019-07-11test-network: add testcases Tunnel.Remote=any and Local=anyYu Watanabe12-10/+95
2019-07-11test-network: add test for Xfrm netdevYu Watanabe5-3/+48
2019-07-11test-network: add test for AssignToLoopback= settingYu Watanabe2-0/+17
2019-07-11network: add AssignToLoopback= setting to [Tunnel] sectionYu Watanabe1-0/+1
2019-07-10Merge pull request #12863 from 1848/if_xfrmYu Watanabe4-0/+16
2019-07-10Added support for xfrm interfaces18484-0/+16
2019-07-10network: fix memleakYu Watanabe1-0/+2
2019-07-10test-network: add tests for UseDNS= in [DHCP] sectionYu Watanabe5-0/+123
2019-07-10test-network: enable systemd-resolved.serviceYu Watanabe1-3/+53
2019-07-10network: rename [DHCP] section to [DHCPv4]Yu Watanabe1-7/+27
2019-07-10networkd: DHCPv6 - separate DHCPv6 options from DHCPv4 optionsSusant Sahani1-0/+5
2019-07-09test/udev-test.pl: cleanup if skipping testDan Streetman1-4/+9
2019-07-09Merge pull request #12992 from mrc0mmand/test-functions-fixesEvgeny Vereshchagin31-30/+39
2019-07-08test: drop || return 1 expression which is incompatible with set -eFrantisek Sumsal30-30/+30
2019-07-08test: be a little bit more verbose when installing service binariesFrantisek Sumsal1-0/+1
2019-07-08test: correctly handle installation of newly introduced binariesFrantisek Sumsal1-0/+8
2019-07-09test: make ASAN/UBSAN_OPTIONS overridable from the outsideFrantisek Sumsal1-2/+2
2019-07-08Merge pull request #12970 from ddstreet/gh12969Yu Watanabe2-0/+28
2019-07-06test-network: add tests for DHCP.UseRoutes=no with custom route settingsYu Watanabe2-0/+51