summaryrefslogtreecommitdiff
path: root/test/test-network
Commit message (Expand)AuthorAgeFilesLines
* test-network: rename one .netdev to make the file removed after the testYu Watanabe2022-04-062-1/+1
* network: l2tp: change create type to independentYu Watanabe2022-02-271-1/+0
* network: l2tp: make Local= optionally take interface nameYu Watanabe2022-02-272-2/+2
* Merge pull request #22611 from yuwata/network-activation-policy-stacked-netdevsLuca Boccassi2022-02-244-34/+30
|\
| * test-network: add test case for activation policy for stacked netdevsYu Watanabe2022-02-242-14/+22
| * test-network: check existence before calling networkctl or ip commandYu Watanabe2022-02-241-5/+8
| * test-network: remove unused configsYu Watanabe2022-02-242-15/+0
* | test-network: add testcases for address property changeYu Watanabe2022-02-241-0/+12
|/
* network: dhcp-pd: allow to assign the same subnet prefix to multiple interfacesYu Watanabe2022-02-222-23/+23
* network: dhcp-pd: fix prefix length of address assigned to upstream interfaceYu Watanabe2022-02-221-10/+13
* test: Prefix all network/netdev config files used by systemd-networkd-tests.pyDaan De Meyer2022-02-15109-231/+231
* test: Skip test_macsec() until kernel panic is fixedDaan De Meyer2022-02-151-0/+1
* mkosi: Support running systemd-networkd-tests.py in QEMUDaan De Meyer2022-02-151-0/+3
* test: Stop using TextTestRunner in systemd-networkd-tests.pyDaan De Meyer2022-02-151-2/+1
* 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
* | Add support for `isolated` parameterSanta Wiryaman2022-02-092-0/+2
|/
* 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
* | test-network: add testcase for external tunnelYu Watanabe2022-02-033-3/+19
|/
* 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
|/
* 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
* test-network: always cleanup the testing environmentYu Watanabe2022-01-281-6/+4
* test-network: add testcases for configuring SR-IOV by .link fileYu Watanabe2022-01-193-0/+136
* test-network: split out SR-IOV test to new classYu Watanabe2022-01-191-27/+38
* test-network: silence check for alternative namesYu Watanabe2022-01-191-1/+1
* network: use scope link for direct unicast routes by defaultYu Watanabe2022-01-132-4/+3
* test-network: add testcase for invalid AllowedIPs=Yu Watanabe2021-12-311-1/+1
* test-network: add testcase for vxlan local address auto selectionYu Watanabe2021-12-254-3/+43
* Merge pull request #21648 from yuwata/network-tunnel-local-automatic-address-...Yu Watanabe2021-12-254-3/+51
|\
| * test-network: add testcase for automatic tunnel local address selectionYu Watanabe2021-12-124-3/+51
* | test-network: add tests for renewing/rebinding leaseYu Watanabe2021-12-181-61/+60