vix.ing · top · new · best · stats · spec

Test Coverage for Network Configurations

2022/09/26 by Xieyang Xu, Weixin Deng, Xu, Xieyang +7 · 1 citation
Computer Science · #FOS: Computer and information sciences #Network Traffic and Congestion Control #Networking and Internet Architecture (cs.NI) #Software System Performance and Reliability #Software-Defined Networks and 5G

paper · pdf · doi:10.48550/arxiv.2209.12870

openalex publication_date 2022/09/26 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28

Abstract

We develop NetCov, the first tool to reveal which network configuration lines are being tested by a suite of network tests. It helps network engineers improve test suites and thus increase network reliability. A key challenge in its development is that many network tests test the data plane instead of testing the configurations (control plane) directly. We must be able to efficiently infer which configuration elements contribute to tested data plane elements, even when such contributions are non-local (on remote devices) or non-deterministic. NetCov uses an information flow graph based model that precisely captures various forms of contributions and a scalable method to lazily infer contributions. Using it, we show that an existing test suite for Internet2 (a nation-wide backbone network in the USA) covers only 26% of the configuration lines. The feedback from NetCov makes it easy to define new tests that improve coverage. For Internet2, adding just three such tests covers an additional 17% of the lines.

Cited by

Related