Commit df876a5e authored by Romain Courteaud's avatar Romain Courteaud

slapos_erp5: test: skip coding style for some scripts

parent 0cb8c7df
......@@ -68,10 +68,21 @@ def makeTestSlapOSCodingStyleTestCase(tested_business_template):
CodingStyleTestCase.coverage_ignore_path_list = [
'erp5_interaction_drop/InvoiceTransaction_postGeneration',
'slapos_cloud/AllocationSupplyCell_asPredicate',
'slapos_cloud/AllocationSupplyLine_asPredicate',
'slapos_cloud/ERP5Type_asSecurityGroupId',
'slapos_cloud/InstanceTree_getDefaultImageAbsoluteUrl',
'slapos_cloud/InstanceTree_getSoftwareProduct',
'slapos_cloud/InstanceTree_requestParameterChange',
'slapos_cloud/OneTimeVirtualMasterAccessToken_getUserValue',
'slapos_cloud/Project_getSoftwareProductPredicateList',
'slapos_cloud/SoftwareInstallation_getInstallationState',
'slapos_cloud/AlarmTool_checkComputeNodeMigrationConsistency',
'slapos_cloud/AlarmTool_checkInstanceTreeMigrationConsistency',
'slapos_cloud/AlarmTool_checkPredecessorToSuccessorMigrationConsistency',
'slapos_cloud/ComputeNode_afterClone',
'slapos_cloud/InstanceNode_afterClone',
'slapos_cloud/RemoteNode_afterClone',
'slapos_cloud/ComputeNode_applyComputerModel',
'slapos_cloud/ComputeNode_getBusyComputePartitionList',
'slapos_cloud/ComputeNode_getFreeComputePartitionCount',
......@@ -80,6 +91,8 @@ def makeTestSlapOSCodingStyleTestCase(tested_business_template):
'slapos_cloud/ComputeNode_getSoftwareReleaseUsage',
'slapos_cloud/ComputeNode_getUsageReportUrl',
'slapos_cloud/ComputeNode_init',
'slapos_cloud/InstanceNode_init',
'slapos_cloud/RemoteNode_init',
'slapos_cloud/ComputePartition_getAvailableSoftwareReleaseUrlStringList',
'slapos_cloud/ComputePartition_getInstanceTreeUrlString',
'slapos_cloud/ComputePartition_getInstanceUrlString',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment