summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #22471 from yuwata/network-bridge-vlan-protocolYu Watanabe2022-02-102-3/+13
|\ \
| * | test-network: add missing tests for bridge propertiesYu Watanabe2022-02-102-3/+13
* | | Merge pull request #22452 from yuwata/network-ipv6llYu Watanabe2022-02-101-3/+16
|\ \ \ | |/ / |/| |
| * | test-network: add testcase for re-generating IPv6LL addressYu Watanabe2022-02-101-3/+16
* | | udev/net: support Match.Firmware= in .link files (#22462)Alvin Šipraga2022-02-102-0/+2
* | | test: lvm 2.03.15 dropped the static autoactivationFrantisek Sumsal2022-02-091-1/+4
* | | Add support for `isolated` parameterSanta Wiryaman2022-02-096-0/+7
|/ /
* | udev/net: support to set MDI-X modeYu Watanabe2022-02-081-0/+1
* | tests: add repart tests for block devices with 1024, 2048, 4096 byte sector s...Lennart Poettering2022-02-081-0/+42
* | Merge pull request #22408 from mrc0mmand/test-network-cleanupLuca Boccassi2022-02-031-88/+88
|\ \
| * | test-network: disable irrelevant or one-time pylint checksFrantisek Sumsal2022-02-031-0/+5
| * | test-network: use specific exceptions instead of the Exception classFrantisek Sumsal2022-02-031-2/+2
| * | test-network: avoid name clashing/redefinitionFrantisek Sumsal2022-02-031-4/+4
| * | test-network: disable 'no-member' warning for the Utilities classFrantisek Sumsal2022-02-031-1/+2
| * | test-network: use raw strings for regexes with backslashesFrantisek Sumsal2022-02-031-4/+4
| * | test-network: explicitly set check=False for subprocess.run()Frantisek Sumsal2022-02-031-1/+1
| * | test-network: convert certain multiline strings to commentsFrantisek Sumsal2022-02-031-38/+32
| * | test-network: drop unused variablesFrantisek Sumsal2022-02-031-3/+3
| * | test-network: drop unnecessary else statementsFrantisek Sumsal2022-02-031-26/+26
| * | test-network: drop unnecessary semicolonsFrantisek Sumsal2022-02-031-4/+4
| * | test-network: drop superfluous parensFrantisek Sumsal2022-02-031-7/+7
* | | Merge pull request #22355 from yuwata/network-tunnel-externalAnita Zhang2022-02-034-3/+20
|\ \ \ | |/ / |/| |
| * | test-network: add testcase for external tunnelYu Watanabe2022-02-033-3/+19
| * | network: tunnel: support external modeYu Watanabe2022-02-031-0/+1
* | | tests: pass FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION to fuzzersEvgeny Vereshchagin2022-02-031-2/+3
* | | tests: fuzz client_send_messageEvgeny Vereshchagin2022-02-033-0/+0
|/ /
* | Merge pull request #22351 from mrc0mmand/TEST-56-cgroupsv1Yu Watanabe2022-02-022-0/+23
|\ \
| * | test: require unified cgroup hierarchy for TEST-56Frantisek Sumsal2022-02-011-0/+5
| * | test: introduce `get_cgroup_hierarchy() helperFrantisek Sumsal2022-02-011-0/+18
* | | Merge pull request #22332 from yuwata/network-dhcp-server-dns-server-addressYu Watanabe2022-02-023-2/+30
|\ \ \
| * | | test-network: add tests for DNS=_server_address in [DHCPServer]Yu Watanabe2022-02-023-2/+30
| |/ /
* | | Merge pull request #22331 from yuwata/network-xfrm-interface-idLuca Boccassi2022-02-015-12/+18
|\ \ \ | |/ / |/| |
| * | test-network: set xfrm interface IDYu Watanabe2022-02-015-12/+18
* | | network: remove only managed configs on reconfigure or carrier lostYu Watanabe2022-02-011-1/+1
|/ /
* | Merge pull request #22323 from mrc0mmand/fix-TEST-69-on-C8SFrantisek Sumsal2022-01-311-9/+10
|\ \
| * | test: use ~/.bashrc instead of /etc/bash.bashrcFrantisek Sumsal2022-01-311-2/+2
| * | test: make the code less error-proneFrantisek Sumsal2022-01-311-9/+10
* | | test: copy portable profiles into the image if they don't exist thereFrantisek Sumsal2022-01-311-0/+11
|/ /
* | Merge pull request #21838 from lnussel/logind-refactorYu Watanabe2022-01-315-0/+159
|\ \
| * | test: add shutdown testLudwig Nussel2022-01-255-0/+159
* | | tests: add a file triggering a memory leak in dhcp_lease_parse_search_domainsEvgeny Vereshchagin2022-01-291-0/+0
* | | tests: fuzz client_handle_offerEvgeny Vereshchagin2022-01-291-0/+0
* | | Merge pull request #22282 from yuwata/test-revert-workarondsFrantisek Sumsal2022-01-282-19/+0
|\ \ \
| * | | Revert "test: wait for user inactive"Yu Watanabe2022-01-281-7/+0
| * | | Revert "test: wait for newly created btrfs triggered"Yu Watanabe2022-01-281-12/+0
* | | | sd-dhcp-server: refuse too large packet to sendYu Watanabe2022-01-281-0/+0
* | | | Merge pull request #22277 from yuwata/test-network-activation-policyYu Watanabe2022-01-281-10/+28
|\ \ \ \
| * | | | test-network: wait for a while if manual policy is always-{up,down}Yu Watanabe2022-01-281-0/+2
| * | | | test-network: dummy interface is initially down when activation policy is manualYu Watanabe2022-01-281-4/+1
| * | | | test-network: wait for the link is activatedYu Watanabe2022-01-281-0/+21