12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- %description:
- EtherMAC module: tests IFG in half duplex mode
- %inifile: {}.ini
- [General]
- ned-path = .;../../../../src;../../lib
- network = EthTestNetwork
- record-eventlog = true
- eventlog-file = "${resultdir}/${configname}-${runnumber}.elog"
- output-scalar-file = "${resultdir}/${configname}-${runnumber}.sca"
- output-vector-file = "${resultdir}/${configname}-${runnumber}.vec"
- snapshot-file = "${resultdir}/${configname}-${runnumber}.sna"
- cmdenv-event-banners=false
- cmdenv-express-mode=false
- **.ethch*.datarate = 100Mbps
- *.host1.app.destAddr = "AA-00-00-00-00-02"
- *.host1.app.script = "10:92 10:92 20:92 20:92"
- *.host1.mac.address = "AA-00-00-00-00-01"
- *.host2.app.destAddr = "AA-00-00-00-00-01"
- *.host2.app.script = ""
- *.host2.mac.address = "AA-00-00-00-00-02"
- *.host*.macType = "EtherMAC"
- *.host*.queueType = ${"", "DropTailQueue"}
- *.host*.mac.duplexMode = false
- **.ethch2.logfile="logfile-${runnumber}.txt"
- %
- %contains: logfile-0.txt
- %contains: logfile-1.txt
- %
- %not-contains: stdout
- undisposed object:
- %not-contains: stdout
- -- check module destructor
- %
|