summaryrefslogtreecommitdiff
path: root/ecos/packages/net/autotest/current/permtests/netauto_failtx.ptest
blob: 66953e557df24aed210fae883e95817c0ee07dd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

# add the net and the net drivers, and the SNMP parts
pkgconf -disable-uitron -enable-net -enable-net_drivers -enable-snmplib -enable-snmpagent -enable-autotest

# larger heap for SNMP to run?  Not needed any more.

# asserts on
header infra.h {
        enable CYGPKG_INFRA_DEBUG
}

# Simulated failures on:
header io_eth_drivers.h {
	enable CYGPKG_IO_ETH_DRIVERS_SIMULATED_FAILURES
	disable CYGPKG_IO_ETH_DRIVERS_SIMULATE_DROP_RX      
	disable CYGPKG_IO_ETH_DRIVERS_SIMULATE_CORRUPT_RX
	value   CYGPKG_IO_ETH_DRIVERS_SIMULATE_DROP_TX	 10 
	disable CYGPKG_IO_ETH_DRIVERS_SIMULATE_LINE_CUT
}