|
Odyssey
|
Public Member Functions | |
| def | setUp (self) |
| def | test_misc_counts (self) |
| def | test_drop_cu_hist (self) |
| def | test_trans_hdr_dtl (self) |
| def | test_drop_cu_misc (self) |
| def | test_cuauditadmin (self) |
| def | test_cuuser (self) |
| def | test_audituser (self) |
| def | tearDown (self) |
Test suite for database cleanup scripts
Definition at line 207 of file cudrop_test.py.
| def cudrop_test.TestDataCleanupScripts.setUp | ( | self | ) |
Load fixture
Definition at line 210 of file cudrop_test.py.
| def cudrop_test.TestDataCleanupScripts.tearDown | ( | self | ) |
Cleanup fixture
Definition at line 790 of file cudrop_test.py.
| def cudrop_test.TestDataCleanupScripts.test_audituser | ( | self | ) |
Test <cu>audituser cleanup script
Cleanup Script:
- cudropcuaudituser.pl
Definition at line 718 of file cudrop_test.py.
| def cudrop_test.TestDataCleanupScripts.test_cuauditadmin | ( | self | ) |
Test cuauditadmin cleanup script
Cleanup Script:
- cudropcuauditadmin.pl
Definition at line 565 of file cudrop_test.py.
| def cudrop_test.TestDataCleanupScripts.test_cuuser | ( | self | ) |
Verify deletion of <cu>user (only) table
Cleanup Scripts:
- cudropcuusers.pl
Definition at line 633 of file cudrop_test.py.
| def cudrop_test.TestDataCleanupScripts.test_drop_cu_hist | ( | self | ) |
Test cleanupscripts for history tables:
- scrubculoanhistory
- scrubcuaccounthistory
Cleanup Scripts:
- cudrophist.pl
Definition at line 264 of file cudrop_test.py.
| def cudrop_test.TestDataCleanupScripts.test_drop_cu_misc | ( | self | ) |
Validate expected counts for following tables:
- curdcstatus
- cu_vendorlog
- cu_vendorcache
- lnappuserresponse
- culogtrack
Cleanup Scripts:
- cudropcurdcstatus.pl
- cudropcu_vendorlog.pl
- cudropcu_vendorcache.pl
- cudroplnapp.pl
- cudropculogtrack.pl
Definition at line 450 of file cudrop_test.py.
| def cudrop_test.TestDataCleanupScripts.test_misc_counts | ( | self | ) |
Validate expected counts for following tables:
- curdcstatus
- cu_vendorlog
- cu_vendorcache
- lnappuserresponse
- culogtrack
Definition at line 215 of file cudrop_test.py.
| def cudrop_test.TestDataCleanupScripts.test_trans_hdr_dtl | ( | self | ) |
Test cleanupscripts for trans{hdr,dtl} tables:
- scrubcutranshdr
- scrubcutransdtl
Cleanup Scripts:
- cudropcutrans.pl
Definition at line 401 of file cudrop_test.py.
1.8.15