|
The Assimilation Monitoring Project
|
Data Structures | |
| class | AUDITS |
| class | TestIO |
| class | TestTestInfrastructure |
| class | TestCMABasic |
Functions | |
| def | assert_no_dangling_Cclasses |
| def | droneipaddress |
| def | dronedesignation |
| def | hostdiscoveryinfo |
| def | geninitconfig |
| def | auditalldrones |
| def | auditallrings |
Variables | |
| list | _suites = ['all', 'cma'] |
| int | WorstDanglingCount = 0 |
| CheckForDanglingClasses = True | |
| DEBUG = True | |
| DoAudit = True | |
| SavePackets = True | |
| doHBDEAD = True | |
| int | MaxDrone = 4 |
| BuildListOnly = True | |
| t1 = MaxDrone | |
| int | t2 = MaxDrone/100 |
| t3 = t2 | |
| int | byte1 = 10 |
| int | byte2 = 20 |
| def cma.tests.cma_test.assert_no_dangling_Cclasses | ( | ) |
Definition at line 72 of file cma/tests/cma_test.py.
References proj_class_dump_live_objects(), and proj_class_live_object_count().
Referenced by cma.tests.cma_test.TestTestInfrastructure.tearDown(), cma.tests.cma_test.TestCMABasic.tearDown(), and cma.tests.cma_test.TestTestInfrastructure.test_eof().


| def cma.tests.cma_test.auditalldrones | ( | ) |
Definition at line 237 of file cma/tests/cma_test.py.
Referenced by cma.tests.cma_test.TestIO.recvframesets(), and cma.tests.cma_test.TestCMABasic.test_several_startups().

| def cma.tests.cma_test.auditallrings | ( | ) |
Definition at line 245 of file cma/tests/cma_test.py.
Referenced by cma.tests.cma_test.TestIO.recvframesets(), and cma.tests.cma_test.TestCMABasic.test_several_startups().

| def cma.tests.cma_test.dronedesignation | ( | hostnumber | ) |
Definition at line 128 of file cma/tests/cma_test.py.
Referenced by cma.tests.cma_test.AUDITS.auditadrone(), cma.tests.cma_test.hostdiscoveryinfo(), cma.tests.cma_test.TestCMABasic.test_several_startups(), and cma.tests.cma_test.TestCMABasic.test_startup().

| def cma.tests.cma_test.droneipaddress | ( | hostnumber | ) |
Definition at line 122 of file cma/tests/cma_test.py.
Referenced by cma.tests.cma_test.AUDITS.auditadrone(), cma.tests.cma_test.AUDITS.auditSETCONFIG(), cma.tests.cma_test.hostdiscoveryinfo(), cma.tests.cma_test.TestCMABasic.test_several_startups(), and cma.tests.cma_test.TestCMABasic.test_startup().

| def cma.tests.cma_test.geninitconfig | ( | ouraddr | ) |
Definition at line 137 of file cma/tests/cma_test.py.
Referenced by cma.tests.cma_test.TestCMABasic.test_several_startups(), and cma.tests.cma_test.TestCMABasic.test_startup().

| def cma.tests.cma_test.hostdiscoveryinfo | ( | hostnumber | ) |
Definition at line 131 of file cma/tests/cma_test.py.
References cma.tests.cma_test.dronedesignation(), and cma.tests.cma_test.droneipaddress().
Referenced by cma.tests.cma_test.TestCMABasic.test_several_startups(), and cma.tests.cma_test.TestCMABasic.test_startup().


| list cma.tests.cma_test._suites = ['all', 'cma'] |
Definition at line 22 of file cma/tests/cma_test.py.
| cma.tests.cma_test.BuildListOnly = True |
Definition at line 53 of file cma/tests/cma_test.py.
| int cma.tests.cma_test.byte1 = 10 |
Definition at line 119 of file cma/tests/cma_test.py.
Referenced by _netaddr_toStringflex(), and get_lldptlv_len().
| int cma.tests.cma_test.byte2 = 20 |
Definition at line 120 of file cma/tests/cma_test.py.
| cma.tests.cma_test.CheckForDanglingClasses = True |
Definition at line 44 of file cma/tests/cma_test.py.
| cma.tests.cma_test.DEBUG = True |
Definition at line 45 of file cma/tests/cma_test.py.
| cma.tests.cma_test.DoAudit = True |
Definition at line 46 of file cma/tests/cma_test.py.
| cma.tests.cma_test.doHBDEAD = True |
Definition at line 48 of file cma/tests/cma_test.py.
| int cma.tests.cma_test.MaxDrone = 4 |
Definition at line 49 of file cma/tests/cma_test.py.
| cma.tests.cma_test.SavePackets = True |
Definition at line 47 of file cma/tests/cma_test.py.
| cma.tests.cma_test.t1 = MaxDrone |
Definition at line 55 of file cma/tests/cma_test.py.
| int cma.tests.cma_test.t2 = MaxDrone/100 |
Definition at line 57 of file cma/tests/cma_test.py.
| cma.tests.cma_test.t3 = t2 |
Definition at line 59 of file cma/tests/cma_test.py.
| int cma.tests.cma_test.WorstDanglingCount = 0 |
Definition at line 43 of file cma/tests/cma_test.py.