xref: /aosp_15_r20/external/scapy/test/configs/travis.utsc (revision 7dc08ffc4802948ccbc861daaf1e81c405c2c4bd)
1*7dc08ffcSJunyu Lai{
2*7dc08ffcSJunyu Lai  "testfiles": [
3*7dc08ffcSJunyu Lai    "*.uts",
4*7dc08ffcSJunyu Lai    "../scapy/contrib/*.uts"
5*7dc08ffcSJunyu Lai  ],
6*7dc08ffcSJunyu Lai  "onlyfailed": true,
7*7dc08ffcSJunyu Lai  "preexec": {
8*7dc08ffcSJunyu Lai    "../scapy/contrib/*.uts": "load_contrib(\"%name%\")",
9*7dc08ffcSJunyu Lai    "cert.uts": "load_layer(\"tls\")",
10*7dc08ffcSJunyu Lai    "sslv2.uts": "load_layer(\"tls\")",
11*7dc08ffcSJunyu Lai    "tls*.uts": "load_layer(\"tls\")"
12*7dc08ffcSJunyu Lai  },
13*7dc08ffcSJunyu Lai  "format": "text"
14*7dc08ffcSJunyu Lai}
15