summaryrefslogtreecommitdiff
path: root/ecos/packages/net/autotest/current/permtests/netauto_failrx.ptest
blob: 3f3bd6575f471841763262194e4be664dc2bf63d (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
	value   CYGPKG_IO_ETH_DRIVERS_SIMULATE_DROP_RX    10   
	disable CYGPKG_IO_ETH_DRIVERS_SIMULATE_CORRUPT_RX
	disable CYGPKG_IO_ETH_DRIVERS_SIMULATE_DROP_TX	  
	disable CYGPKG_IO_ETH_DRIVERS_SIMULATE_LINE_CUT
}