{"id":18041325,"url":"https://github.com/ligurio/packetdrill-testcases","last_synced_at":"2025-03-27T12:30:42.378Z","repository":{"id":77678603,"uuid":"223583686","full_name":"ligurio/packetdrill-testcases","owner":"ligurio","description":"packetdrill testcases for network regression testing","archived":true,"fork":false,"pushed_at":"2023-10-11T07:24:37.000Z","size":758,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-16T23:28:49.636Z","etag":null,"topics":["network","packetdrill","regression-testing","tcp","testcases","testing"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ligurio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2019-11-23T12:17:07.000Z","updated_at":"2024-09-17T18:43:00.000Z","dependencies_parsed_at":"2023-03-04T23:30:18.652Z","dependency_job_id":null,"html_url":"https://github.com/ligurio/packetdrill-testcases","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ligurio%2Fpacketdrill-testcases","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ligurio%2Fpacketdrill-testcases/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ligurio%2Fpacketdrill-testcases/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ligurio%2Fpacketdrill-testcases/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ligurio","download_url":"https://codeload.github.com/ligurio/packetdrill-testcases/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245844792,"owners_count":20681778,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["network","packetdrill","regression-testing","tcp","testcases","testing"],"created_at":"2024-10-30T15:09:10.174Z","updated_at":"2025-03-27T12:30:41.983Z","avatar_url":"https://github.com/ligurio.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# packetdrill testcases\n\nThe [packetdrill](https://opensource.google/projects/packetdrill) scripting\ntool enables quick, precise tests for entire TCP/UDP/IPv4/IPv6 network stacks,\nfrom the system call layer down to the NIC hardware. This repository contains\nabout 1.5k testcases for packetdrill.\n\n## Specifications:\n\n* **TCP** ~RFC 675~, [RFC 761](https://tools.ietf.org/html/rfc761), [RFC 793](https://tools.ietf.org/html/rfc793), [RFC 1180](https://tools.ietf.org/html/rfc1180), [RFC 4413](https://tools.ietf.org/html/rfc4413)\n* **UDP** [RFC 768](https://tools.ietf.org/html/rfc768)\n* **UDPLite** [RFC 3828](https://tools.ietf.org/html/rfc3828)\n* **SCTP** [RFC 4960](https://tools.ietf.org/html/rfc4960), [RFC 4820](https://tools.ietf.org/html/rfc4820), [RFC 6458](https://tools.ietf.org/html/rfc6458), [RFC 7053](https://tools.ietf.org/html/rfc7053), [RFC 3286](https://tools.ietf.org/html/rfc3286), [RFC 4960](https://tools.ietf.org/html/rfc4960)\n* **IPv4** ~RFC 760~, RFC 790, RFC 791\n* **IPv6** [RFC 2460](https://tools.ietf.org/html/rfc2460), [RFC 4291](https://tools.ietf.org/html/rfc4291), ~RFC 1883~, ~RFC 2460~, RFC 8200\n\n## How-To\n\n```\nsudo scripts/install-packetdrill.sh\npython3 -m venv venv\nsource venv/bin/activate\npip install -r scripts/requirements.txt\npython3 scripts/run-tests.py --discovery\npython3 scripts/run-tests.py --report_file junit.xml\npython3 scripts/run-tests.py --testplan testplans/testplan-freebsd.json\npython3 scripts/run-tests.py --testplan testplans/testplan-linux.json --report_file junit.xml\n```\n\n## TODO\n\n- [libuinet](https://github.com/pkelsey/libuinet)\n- [F-stack](https://github.com/F-Stack/f-stack)\n- [LWIP](https://savannah.nongnu.org/projects/lwip/)\n- [mTCP](https://github.com/mtcp-stack/mtcp)\n- [uIP](https://github.com/adamdunkels/uip)\n- [Luna Stack](https://www.dpdk.org/wp-content/uploads/sites/35/2019/07/04-DPDK-based-userspace-TCPIP-stack-testing.pdf)\n- [smoltcp](https://github.com/smoltcp-rs/smoltcp)\n\n## How to contribute\n\nTODO\n\n## Acknowledments\n\n- Google, Inc.: https://github.com/google/packetdrill/gtests/net/packetdrill/tests\n- FreeBSD Community:\n  - https://github.com/freebsd-net/TCP-IP-Regression-TestSuite\n  - https://github.com/shivansh/TCP-IP-Regression-TestSuite\n  - https://wiki.freebsd.org/SummerOfCode2016/TCP-IP-RegressionTestSuite\n- Michael Tüxen and Netflix, Inc.\n  - https://github.com/freebsd-net/tcp-testsuite\n- NPLab (Network Programming Laboratory of Münster University of Applied Sciences):\n  - https://github.com/nplab/packetdrill\n  - https://github.com/nplab/packetdrill/tree/master/gtests/net/packetdrill/tests\n  - https://github.com/nplab/misc-tcp-testscripts\n  - https://github.com/nplab/PR_SCTP_Testsuite\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fligurio%2Fpacketdrill-testcases","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fligurio%2Fpacketdrill-testcases","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fligurio%2Fpacketdrill-testcases/lists"}