Testing IwconfigΒΆ

TestIwconfig.test_constructor() Does it build correctly?
TestIwconfig.test_command() Does it send the right command?
TestIwconfig.test_call() Does it send the command and return the output?
TestIwconfig.test_check_errors() Does it raise the ApeError if appropriate?
TestIwconfig.test_output() Does the output get set if checked after a certain time interval?
TestIwconfig.test_essid() Does it get the name of the ap?
TestIwconfig.test_mac_protocol() Does it get the MAC-protocol?
TestIwconfig.test_str() Does the __str__ just return all the lines?
TestIwconfigExpressions.test_constructor() Will it build?
TestIwconfigExpressions.test_mac_protocol() Does it get the protocol?
TestIwconfigExpressions.test_essid() Does it match the essid?
TestIwconfigExpressions.test_mode() Does in get the mode?
TestIwconfigExpressions.test_frequency() Does it match the frequency?
TestIwconfigExpressions.test_access_point() Does it get the access points mac?
TestIwconfigExpressions.test_bit_rate() Does it get the bit rate?
TestIwconfigExpressions.test_tx_power() Does it get the tx-power?
TestIwconfigExpressions.test_link_quality() Does it get the link quality?
TestIwconfigExpressions.test_signal_level() Does it get the signal level?
TestIwconfigExpressions.test_rx_invalid_nwid() Does it get the count of invalid network ids?
TestIwconfigExpressions.test_rx_invalid_crypt() Does it get count of packets not decryptable?
TestIwconfigExpressions.test_rx_invalid_frag() Does it get count of packets that couldn’t be reassembled?
TestIwconfigExpressions.test_tx_excessive_retries() Does it get number of packets which hardware failed to deliver?
TestIwconfigExpressions.test_invalid_misc() Does it get count of other packets lost because of wireless stuff?
TestIwconfigExpressions.test_missed_beacons() Does it get the count of missed beacons?

Navigation