ixnetwork.test package

Submodules

ixload.test.test_base module

Base class for all IxLoad package tests.

@author yoram@ignissoft.com

class ixload.test.test_base.IxlTestBase(methodName='runTest')[source]

Bases: trafficgenerator.test.test_tgn.TgnTest

setUp()[source]
tearDown()[source]
testHelloWorld()[source]

ixload.test.test_offline module

IxLoad package tests that can run in offline mode.

@author yoram@ignissoft.com

class ixload.test.test_offline.IxlTestOffline(methodName='runTest')[source]

Bases: ixload.test.test_base.IxlTestBase

testLoadConfig()[source]

Test configuration load.

ixload.test.test_online module

IxLoad package tests that require actual IxLoad chassis and active ports.

Note that in many places there are (relatively) long delays to make sure the tests work in all setups.

Test setup: Two IXL ports connected back to back.

@author yoram@ignissoft.com

class ixload.test.test_online.IxlTestOnline(methodName='runTest')[source]

Bases: ixload.test.test_base.IxlTestBase

ports = []
testReservePorts()[source]
testRunTest()[source]
testStats()[source]

Module contents