vinokuma | f7605fc | 2023-06-02 18:08:01 +0530 | [diff] [blame] | 1 | <!-- |
| 2 | Copyright 2022-present Open Networking Foundation |
| 3 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | you may not use this file except in compliance with the License. |
| 5 | You may obtain a copy of the License at |
| 6 | |
| 7 | http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | |
| 9 | Unless required by applicable law or agreed to in writing, software |
| 10 | distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | See the License for the specific language governing permissions and |
| 13 | limitations under the License. |
| 14 | --> |
| 15 | |
| 16 | <?xml version="1.0" encoding="UTF-8"?> |
| 17 | <testsuites> |
Akash Soni | d36d23b | 2023-08-18 12:51:40 +0530 | [diff] [blame] | 18 | <testsuite tests="574" failures="0" time="0.097" name="voltha-go-controller/internal/pkg/application"> |
vinokuma | f7605fc | 2023-06-02 18:08:01 +0530 | [diff] [blame] | 19 | <properties> |
| 20 | <property name="go.version" value="go1.16.3"></property> |
vinokuma | 04dc9f8 | 2023-07-31 15:47:49 +0530 | [diff] [blame] | 21 | <property name="coverage.statements.pct" value="40.4"></property> |
vinokuma | f7605fc | 2023-06-02 18:08:01 +0530 | [diff] [blame] | 22 | </properties> |
vinokuma | 703a70b | 2023-07-17 10:06:43 +0530 | [diff] [blame] | 23 | <testcase classname="application" name="TestVoltApplication_RestoreNbDeviceFromDb" time="0.000"></testcase> |
vinokuma | 02fbfd0 | 2023-07-05 15:23:33 +0530 | [diff] [blame] | 24 | <testcase classname="application" name="TestVoltApplication_RestoreNbDeviceFromDb/VoltApplication_RestoreNbDeviceFromDb" time="0.000"></testcase> |
vinokuma | f7605fc | 2023-06-02 18:08:01 +0530 | [diff] [blame] | 25 | <testcase classname="application" name="TestVoltApplication_RestoreNbDeviceFromDb/VoltApplication_RestoreNbDeviceFromDb_invalid_Value_type" time="0.000"></testcase> |
| 26 | <testcase classname="application" name="TestVoltApplication_RestoreNbDeviceFromDb/VoltApplication_RestoreNbDeviceFromDb_unmarshal_error" time="0.000"></testcase> |
| 27 | <testcase classname="application" name="TestVoltApplication_UpdateDeviceConfig" time="0.000"></testcase> |
| 28 | <testcase classname="application" name="TestVoltApplication_UpdateDeviceConfig/SDX6320031" time="0.000"></testcase> |
| 29 | <testcase classname="application" name="TestVoltApplication_RestoreOltFlowService" time="0.000"></testcase> |
| 30 | <testcase classname="application" name="TestVoltApplication_RestoreOltFlowService/OltFlowService" time="0.000"></testcase> |
| 31 | <testcase classname="application" name="TestVoltApplication_UpdateOltFlowService" time="0.000"></testcase> |
| 32 | <testcase classname="application" name="TestVoltApplication_UpdateOltFlowService/OltFlowService" time="0.000"></testcase> |
| 33 | <testcase classname="application" name="TestVoltApplication_TriggerPendingVpvDeleteReq" time="0.000"></testcase> |
| 34 | <testcase classname="application" name="TestVoltApplication_TriggerPendingVpvDeleteReq/SDX6320031" time="0.000"></testcase> |
| 35 | <testcase classname="application" name="TestVoltApplication_TriggerPendingProfileDeleteReq" time="0.000"></testcase> |
| 36 | <testcase classname="application" name="TestVoltApplication_TriggerPendingProfileDeleteReq/SDX6320031" time="0.000"></testcase> |
| 37 | <testcase classname="application" name="TestVoltApplication_TriggerPendingServiceDeleteReq" time="0.000"></testcase> |
| 38 | <testcase classname="application" name="TestVoltApplication_TriggerPendingServiceDeleteReq/Positive_Case_TriggerPendingServiceDeleteReq" time="0.000"></testcase> |
| 39 | <testcase classname="application" name="TestVoltApplication_TriggerPendingVnetDeleteReq" time="0.000"></testcase> |
| 40 | <testcase classname="application" name="TestVoltApplication_TriggerPendingVnetDeleteReq/Negative_Case_TriggerPendingVnetDeleteReq" time="0.000"></testcase> |
| 41 | <testcase classname="application" name="TestVoltApplication_UpdateMacInPortMap" time="0.000"></testcase> |
| 42 | <testcase classname="application" name="TestVoltApplication_UpdateMacInPortMap/Positive_Case_UpdateMacInPortMap" time="0.000"></testcase> |
| 43 | <testcase classname="application" name="TestVoltApplication_GetMacInPortMap" time="0.000"></testcase> |
| 44 | <testcase classname="application" name="TestVoltApplication_GetMacInPortMap/Positive_Case_GetMacInPortMap" time="0.000"></testcase> |
| 45 | <testcase classname="application" name="Test_pushFlowFailureNotif" time="0.000"></testcase> |
| 46 | <testcase classname="application" name="Test_pushFlowFailureNotif/Positive_Case_pushFlowFailureNotif" time="0.000"></testcase> |
| 47 | <testcase classname="application" name="TestGetPonPortIDFromUNIPort" time="0.000"></testcase> |
| 48 | <testcase classname="application" name="TestGetPonPortIDFromUNIPort/Positive_Case_pushFlowFailureNotif" time="0.000"></testcase> |
| 49 | <testcase classname="application" name="TestVoltApplication_ProcessFlowModResultIndication" time="0.000"></testcase> |
| 50 | <testcase classname="application" name="TestVoltApplication_ProcessFlowModResultIndication/Positive_Case_ProcessFlowModResultIndication" time="0.000"></testcase> |
| 51 | <testcase classname="application" name="TestVoltApplication_ProcessFlowModResultIndication/Negetive_Case_ProcessFlowModResultIndication" time="0.000"></testcase> |
| 52 | <testcase classname="application" name="Test_getPendingPoolKey" time="0.000"></testcase> |
| 53 | <testcase classname="application" name="Test_getPendingPoolKey/Positive_Case_getPendingPoolKey" time="0.000"></testcase> |
| 54 | <testcase classname="application" name="TestNewVoltPort" time="0.000"></testcase> |
| 55 | <testcase classname="application" name="TestNewVoltPort/Positive_Case_TestNewVoltPort" time="0.000"></testcase> |
| 56 | <testcase classname="application" name="TestNewVoltPort/Positive_Case2_TestNewVoltPort" time="0.000"></testcase> |
| 57 | <testcase classname="application" name="TestVoltPort_SetPortID" time="0.000"></testcase> |
| 58 | <testcase classname="application" name="TestVoltPort_SetPortID/Positive_Case_TestNewVoltPort" time="0.000"></testcase> |
vinokuma | 703a70b | 2023-07-17 10:06:43 +0530 | [diff] [blame] | 59 | <testcase classname="application" name="TestNewVoltDevice" time="0.000"></testcase> |
vinokuma | f7605fc | 2023-06-02 18:08:01 +0530 | [diff] [blame] | 60 | <testcase classname="application" name="TestNewVoltDevice/Positive_Case_TestNewVoltDevice" time="0.000"></testcase> |
| 61 | <testcase classname="application" name="TestVoltApplication_GetAssociatedVpvsForDevice" time="0.000"></testcase> |
| 62 | <testcase classname="application" name="TestVoltApplication_GetAssociatedVpvsForDevice/Positive_Case_GetAssociatedVpvsForDevice" time="0.000"></testcase> |
| 63 | <testcase classname="application" name="TestVoltApplication_GetAssociatedVpvsForDevice/Positive_Case2_GetAssociatedVpvsForDevice" time="0.000"></testcase> |
| 64 | <testcase classname="application" name="TestVoltApplication_GetAssociatedVpvsForDevice/Negetive_Case2_GetAssociatedVpvsForDevice" time="0.000"></testcase> |
| 65 | <testcase classname="application" name="TestVoltApplication_AssociateVpvsToDevice" time="0.000"></testcase> |
| 66 | <testcase classname="application" name="TestVoltApplication_AssociateVpvsToDevice/Positive_Case_AssociateVpvsToDevice" time="0.000"></testcase> |
| 67 | <testcase classname="application" name="TestVoltApplication_AssociateVpvsToDevice/Negetive_Case_AssociateVpvsToDevice" time="0.000"></testcase> |
| 68 | <testcase classname="application" name="TestVoltApplication_DisassociateVpvsFromDevice" time="0.000"></testcase> |
| 69 | <testcase classname="application" name="TestVoltApplication_DisassociateVpvsFromDevice/Positive_Case_DisassociateVpvsFromDevice" time="0.000"></testcase> |
| 70 | <testcase classname="application" name="TestVoltApplication_DisassociateVpvsFromDevice/Negetive_Case_DisassociateVpvsFromDevice" time="0.000"></testcase> |
| 71 | <testcase classname="application" name="TestVoltDevice_GetPort" time="0.000"></testcase> |
| 72 | <testcase classname="application" name="TestVoltDevice_GetPort/Positive_Case_GetPort" time="0.000"></testcase> |
| 73 | <testcase classname="application" name="TestVoltDevice_GetPort/Negetive_Case_GetPort" time="0.000"></testcase> |
| 74 | <testcase classname="application" name="TestVoltDevice_GetPortNameFromPortID" time="0.000"></testcase> |
| 75 | <testcase classname="application" name="TestVoltDevice_GetPortNameFromPortID/Positive_Case_GetPort" time="0.000"></testcase> |
| 76 | <testcase classname="application" name="TestVoltDevice_DelPort" time="0.000"></testcase> |
| 77 | <testcase classname="application" name="TestVoltDevice_DelPort/Positive_Case_DelPort" time="0.000"></testcase> |
| 78 | <testcase classname="application" name="TestVoltDevice_DelPort/Negetive_Case_DelPort" time="0.000"></testcase> |
| 79 | <testcase classname="application" name="TestVoltDevice_pushFlowsForUnis" time="0.000"></testcase> |
| 80 | <testcase classname="application" name="TestVoltDevice_pushFlowsForUnis/Positive_Case_pushFlowsForUnis" time="0.000"></testcase> |
| 81 | <testcase classname="application" name="TestVoltDevice_pushFlowsForUnis/Negetive_Case_pushFlowsForUnis" time="0.000"></testcase> |
| 82 | <testcase classname="application" name="TestVoltDevice_pushFlowsForUnis/Negetive_Case1_pushFlowsForUnis" time="0.000"></testcase> |
| 83 | <testcase classname="application" name="TestNewNbDevice" time="0.000"></testcase> |
| 84 | <testcase classname="application" name="TestNewNbDevice/Positive_Case_pushFlowsForUnis" time="0.000"></testcase> |
| 85 | <testcase classname="application" name="TestNbDevice_WriteToDb" time="0.000"></testcase> |
| 86 | <testcase classname="application" name="TestNbDevice_WriteToDb/Positive_Case_pushFlowsForUnis" time="0.000"></testcase> |
vinokuma | 703a70b | 2023-07-17 10:06:43 +0530 | [diff] [blame] | 87 | <testcase classname="application" name="TestNbDevice_AddPortToNbDevice" time="0.000"></testcase> |
| 88 | <testcase classname="application" name="TestNbDevice_AddPortToNbDevice/Positive_Case_AddPortToNbDevice" time="0.000"></testcase> |
vinokuma | f7605fc | 2023-06-02 18:08:01 +0530 | [diff] [blame] | 89 | <testcase classname="application" name="TestVoltApplication_AddDeviceConfig" time="0.000"></testcase> |
| 90 | <testcase classname="application" name="TestVoltApplication_AddDeviceConfig/Positive_Case_AddDeviceConfig" time="0.000"></testcase> |
| 91 | <testcase classname="application" name="TestVoltApplication_GetDeviceConfig" time="0.000"></testcase> |
| 92 | <testcase classname="application" name="TestVoltApplication_GetDeviceConfig/Positive_Case_GetDeviceConfig" time="0.000"></testcase> |
| 93 | <testcase classname="application" name="TestVoltApplication_GetDeviceConfig/Negetive_Case_GetDeviceConfig" time="0.000"></testcase> |
| 94 | <testcase classname="application" name="TestNbDevice_UpdatePortToNbDevice" time="0.000"></testcase> |
| 95 | <testcase classname="application" name="TestNbDevice_UpdatePortToNbDevice/Positive_Case_UpdatePortToNbDevice" time="0.000"></testcase> |
| 96 | <testcase classname="application" name="TestNbDevice_UpdatePortToNbDevice/Negetive_Case_UpdatePortToNbDevice" time="0.000"></testcase> |
| 97 | <testcase classname="application" name="TestNbDevice_DeletePortFromNbDevice" time="0.000"></testcase> |
| 98 | <testcase classname="application" name="TestNbDevice_DeletePortFromNbDevice/Positive_Case_DeletePortFromNbDevice" time="0.000"></testcase> |
| 99 | <testcase classname="application" name="TestVoltDevice_RegisterFlowAddEvent" time="0.000"></testcase> |
| 100 | <testcase classname="application" name="TestVoltDevice_RegisterFlowAddEvent/Positive_Case_RegisterFlowAddEvent" time="0.000"></testcase> |
| 101 | <testcase classname="application" name="TestVoltDevice_RegisterFlowDelEvent" time="0.000"></testcase> |
| 102 | <testcase classname="application" name="TestVoltDevice_RegisterFlowDelEvent/Positive_Case_RegisterFlowDelEvent" time="0.000"></testcase> |
| 103 | <testcase classname="application" name="TestVoltDevice_UnRegisterFlowEvent" time="0.000"></testcase> |
| 104 | <testcase classname="application" name="TestVoltDevice_UnRegisterFlowEvent/Positive_Case_RegisterFlowDelEvent" time="0.000"></testcase> |
| 105 | <testcase classname="application" name="TestVoltDevice_UnRegisterFlowEvent/Negetive_Case_RegisterFlowDelEvent" time="0.000"></testcase> |
| 106 | <testcase classname="application" name="TestVoltApplication_InitStaticConfig" time="0.000"></testcase> |
| 107 | <testcase classname="application" name="TestVoltApplication_InitStaticConfig/Positive_Case_InitStaticConfig" time="0.000"></testcase> |
| 108 | <testcase classname="application" name="TestVoltApplication_SetVendorID" time="0.000"></testcase> |
| 109 | <testcase classname="application" name="TestVoltApplication_SetVendorID/Positive_Case_SetVendorID" time="0.000"></testcase> |
| 110 | <testcase classname="application" name="TestVoltApplication_GetVendorID" time="0.000"></testcase> |
| 111 | <testcase classname="application" name="TestVoltApplication_GetVendorID/Positive_Case_GetVendorID" time="0.000"></testcase> |
| 112 | <testcase classname="application" name="TestVoltApplication_SetRebootFlag" time="0.000"></testcase> |
| 113 | <testcase classname="application" name="TestVoltApplication_SetRebootFlag/Positive_Case_SetRebootFlag" time="0.000"></testcase> |
| 114 | <testcase classname="application" name="TestVoltApplication_GetUpgradeFlag" time="0.000"></testcase> |
| 115 | <testcase classname="application" name="TestVoltApplication_GetUpgradeFlag/Positive_Case_GetUpgradeFlag" time="0.000"></testcase> |
| 116 | <testcase classname="application" name="TestVoltApplication_SetUpgradeFlag" time="0.000"></testcase> |
| 117 | <testcase classname="application" name="TestVoltApplication_SetUpgradeFlag/Positive_Case_GetUpgradeFlag" time="0.000"></testcase> |
| 118 | <testcase classname="application" name="TestVoltApplication_AddDevice" time="0.000"></testcase> |
| 119 | <testcase classname="application" name="TestVoltApplication_AddDevice/Positive_Case_AddDevice" time="0.000"></testcase> |
| 120 | <testcase classname="application" name="TestVoltApplication_AddDevice/Negetive_Case_AddDevice" time="0.000"></testcase> |
| 121 | <testcase classname="application" name="TestVoltApplication_DelDevice" time="0.000"></testcase> |
| 122 | <testcase classname="application" name="TestVoltApplication_DelDevice/Positive_Case_AddDevice" time="0.000"></testcase> |
| 123 | <testcase classname="application" name="TestVoltApplication_DelDevice/Delete_Case_AddDevice" time="0.000"></testcase> |
| 124 | <testcase classname="application" name="TestVoltApplication_PortAddInd" time="0.000"></testcase> |
| 125 | <testcase classname="application" name="TestVoltApplication_PortAddInd/Positive_Case_PortAddInd" time="0.000"></testcase> |
| 126 | <testcase classname="application" name="TestVoltApplication_PortAddInd/Negetive_Case_PortAddInd" time="0.000"></testcase> |
| 127 | <testcase classname="application" name="TestVoltApplication_PortUpdateInd" time="0.000"></testcase> |
| 128 | <testcase classname="application" name="TestVoltApplication_PortUpdateInd/Positive_Case_PortUpdateInd" time="0.000"></testcase> |
| 129 | <testcase classname="application" name="TestVoltApplication_PortUpdateInd/Negetive_Case_PortUpdateInd" time="0.000"></testcase> |
| 130 | <testcase classname="application" name="TestVoltApplication_AddNbPonPort" time="0.000"></testcase> |
| 131 | <testcase classname="application" name="TestVoltApplication_AddNbPonPort/Positive_Case_AddNbPonPort" time="0.000"></testcase> |
| 132 | <testcase classname="application" name="TestVoltApplication_AddNbPonPort/Negetive_Case_AddNbPonPort" time="0.000"></testcase> |
| 133 | <testcase classname="application" name="TestVoltApplication_UpdateNbPonPort" time="0.000"></testcase> |
| 134 | <testcase classname="application" name="TestVoltApplication_UpdateNbPonPort/Positive_Case_UpdateNbPonPort" time="0.000"></testcase> |
| 135 | <testcase classname="application" name="TestVoltApplication_UpdateNbPonPort/Negetive_Case_Port_doesn't_exists" time="0.000"></testcase> |
| 136 | <testcase classname="application" name="TestVoltApplication_UpdateNbPonPort/Negetive_Case_Device-doesn't-exists" time="0.000"></testcase> |
| 137 | <testcase classname="application" name="TestVoltApplication_DeleteNbPonPort" time="0.000"></testcase> |
| 138 | <testcase classname="application" name="TestVoltApplication_DeleteNbPonPort/Positive_Case_DeleteNbPonPort" time="0.000"></testcase> |
| 139 | <testcase classname="application" name="TestVoltApplication_DeleteNbPonPort/Negetive_Case_DeleteNbPonPort" time="0.000"></testcase> |
| 140 | <testcase classname="application" name="TestVoltApplication_DeviceUpInd" time="0.000"></testcase> |
| 141 | <testcase classname="application" name="TestVoltApplication_DeviceUpInd/Positive_Case_DeviceUpInd" time="0.000"></testcase> |
| 142 | <testcase classname="application" name="TestVoltApplication_DeviceUpInd/Negetive_Case_DeviceUpInd" time="0.000"></testcase> |
| 143 | <testcase classname="application" name="TestVoltApplication_DeviceDownInd" time="0.000"></testcase> |
| 144 | <testcase classname="application" name="TestVoltApplication_DeviceDownInd/Positive_Case_DeviceDownInd" time="0.000"></testcase> |
| 145 | <testcase classname="application" name="TestVoltApplication_DeviceDownInd/Negetive_Case_DeviceDownInd" time="0.000"></testcase> |
| 146 | <testcase classname="application" name="TestVoltApplication_DeviceRebootInd" time="0.000"></testcase> |
| 147 | <testcase classname="application" name="TestVoltApplication_DeviceRebootInd/Positive_Case_DeviceRebootInd" time="0.000"></testcase> |
vinokuma | 02fbfd0 | 2023-07-05 15:23:33 +0530 | [diff] [blame] | 148 | <testcase classname="application" name="TestVoltApplication_GetDeviceFromPort" time="0.000"></testcase> |
| 149 | <testcase classname="application" name="TestVoltApplication_GetDeviceFromPort/Positive_Case_GetDeviceFromPort" time="0.000"></testcase> |
| 150 | <testcase classname="application" name="TestVoltApplication_GetPortID" time="0.000"></testcase> |
| 151 | <testcase classname="application" name="TestVoltApplication_GetPortID/Positive_Case_GetPortID" time="0.000"></testcase> |
| 152 | <testcase classname="application" name="TestVoltApplication_GetPortName" time="0.000"></testcase> |
| 153 | <testcase classname="application" name="TestVoltApplication_GetPortName/Positive_Case_GetPortID" time="0.000"></testcase> |
| 154 | <testcase classname="application" name="TestVoltApplication_PortUpInd" time="0.000"></testcase> |
| 155 | <testcase classname="application" name="TestVoltApplication_PortUpInd/Positive_Case_PortUpInd" time="0.000"></testcase> |
| 156 | <testcase classname="application" name="TestVoltApplication_PortDownInd" time="0.000"></testcase> |
| 157 | <testcase classname="application" name="TestVoltApplication_PortDownInd/Positive_Case_PortDownInd" time="0.000"></testcase> |
| 158 | <testcase classname="application" name="TestVoltApplication_UpdateDeviceSerialNumberList" time="0.000"></testcase> |
| 159 | <testcase classname="application" name="TestVoltApplication_UpdateDeviceSerialNumberList/Positive_Case_UpdateDeviceSerialNumberList" time="0.000"></testcase> |
vinokuma | 04dc9f8 | 2023-07-31 15:47:49 +0530 | [diff] [blame] | 160 | <testcase classname="application" name="TestVoltApplication_DeleteMacInPortMap" time="0.000"></testcase> |
| 161 | <testcase classname="application" name="TestVoltApplication_DeleteMacInPortMap/Positive_Case_DeleteMacInPortMap" time="0.000"></testcase> |
| 162 | <testcase classname="application" name="TestVoltApplication_TriggerPendingServiceDeactivateReq" time="0.000"></testcase> |
| 163 | <testcase classname="application" name="TestVoltApplication_TriggerPendingServiceDeactivateReq/Positive_Case_DeleteMacInPortMap" time="0.000"></testcase> |
| 164 | <testcase classname="application" name="TestVoltApplication_ReadAllFromDb" time="0.000"></testcase> |
| 165 | <testcase classname="application" name="TestVoltApplication_ReadAllFromDb/Positive_Case_ReadAllFromDb" time="0.000"></testcase> |
| 166 | <testcase classname="application" name="TestVoltApplication_RemoveGroupDevicesFromPendingPool" time="0.000"></testcase> |
| 167 | <testcase classname="application" name="TestVoltApplication_RemoveGroupDevicesFromPendingPool/VoltApplication_RemoveGroupDevicesFromPendingPool" time="0.000"></testcase> |
| 168 | <testcase classname="application" name="TestVoltApplication_GetIgnoredPorts" time="0.000"></testcase> |
| 169 | <testcase classname="application" name="TestVoltApplication_GetIgnoredPorts/Positive_Case_GetIgnoredPorts" time="0.000"></testcase> |
| 170 | <testcase classname="application" name="TestDhcpNetworks_AddDhcpSession" time="0.000"></testcase> |
| 171 | <testcase classname="application" name="TestDhcpNetworks_AddDhcpSession/DhcpNetworks_AddDhcpSession" time="0.000"></testcase> |
| 172 | <testcase classname="application" name="TestDhcpNetworks_DelDhcpSession" time="0.000"></testcase> |
| 173 | <testcase classname="application" name="TestDhcpNetworks_DelDhcpSession/DhcpNetworks_DelDhcpSession" time="0.000"></testcase> |
| 174 | <testcase classname="application" name="TestDhcpNetworks_AddDhcp6Session" time="0.000"></testcase> |
| 175 | <testcase classname="application" name="TestDhcpNetworks_AddDhcp6Session/DhcpNetworks_AddDhcp6Session" time="0.000"></testcase> |
| 176 | <testcase classname="application" name="TestDhcpNetworks_DelDhcp6Session" time="0.000"></testcase> |
| 177 | <testcase classname="application" name="TestDhcpNetworks_DelDhcp6Session/DhcpNetworks_DelDhcp6Session" time="0.000"></testcase> |
| 178 | <testcase classname="application" name="TestDhcpNetworks_GetDhcpSession" time="0.000"></testcase> |
| 179 | <testcase classname="application" name="TestDhcpNetworks_GetDhcpSession/DhcpNetworks_GetDhcpSession" time="0.000"></testcase> |
| 180 | <testcase classname="application" name="TestDhcpNetworks_GetDhcp6Session" time="0.000"></testcase> |
| 181 | <testcase classname="application" name="TestDhcpNetworks_GetDhcp6Session/DhcpNetworks_GetDhcp6Session" time="0.000"></testcase> |
| 182 | <testcase classname="application" name="TestGetVnetForV4Nni" time="0.000"></testcase> |
| 183 | <testcase classname="application" name="TestGetVnetForV4Nni/GetVnetForV4Nni" time="0.000"></testcase> |
| 184 | <testcase classname="application" name="TestGetVnetForV6Nni" time="0.000"></testcase> |
| 185 | <testcase classname="application" name="TestGetVnetForV6Nni/GetVnetForV6Nni" time="0.000"></testcase> |
| 186 | <testcase classname="application" name="TestAddDhcpv4Option82" time="0.000"></testcase> |
| 187 | <testcase classname="application" name="TestAddDhcpv4Option82/AddDhcpv4Option82" time="0.000"></testcase> |
| 188 | <testcase classname="application" name="TestVoltApplication_ProcessDsDhcpv4Packet" time="0.000"></testcase> |
| 189 | <testcase classname="application" name="TestVoltApplication_ProcessDsDhcpv4Packet/VoltApplication_ProcessDsDhcpv4Packet" time="0.000"></testcase> |
| 190 | <testcase classname="application" name="TestDelOption82" time="0.000"></testcase> |
| 191 | <testcase classname="application" name="TestDelOption82/DelOption82" time="0.000"></testcase> |
| 192 | <testcase classname="application" name="TestDhcpMsgType" time="0.000"></testcase> |
| 193 | <testcase classname="application" name="TestDhcpMsgType/DhcpMsgType" time="0.000"></testcase> |
| 194 | <testcase classname="application" name="TestGetIpv4Addr" time="0.000"></testcase> |
| 195 | <testcase classname="application" name="TestGetIpv4Addr/GetIpv4Addr" time="0.000"></testcase> |
| 196 | <testcase classname="application" name="TestGetIpv6Addr" time="0.000"></testcase> |
| 197 | <testcase classname="application" name="TestGetIpv6Addr/GetIpv6Addr_error" time="0.000"></testcase> |
| 198 | <testcase classname="application" name="TestVoltApplication_GetMacLearnerInfo" time="0.000"></testcase> |
| 199 | <testcase classname="application" name="TestVoltApplication_GetMacLearnerInfo/VoltApplication_GetMacLearnerInfo" time="0.000"></testcase> |
vinokuma | f7605fc | 2023-06-02 18:08:01 +0530 | [diff] [blame] | 200 | <testcase classname="application" name="TestExecuteFlowEvent" time="0.000"></testcase> |
| 201 | <testcase classname="application" name="TestExecuteFlowEvent/ExecuteFlowEvent_add" time="0.000"></testcase> |
| 202 | <testcase classname="application" name="TestExecuteFlowEvent/ExecuteFlowEvent_del" time="0.000"></testcase> |
| 203 | <testcase classname="application" name="TestInitEventFuncMapper" time="0.000"></testcase> |
| 204 | <testcase classname="application" name="TestInitEventFuncMapper/InitEventFuncMapper" time="0.000"></testcase> |
| 205 | <testcase classname="application" name="TestProcessUsIgmpFlowAddEvent" time="0.000"></testcase> |
| 206 | <testcase classname="application" name="TestProcessUsIgmpFlowAddEvent/ProcessUsIgmpFlowAddEvent" time="0.000"></testcase> |
vinokuma | 04dc9f8 | 2023-07-31 15:47:49 +0530 | [diff] [blame] | 207 | <testcase classname="application" name="TestProcessUsIgmpFlowAddEvent/ProcessUsIgmpFlowAddEvent_else_condition" time="0.000"></testcase> |
vinokuma | f7605fc | 2023-06-02 18:08:01 +0530 | [diff] [blame] | 208 | <testcase classname="application" name="TestProcessServiceFlowAddEvent" time="0.000"></testcase> |
| 209 | <testcase classname="application" name="TestProcessServiceFlowAddEvent/ProcessServiceFlowAddEvent" time="0.000"></testcase> |
vinokuma | 04dc9f8 | 2023-07-31 15:47:49 +0530 | [diff] [blame] | 210 | <testcase classname="application" name="TestProcessServiceFlowAddEvent/ProcessServiceFlowAddEvent_else_condition" time="0.000"></testcase> |
vinokuma | f7605fc | 2023-06-02 18:08:01 +0530 | [diff] [blame] | 211 | <testcase classname="application" name="TestProcessControlFlowAddEvent" time="0.000"></testcase> |
| 212 | <testcase classname="application" name="TestProcessControlFlowAddEvent/ProcessControlFlowAddEvent" time="0.000"></testcase> |
vinokuma | 04dc9f8 | 2023-07-31 15:47:49 +0530 | [diff] [blame] | 213 | <testcase classname="application" name="TestProcessControlFlowAddEvent/ProcessControlFlowAddEvent_else_condition" time="0.000"></testcase> |
vinokuma | f7605fc | 2023-06-02 18:08:01 +0530 | [diff] [blame] | 214 | <testcase classname="application" name="TestProcessServiceFlowDelEvent" time="0.000"></testcase> |
| 215 | <testcase classname="application" name="TestProcessServiceFlowDelEvent/ProcessServiceFlowDelEvent" time="0.000"></testcase> |
vinokuma | 04dc9f8 | 2023-07-31 15:47:49 +0530 | [diff] [blame] | 216 | <testcase classname="application" name="TestProcessServiceFlowDelEvent/ProcessServiceFlowDelEvent_else_condition" time="0.000"></testcase> |
vinokuma | f7605fc | 2023-06-02 18:08:01 +0530 | [diff] [blame] | 217 | <testcase classname="application" name="TestProcessControlFlowDelEvent" time="0.000"></testcase> |
| 218 | <testcase classname="application" name="TestProcessControlFlowDelEvent/ProcessControlFlowDelEvent" time="0.000"></testcase> |
vinokuma | 04dc9f8 | 2023-07-31 15:47:49 +0530 | [diff] [blame] | 219 | <testcase classname="application" name="TestProcessControlFlowDelEvent/ProcessControlFlowDelEvent_else_condition" time="0.000"></testcase> |
vinokuma | f7605fc | 2023-06-02 18:08:01 +0530 | [diff] [blame] | 220 | <testcase classname="application" name="TestProcessMcastFlowDelEvent" time="0.000"></testcase> |
| 221 | <testcase classname="application" name="TestProcessMcastFlowDelEvent/ProcessMcastFlowDelEvent" time="0.000"></testcase> |
vinokuma | 04dc9f8 | 2023-07-31 15:47:49 +0530 | [diff] [blame] | 222 | <testcase classname="application" name="TestProcessMcastFlowDelEvent/ProcessMcastFlowDelEvent_else_condition" time="0.000"></testcase> |
| 223 | <testcase classname="application" name="TestProcessDeviceFlowDelEvent" time="0.000"></testcase> |
| 224 | <testcase classname="application" name="TestProcessDeviceFlowDelEvent/ProcessDeviceFlowDelEvent" time="0.000"></testcase> |
| 225 | <testcase classname="application" name="TestProcessDeviceFlowDelEvent/ProcessDeviceFlowDelEvent_else_condition" time="0.000"></testcase> |
vinokuma | f7605fc | 2023-06-02 18:08:01 +0530 | [diff] [blame] | 226 | <testcase classname="application" name="TestVoltApplication_InitIgmpSrcMac" time="0.000"></testcase> |
| 227 | <testcase classname="application" name="TestVoltApplication_InitIgmpSrcMac/test" time="0.000"></testcase> |
vinokuma | 04dc9f8 | 2023-07-31 15:47:49 +0530 | [diff] [blame] | 228 | <testcase classname="application" name="TestDeleteDbPathKeys" time="0.000"></testcase> |
| 229 | <testcase classname="application" name="TestDeleteDbPathKeys/Positive_Case_DeleteDbPathKeys" time="0.000"></testcase> |
| 230 | <testcase classname="application" name="TestMigrateVnets" time="0.000"></testcase> |
| 231 | <testcase classname="application" name="TestMigrateVnets/Positive_Case_DeleteDbPathKeys" time="0.000"></testcase> |
| 232 | <testcase classname="application" name="TestMigrateServices" time="0.000"></testcase> |
| 233 | <testcase classname="application" name="TestMigrateServices/Positive_Case_MigrateServices" time="0.000"></testcase> |
| 234 | <testcase classname="application" name="TestMigrateVpvs" time="0.000"></testcase> |
| 235 | <testcase classname="application" name="TestMigrateVpvs/Positive_Case_MigrateVpvs" time="0.000"></testcase> |
| 236 | <testcase classname="application" name="TestMigrateMvlans" time="0.000"></testcase> |
| 237 | <testcase classname="application" name="TestMigrateMvlans/Positive_Case_MigrateMvlans" time="0.000"></testcase> |
| 238 | <testcase classname="application" name="TestMigrateIgmpConfs" time="0.000"></testcase> |
| 239 | <testcase classname="application" name="TestMigrateIgmpConfs/test_MigrateIgmpConfs" time="0.000"></testcase> |
| 240 | <testcase classname="application" name="TestMigrateIgmpConfs/unmarshal_error" time="0.000"></testcase> |
| 241 | <testcase classname="application" name="TestMigrateIgmpConfs/WriteToDb_error" time="0.000"></testcase> |
| 242 | <testcase classname="application" name="TestMigrateIgmpGroups" time="0.000"></testcase> |
| 243 | <testcase classname="application" name="TestMigrateIgmpGroups/Positive_Case_MigrateIgmpGroups" time="0.000"></testcase> |
| 244 | <testcase classname="application" name="TestMigrateIgmpDevices" time="0.000"></testcase> |
| 245 | <testcase classname="application" name="TestMigrateIgmpDevices/Positive_Case_MigrateIgmpDevices" time="0.000"></testcase> |
| 246 | <testcase classname="application" name="TestMigrateIgmpChannels" time="0.000"></testcase> |
| 247 | <testcase classname="application" name="TestMigrateIgmpChannels/Positive_Case_MigrateIgmpChannels" time="0.000"></testcase> |
| 248 | <testcase classname="application" name="TestMigrateIgmpPorts" time="0.000"></testcase> |
| 249 | <testcase classname="application" name="TestMigrateIgmpPorts/Positive_Case_MigrateIgmpPorts" time="0.000"></testcase> |
| 250 | <testcase classname="application" name="TestMigrateIgmpProfs" time="0.000"></testcase> |
| 251 | <testcase classname="application" name="TestMigrateIgmpProfs/Positive_Case_MigrateIgmpProfs" time="0.000"></testcase> |
| 252 | <testcase classname="application" name="TestMigrateMcastConfs" time="0.000"></testcase> |
| 253 | <testcase classname="application" name="TestMigrateMcastConfs/Positive_Case_MigrateMcastConfs" time="0.000"></testcase> |
| 254 | <testcase classname="application" name="TestMigrateLogLevels" time="0.000"></testcase> |
| 255 | <testcase classname="application" name="TestMigrateLogLevels/Positive_Case_MigrateLogLevels" time="0.000"></testcase> |
| 256 | <testcase classname="application" name="TestMigrateHealth" time="0.000"></testcase> |
| 257 | <testcase classname="application" name="TestMigrateHealth/Positive_Case_MigrateHealth" time="0.000"></testcase> |
| 258 | <testcase classname="application" name="TestMigratePonCounters" time="0.000"></testcase> |
| 259 | <testcase classname="application" name="TestMigratePonCounters/Positive_Case_MigratePonCounters" time="0.000"></testcase> |
| 260 | <testcase classname="application" name="TestMigrateChannelCounters" time="0.000"></testcase> |
| 261 | <testcase classname="application" name="TestMigrateChannelCounters/Positive_Case_MigrateChannelCounters" time="0.000"></testcase> |
| 262 | <testcase classname="application" name="TestMigrateServiceCounters" time="0.000"></testcase> |
| 263 | <testcase classname="application" name="TestMigrateServiceCounters/Positive_Case_MigrateServiceCounters" time="0.000"></testcase> |
| 264 | <testcase classname="application" name="TestMigrateNbDevices" time="0.000"></testcase> |
| 265 | <testcase classname="application" name="TestMigrateNbDevices/Positive_Case_MigrateNbDevices" time="0.000"></testcase> |
| 266 | <testcase classname="application" name="TestMigrateFlowHash" time="0.000"></testcase> |
| 267 | <testcase classname="application" name="TestMigrateFlowHash/Positive_Case_MigrateFlowHash" time="0.000"></testcase> |
| 268 | <testcase classname="application" name="TestMigrateMeters" time="0.000"></testcase> |
| 269 | <testcase classname="application" name="TestMigrateMeters/Positive_Case_MigrateMeters" time="0.000"></testcase> |
| 270 | <testcase classname="application" name="TestMigrateDevices" time="0.000"></testcase> |
| 271 | <testcase classname="application" name="TestMigrateDevices/Positive_Case_MigrateFlowHash" time="0.000"></testcase> |
| 272 | <testcase classname="application" name="TestMigrateDevicePorts" time="0.000"></testcase> |
| 273 | <testcase classname="application" name="TestMigrateDevicePorts/Positive_Case_MigrateFlowHash" time="0.000"></testcase> |
| 274 | <testcase classname="application" name="TestMigrateDeviceFlows" time="0.000"></testcase> |
| 275 | <testcase classname="application" name="TestMigrateDeviceFlows/Positive_Case_MigrateFlowHash" time="0.000"></testcase> |
| 276 | <testcase classname="application" name="TestMigrateDeviceGroups" time="0.000"></testcase> |
| 277 | <testcase classname="application" name="TestMigrateDeviceGroups/Positive_Case_MigrateFlowHash" time="0.000"></testcase> |
| 278 | <testcase classname="application" name="TestMigrateDeviceMeters" time="0.000"></testcase> |
| 279 | <testcase classname="application" name="TestMigrateDeviceMeters/Positive_Case_MigrateFlowHash" time="0.000"></testcase> |
| 280 | <testcase classname="application" name="TestMigrateDeviceFlowHash" time="0.000"></testcase> |
| 281 | <testcase classname="application" name="TestMigrateDeviceFlowHash/Positive_Case_MigrateFlowHash" time="0.000"></testcase> |
| 282 | <testcase classname="application" name="TestFetchAndMigrateDeviceDBData" time="0.000"></testcase> |
| 283 | <testcase classname="application" name="TestFetchAndMigrateDeviceDBData/Positive_Case_MigrateFlowHash" time="0.000"></testcase> |
| 284 | <testcase classname="application" name="TestDataMigration_WriteToDb" time="0.000"></testcase> |
| 285 | <testcase classname="application" name="TestDataMigration_WriteToDb/Positive_Case_MigrateFlowHash" time="0.000"></testcase> |
| 286 | <testcase classname="application" name="TestGetMigrationInfo" time="0.000"></testcase> |
| 287 | <testcase classname="application" name="TestGetMigrationInfo/Positive_Case_GetMigrationInfo" time="0.000"></testcase> |
| 288 | <testcase classname="application" name="TestCheckIfMigrationRequired" time="0.000"></testcase> |
| 289 | <testcase classname="application" name="TestCheckIfMigrationRequired/Positive_Case_CheckIfMigrationRequired" time="0.000"></testcase> |
| 290 | <testcase classname="application" name="TestDataMigration_DelFromDb" time="0.000"></testcase> |
| 291 | <testcase classname="application" name="TestDataMigration_DelFromDb/Positive_Case_DelFromDb" time="0.000"></testcase> |
| 292 | <testcase classname="application" name="TestDataMigration_DelFromDb/Negetive_Case_DelFromDb" time="0.000"></testcase> |
| 293 | <testcase classname="application" name="TestMigrateDBData" time="0.000"></testcase> |
| 294 | <testcase classname="application" name="TestMigrateDBData/Positive_Case_DelFromDb" time="0.000"></testcase> |
vinokuma | 703a70b | 2023-07-17 10:06:43 +0530 | [diff] [blame] | 295 | <testcase classname="application" name="TestVoltApplication_DelMeterProf" time="0.000"></testcase> |
| 296 | <testcase classname="application" name="TestVoltApplication_DelMeterProf/VoltApplication_DelMeterProf" time="0.000"></testcase> |
| 297 | <testcase classname="application" name="TestVoltApplication_DelMeterProf/GetMeterByName_!ok" time="0.000"></testcase> |
| 298 | <testcase classname="application" name="TestVoltApplication_DelMeterProf/cfg.AssociatedServices_!=_0" time="0.000"></testcase> |
| 299 | <testcase classname="application" name="TestVoltApplication_DelMeterProf/delmeterFromDevice" time="0.000"></testcase> |
| 300 | <testcase classname="application" name="TestMeterMgr_GetMeterByProfID" time="0.000"></testcase> |
| 301 | <testcase classname="application" name="TestMeterMgr_GetMeterByProfID/MeterMgr_GetMeterByProfID" time="0.000"></testcase> |
| 302 | <testcase classname="application" name="TestVoltApplication_UpdateMeterProf" time="0.000"></testcase> |
| 303 | <testcase classname="application" name="TestVoltApplication_UpdateMeterProf/VoltApplication_UpdateMeterProf" time="0.000"></testcase> |
| 304 | <testcase classname="application" name="TestVoltApplication_UpdateMeterProf/WriteToDb_error" time="0.000"></testcase> |
| 305 | <testcase classname="application" name="TestVoltApplication_AddMeterProf" time="0.000"></testcase> |
| 306 | <testcase classname="application" name="TestVoltApplication_AddMeterProf/VoltApplication_AddMeterProf" time="0.000"></testcase> |
| 307 | <testcase classname="application" name="TestVoltApplication_AddMeterProf/GetMeterByName_ok" time="0.000"></testcase> |
| 308 | <testcase classname="application" name="TestVoltApplication_AddMeterProf/WriteToDb_error" time="0.000"></testcase> |
| 309 | <testcase classname="application" name="TestMeterMgr_RestoreMetersFromDb" time="0.000"></testcase> |
| 310 | <testcase classname="application" name="TestMeterMgr_RestoreMetersFromDb/MeterMgr_RestoreMetersFromDb" time="0.000"></testcase> |
| 311 | <testcase classname="application" name="TestMeterMgr_RestoreMetersFromDb/invalid_value" time="0.000"></testcase> |
| 312 | <testcase classname="application" name="TestMeterMgr_RestoreMetersFromDb/unmarshal_error" time="0.000"></testcase> |
| 313 | <testcase classname="application" name="TestMeterMgr_AddMeterToDevice" time="0.000"></testcase> |
| 314 | <testcase classname="application" name="TestMeterMgr_AddMeterToDevice/MeterMgr_AddMeterToDevice" time="0.000"></testcase> |
| 315 | <testcase classname="application" name="TestVoltMeter_AddToDevice" time="0.000"></testcase> |
| 316 | <testcase classname="application" name="TestVoltMeter_AddToDevice/VoltMeter_AddToDevice" time="0.000"></testcase> |
| 317 | <testcase classname="application" name="TestVoltMeter_AddToDevice/Gir_==_0" time="0.000"></testcase> |
| 318 | <testcase classname="application" name="TestUpdateDbData" time="0.000"></testcase> |
| 319 | <testcase classname="application" name="TestUpdateDbData/Update_Db_Data" time="0.000"></testcase> |
| 320 | <testcase classname="application" name="Test_updateServices" time="0.000"></testcase> |
| 321 | <testcase classname="application" name="Test_updateServices/updateServices" time="0.000"></testcase> |
| 322 | <testcase classname="application" name="Test_updateVpvs" time="0.000"></testcase> |
| 323 | <testcase classname="application" name="Test_updateVpvs/updateVpvs" time="0.000"></testcase> |
| 324 | <testcase classname="application" name="Test_updateVpvs/Del_error" time="0.000"></testcase> |
| 325 | <testcase classname="application" name="Test_updateMvlans" time="0.000"></testcase> |
| 326 | <testcase classname="application" name="Test_updateMvlans/updateMvlans" time="0.000"></testcase> |
| 327 | <testcase classname="application" name="Test_updateMvlans/WriteToDb_error" time="0.000"></testcase> |
| 328 | <testcase classname="application" name="Test_updateIgmpGroups" time="0.000"></testcase> |
| 329 | <testcase classname="application" name="Test_updateIgmpGroups/updateIgmpGroups" time="0.000"></testcase> |
| 330 | <testcase classname="application" name="Test_updateIgmpGroups/PutIgmpGroup_error" time="0.000"></testcase> |
| 331 | <testcase classname="application" name="Test_updateIgmpDevices" time="0.000"></testcase> |
| 332 | <testcase classname="application" name="Test_updateIgmpDevices/updateIgmpDevices" time="0.000"></testcase> |
| 333 | <testcase classname="application" name="Test_updateIgmpDevices/PutIgmpDevice_error" time="0.000"></testcase> |
| 334 | <testcase classname="application" name="Test_updateIgmpProfiles" time="0.000"></testcase> |
| 335 | <testcase classname="application" name="Test_updateIgmpProfiles/updateIgmpProfiles" time="0.000"></testcase> |
| 336 | <testcase classname="application" name="TestIgmpGroup_migrateIgmpDevices" time="0.000"></testcase> |
| 337 | <testcase classname="application" name="TestIgmpGroup_migrateIgmpDevices/IgmpGroup_migrateIgmpDevices" time="0.000"></testcase> |
| 338 | <testcase classname="application" name="TestIgmpGroup_migrateIgmpDevices/invalid_value" time="0.000"></testcase> |
| 339 | <testcase classname="application" name="TestIgmpGroup_migrateIgmpDevices/Del_error" time="0.000"></testcase> |
| 340 | <testcase classname="application" name="TestIgmpGroup_migrateIgmpDevices/NewIgmpGroupDeviceFromBytes_error" time="0.000"></testcase> |
| 341 | <testcase classname="application" name="TestIgmpGroupDevice_migrateIgmpChannels" time="0.000"></testcase> |
| 342 | <testcase classname="application" name="TestIgmpGroupDevice_migrateIgmpChannels/IgmpGroupDevice_migrateIgmpChannels" time="0.000"></testcase> |
| 343 | <testcase classname="application" name="TestIgmpGroupDevice_migrateIgmpChannels/invalid_value" time="0.000"></testcase> |
| 344 | <testcase classname="application" name="TestIgmpGroupDevice_migrateIgmpChannels/Del_error" time="0.000"></testcase> |
| 345 | <testcase classname="application" name="TestIgmpGroupDevice_migrateIgmpChannels/NewIgmpGroupChannelFromBytes_error" time="0.000"></testcase> |
| 346 | <testcase classname="application" name="TestIgmpGroupChannel_migrateIgmpPorts" time="0.000"></testcase> |
| 347 | <testcase classname="application" name="TestIgmpGroupChannel_migrateIgmpPorts/IgmpGroupChannel_migrateIgmpPorts" time="0.000"></testcase> |
| 348 | <testcase classname="application" name="TestIgmpGroupChannel_migrateIgmpPorts/invalid_value" time="0.000"></testcase> |
| 349 | <testcase classname="application" name="TestIgmpGroupChannel_migrateIgmpPorts/Del_error" time="0.000"></testcase> |
| 350 | <testcase classname="application" name="TestIgmpGroupChannel_migrateIgmpPorts/NewIgmpGroupPortFromBytes_error" time="0.000"></testcase> |
vinokuma | 02fbfd0 | 2023-07-05 15:23:33 +0530 | [diff] [blame] | 351 | <testcase classname="application" name="TestPppoeIaPacketTask_Start" time="0.000"></testcase> |
| 352 | <testcase classname="application" name="TestPppoeIaPacketTask_Start/PppoeIaPacketTask_Start" time="0.000"></testcase> |
| 353 | <testcase classname="application" name="TestVoltApplication_ProcessPPPoEIaPacket" time="0.000"></testcase> |
| 354 | <testcase classname="application" name="TestVoltApplication_ProcessPPPoEIaPacket/ProcessPPPoEIaPacket_ProcessUsPppoeIaPacket" time="0.000"></testcase> |
| 355 | <testcase classname="application" name="TestVoltApplication_ProcessPPPoEIaPacket/pppoel_nil" time="0.000"></testcase> |
| 356 | <testcase classname="application" name="TestVoltApplication_ProcessPPPoEIaPacket/pppoel_invalidType" time="0.000"></testcase> |
| 357 | <testcase classname="application" name="TestVoltApplication_ProcessUsPppoeIaPacket" time="0.000"></testcase> |
| 358 | <testcase classname="application" name="TestVoltApplication_ProcessUsPppoeIaPacket/VoltApplication_ProcessUsPppoeIaPacket" time="0.000"></testcase> |
| 359 | <testcase classname="application" name="TestVoltApplication_ProcessDsPppoeIaPacket" time="0.000"></testcase> |
| 360 | <testcase classname="application" name="TestVoltApplication_ProcessDsPppoeIaPacket/VoltApplication_ProcessDsPppoeIaPacket" time="0.000"></testcase> |
vinokuma | 04dc9f8 | 2023-07-31 15:47:49 +0530 | [diff] [blame] | 361 | <testcase classname="application" name="TestAddIaOption" time="0.000"></testcase> |
| 362 | <testcase classname="application" name="TestAddIaOption/AddIaOption" time="0.000"></testcase> |
vinokuma | f7605fc | 2023-06-02 18:08:01 +0530 | [diff] [blame] | 363 | <testcase classname="application" name="TestVoltApplication_RestoreSvcsFromDb" time="0.000"></testcase> |
| 364 | <testcase classname="application" name="TestVoltApplication_RestoreSvcsFromDb/VoltApplication_RestoreSvcsFromDb" time="0.000"></testcase> |
| 365 | <testcase classname="application" name="TestVoltApplication_RestoreSvcsFromDb/invalid_value_type" time="0.000"></testcase> |
| 366 | <testcase classname="application" name="TestVoltApplication_RestoreSvcsFromDb/unmarshal_error" time="0.000"></testcase> |
| 367 | <testcase classname="application" name="TestVoltService_FlowRemoveFailure" time="0.000"></testcase> |
| 368 | <testcase classname="application" name="TestVoltService_FlowRemoveFailure/VoltService_FlowRemoveFailure" time="0.000"></testcase> |
| 369 | <testcase classname="application" name="TestVoltService_FlowRemoveFailure/cookie_not_found" time="0.000"></testcase> |
| 370 | <testcase classname="application" name="TestVoltApplication_GetServiceNameFromCookie" time="0.000"></testcase> |
| 371 | <testcase classname="application" name="TestVoltApplication_GetServiceNameFromCookie/VoltApplication_GetServiceNameFromCookie" time="0.000"></testcase> |
| 372 | <testcase classname="application" name="TestVoltService_SvcUpInd" time="0.000"></testcase> |
| 373 | <testcase classname="application" name="TestVoltService_SvcUpInd/VoltService_SvcUpInd" time="0.000"></testcase> |
vinokuma | 703a70b | 2023-07-17 10:06:43 +0530 | [diff] [blame] | 374 | <testcase classname="application" name="TestVoltService_SvcDownInd" time="0.000"></testcase> |
vinokuma | f7605fc | 2023-06-02 18:08:01 +0530 | [diff] [blame] | 375 | <testcase classname="application" name="TestVoltService_SvcDownInd/VoltService_SvcDownInd" time="0.000"></testcase> |
| 376 | <testcase classname="application" name="TestVoltApplication_AddService" time="0.000"></testcase> |
| 377 | <testcase classname="application" name="TestVoltApplication_AddService/VoltApplication_AddService" time="0.000"></testcase> |
| 378 | <testcase classname="application" name="TestVoltApplication_DelService" time="0.000"></testcase> |
| 379 | <testcase classname="application" name="TestVoltApplication_DelService/VoltApplication_DelService" time="0.000"></testcase> |
vinokuma | 02fbfd0 | 2023-07-05 15:23:33 +0530 | [diff] [blame] | 380 | <testcase classname="application" name="TestVoltApplication_DelService/GetMeterByID_not_nil" time="0.000"></testcase> |
vinokuma | f7605fc | 2023-06-02 18:08:01 +0530 | [diff] [blame] | 381 | <testcase classname="application" name="TestVoltService_FlowInstallSuccess" time="0.000"></testcase> |
| 382 | <testcase classname="application" name="TestVoltService_FlowInstallSuccess/VoltService_FlowInstallSuccess" time="0.000"></testcase> |
| 383 | <testcase classname="application" name="TestVoltService_AddMeterToDevice" time="0.000"></testcase> |
| 384 | <testcase classname="application" name="TestVoltService_AddMeterToDevice/VoltService_AddMeterToDevice" time="0.000"></testcase> |
| 385 | <testcase classname="application" name="TestVoltService_AddMeterToDevice/GetDeviceFromPort_error" time="0.000"></testcase> |
| 386 | <testcase classname="application" name="TestVoltService_AddMeterToDevice/DeviceState_down" time="0.000"></testcase> |
| 387 | <testcase classname="application" name="TestVoltService_AddUsHsiaFlows" time="0.000"></testcase> |
| 388 | <testcase classname="application" name="TestVoltService_AddUsHsiaFlows/DeleteInProgress_true" time="0.000"></testcase> |
| 389 | <testcase classname="application" name="TestVoltService_AddUsHsiaFlows/GetDeviceFromPort_error" time="0.000"></testcase> |
| 390 | <testcase classname="application" name="TestVoltService_AddUsHsiaFlows/DeviceState_down" time="0.000"></testcase> |
| 391 | <testcase classname="application" name="TestVoltService_AddHsiaFlows" time="0.000"></testcase> |
| 392 | <testcase classname="application" name="TestVoltService_AddHsiaFlows/AddUsHsiaFlows_error" time="0.000"></testcase> |
| 393 | <testcase classname="application" name="TestVoltService_ForceWriteToDb" time="0.000"></testcase> |
| 394 | <testcase classname="application" name="TestVoltService_ForceWriteToDb/PutService_error" time="0.000"></testcase> |
| 395 | <testcase classname="application" name="TestVoltService_isDataRateAttrPresent" time="0.000"></testcase> |
| 396 | <testcase classname="application" name="TestVoltService_isDataRateAttrPresent/VoltService_isDataRateAttrPresent" time="0.000"></testcase> |
| 397 | <testcase classname="application" name="TestVoltService_GetServicePbit" time="0.000"></testcase> |
| 398 | <testcase classname="application" name="TestVoltService_GetServicePbit/VoltService_GetServicePbit" time="0.000"></testcase> |
| 399 | <testcase classname="application" name="TestVoltService_GetServicePbit/!IsPbitExist" time="0.000"></testcase> |
vinokuma | 703a70b | 2023-07-17 10:06:43 +0530 | [diff] [blame] | 400 | <testcase classname="application" name="TestVoltApplication_DeactivateService" time="0.000"></testcase> |
| 401 | <testcase classname="application" name="TestVoltApplication_DeactivateService/VoltApplication_DeactivateService" time="0.000"></testcase> |
vinokuma | f7605fc | 2023-06-02 18:08:01 +0530 | [diff] [blame] | 402 | <testcase classname="application" name="TestVoltApplication_DeactivateService/VoltPortVnet_nil" time="0.000"></testcase> |
| 403 | <testcase classname="application" name="TestVoltApplication_DeactivateService/sVlan_!=_of.VlanNone" time="0.000"></testcase> |
| 404 | <testcase classname="application" name="TestVoltApplication_DeactivateService/GetDeviceFromPort_error" time="0.000"></testcase> |
| 405 | <testcase classname="application" name="TestVoltApplication_ActivateService" time="0.000"></testcase> |
| 406 | <testcase classname="application" name="TestVoltApplication_ActivateService/VoltApplication_ActivateService" time="0.000"></testcase> |
| 407 | <testcase classname="application" name="TestVoltApplication_ActivateService/VoltPortVnet_nil" time="0.000"></testcase> |
| 408 | <testcase classname="application" name="TestVoltApplication_ActivateService/GetDeviceFromPort_error" time="0.000"></testcase> |
vinokuma | 02fbfd0 | 2023-07-05 15:23:33 +0530 | [diff] [blame] | 409 | <testcase classname="application" name="TestVoltApplication_ActivateService/deviceID_!=_device.Name" time="0.000"></testcase> |
| 410 | <testcase classname="application" name="TestVoltApplication_ActivateService/sVlan_!=_of.VlanNone_&&_sVlan_!=_vs.SVlan" time="0.000"></testcase> |
vinokuma | f7605fc | 2023-06-02 18:08:01 +0530 | [diff] [blame] | 411 | <testcase classname="application" name="TestVoltApplication_GetProgrammedSubscribers" time="0.000"></testcase> |
| 412 | <testcase classname="application" name="TestVoltApplication_GetProgrammedSubscribers/VoltApplication_GetProgrammedSubscribers" time="0.000"></testcase> |
| 413 | <testcase classname="application" name="TestVoltApplication_GetProgrammedSubscribers/portNo_nil" time="0.000"></testcase> |
| 414 | <testcase classname="application" name="TestVoltApplication_GetProgrammedSubscribers/deviceID_nil" time="0.000"></testcase> |
| 415 | <testcase classname="application" name="TestVoltService_JSONMarshal" time="0.000"></testcase> |
| 416 | <testcase classname="application" name="TestVoltService_JSONMarshal/VoltService_JSONMarshal" time="0.000"></testcase> |
| 417 | <testcase classname="application" name="TestVoltService_triggerServiceInProgressInd" time="0.000"></testcase> |
| 418 | <testcase classname="application" name="TestVoltService_triggerServiceInProgressInd/VoltService_triggerServiceInProgressInd" time="0.000"></testcase> |
| 419 | <testcase classname="application" name="TestVoltService_TriggerAssociatedFlowDelete" time="0.000"></testcase> |
| 420 | <testcase classname="application" name="TestVoltService_TriggerAssociatedFlowDelete/VoltService_TriggerAssociatedFlowDelete" time="0.000"></testcase> |
| 421 | <testcase classname="application" name="TestVoltService_TriggerAssociatedFlowDelete/cookieList_nil" time="0.000"></testcase> |
vinokuma | 703a70b | 2023-07-17 10:06:43 +0530 | [diff] [blame] | 422 | <testcase classname="application" name="TestVoltApplication_DeepEqualServicecfg" time="0.000"></testcase> |
vinokuma | f7605fc | 2023-06-02 18:08:01 +0530 | [diff] [blame] | 423 | <testcase classname="application" name="TestVoltApplication_DeepEqualServicecfg/VoltApplication_DeepEqualServicecfg" time="0.000"></testcase> |
| 424 | <testcase classname="application" name="TestVoltApplication_DeepEqualServicecfg/nvs.Name_!=_evs.Name" time="0.000"></testcase> |
| 425 | <testcase classname="application" name="TestVoltApplication_DeepEqualServicecfg/nvs.UniVlan_!=_evs.UniVlan" time="0.000"></testcase> |
| 426 | <testcase classname="application" name="TestVoltApplication_DeepEqualServicecfg/nvs.CVlan_!=_evs.CVlan" time="0.000"></testcase> |
| 427 | <testcase classname="application" name="TestVoltApplication_DeepEqualServicecfg/nvs.SVlan_!=_evs.SVlan" time="0.000"></testcase> |
| 428 | <testcase classname="application" name="TestVoltApplication_DeepEqualServicecfg/nvs.SVlanTpid_!=_0" time="0.000"></testcase> |
| 429 | <testcase classname="application" name="TestVoltApplication_DeepEqualServicecfg/nvs.Pbits_!=_evs.Pbits" time="0.000"></testcase> |
| 430 | <testcase classname="application" name="TestVoltApplication_DeepEqualServicecfg/nvs.DsRemarkPbitsMap_!=_evs.DsRemarkPbitsMap" time="0.000"></testcase> |
| 431 | <testcase classname="application" name="TestVoltApplication_DeepEqualServicecfg/nvs.TechProfileID_!=_evs.TechProfileID" time="0.000"></testcase> |
| 432 | <testcase classname="application" name="TestVoltApplication_DeepEqualServicecfg/nvs.CircuitID_!=_evs.CircuitID" time="0.000"></testcase> |
| 433 | <testcase classname="application" name="TestVoltApplication_DeepEqualServicecfg/nvs.RemoteID_!=_evs.RemoteID" time="0.000"></testcase> |
| 434 | <testcase classname="application" name="TestVoltApplication_DeepEqualServicecfg/nvs.Port_!=_evs.Port" time="0.000"></testcase> |
| 435 | <testcase classname="application" name="TestVoltApplication_DeepEqualServicecfg/nvs.PonPort_!=_evs.PonPort" time="0.000"></testcase> |
| 436 | <testcase classname="application" name="TestVoltApplication_DeepEqualServicecfg/evs.MacLearning_==_MacLearningNone" time="0.000"></testcase> |
| 437 | <testcase classname="application" name="TestVoltApplication_DeepEqualServicecfg/nvs.IgmpEnabled_!=_evs.IgmpEnabled" time="0.000"></testcase> |
| 438 | <testcase classname="application" name="TestVoltApplication_DeepEqualServicecfg/nvs.McastService_!=_evs.McastService" time="0.000"></testcase> |
| 439 | <testcase classname="application" name="TestVoltApplication_DeepEqualServicecfg/nvs.ONTEtherTypeClassification_!=_evs.ONTEtherTypeClassification" time="0.000"></testcase> |
| 440 | <testcase classname="application" name="TestVoltApplication_DeepEqualServicecfg/nvs.UsMeterProfile_!=_evs.UsMeterProfile" time="0.000"></testcase> |
| 441 | <testcase classname="application" name="TestVoltApplication_DeepEqualServicecfg/nvs.DsMeterProfile_!=_evs.DsMeterProfile" time="0.000"></testcase> |
| 442 | <testcase classname="application" name="TestVoltApplication_DeepEqualServicecfg/nvs.AggDsMeterProfile_!=_evs.AggDsMeterProfile" time="0.000"></testcase> |
| 443 | <testcase classname="application" name="TestVoltApplication_DeepEqualServicecfg/nvs.VnetID_!=_evs.VnetID" time="0.000"></testcase> |
| 444 | <testcase classname="application" name="TestVoltApplication_DeepEqualServicecfg/nvs.MvlanProfileName_!=_evs.MvlanProfileName" time="0.000"></testcase> |
| 445 | <testcase classname="application" name="TestVoltApplication_DeepEqualServicecfg/nvs.RemoteIDType_!=_evs.RemoteIDType" time="0.000"></testcase> |
| 446 | <testcase classname="application" name="TestVoltApplication_DeepEqualServicecfg/nvs.SchedID_!=_evs.SchedID" time="0.000"></testcase> |
| 447 | <testcase classname="application" name="TestVoltApplication_DeepEqualServicecfg/nvs.AllowTransparent_!=_evs.AllowTransparent" time="0.000"></testcase> |
| 448 | <testcase classname="application" name="TestVoltApplication_DeepEqualServicecfg/nvs.EnableMulticastKPI_!=_evs.EnableMulticastKPI" time="0.000"></testcase> |
| 449 | <testcase classname="application" name="TestVoltApplication_DeepEqualServicecfg/nvs.DataRateAttr_!=_evs.DataRateAttr" time="0.000"></testcase> |
| 450 | <testcase classname="application" name="TestVoltApplication_DeepEqualServicecfg/nvs.MinDataRateUs_!=_evs.MinDataRateUs" time="0.000"></testcase> |
| 451 | <testcase classname="application" name="TestVoltApplication_DeepEqualServicecfg/nvs.MinDataRateDs_!=_evs.MinDataRateDs" time="0.000"></testcase> |
| 452 | <testcase classname="application" name="TestVoltApplication_DeepEqualServicecfg/nvs.MaxDataRateUs_!=_evs.MaxDataRateUs" time="0.000"></testcase> |
| 453 | <testcase classname="application" name="TestVoltApplication_DeepEqualServicecfg/nvs.MaxDataRateDs_!=_evs.MaxDataRateDs" time="0.000"></testcase> |
vinokuma | 02fbfd0 | 2023-07-05 15:23:33 +0530 | [diff] [blame] | 454 | <testcase classname="application" name="TestVoltApplication_DeepEqualServicecfg/nvs.IsOption82Enabled_!=_evs.IsOption82Enabled" time="0.000"></testcase> |
| 455 | <testcase classname="application" name="Test_forceUpdateAllServices" time="0.000"></testcase> |
| 456 | <testcase classname="application" name="Test_forceUpdateAllServices/forceUpdateAllServices" time="0.000"></testcase> |
| 457 | <testcase classname="application" name="TestVoltService_updateVnetProfile" time="0.000"></testcase> |
| 458 | <testcase classname="application" name="TestVoltService_updateVnetProfile/DeleteInProgress_true" time="0.000"></testcase> |
| 459 | <testcase classname="application" name="TestVoltService_updateVnetProfile/metadata_nil" time="0.000"></testcase> |
| 460 | <testcase classname="application" name="TestMigrateServicesRequest_serviceMigrated" time="0.000"></testcase> |
| 461 | <testcase classname="application" name="TestMigrateServicesRequest_serviceMigrated/ServicesList_nil" time="0.000"></testcase> |
| 462 | <testcase classname="application" name="TestVoltApplication_TriggerPendingMigrateServicesReq" time="0.000"></testcase> |
| 463 | <testcase classname="application" name="TestVoltApplication_TriggerPendingMigrateServicesReq/VoltApplication_TriggerPendingMigrateServicesReq" time="0.000"></testcase> |
| 464 | <testcase classname="application" name="TestVoltApplication_FetchAndProcessAllMigrateServicesReq" time="0.000"></testcase> |
| 465 | <testcase classname="application" name="TestVoltApplication_FetchAndProcessAllMigrateServicesReq/invalid_value_type" time="0.000"></testcase> |
| 466 | <testcase classname="application" name="TestVoltApplication_createMigrateServicesFromString" time="0.000"></testcase> |
| 467 | <testcase classname="application" name="TestVoltApplication_createMigrateServicesFromString/Unmarshal_error" time="0.000"></testcase> |
| 468 | <testcase classname="application" name="TestVoltApplication_getMigrateServicesRequest" time="0.000"></testcase> |
| 469 | <testcase classname="application" name="TestVoltApplication_getMigrateServicesRequest/GetDevice_nil" time="0.000"></testcase> |
| 470 | <testcase classname="application" name="TestVoltDevice_AddMigratingServices" time="0.000"></testcase> |
| 471 | <testcase classname="application" name="TestVoltDevice_AddMigratingServices/MigratingServices_Get_nil" time="0.000"></testcase> |
| 472 | <testcase classname="application" name="TestMigrateServicesRequest_ProcessMigrateServicesProfRequest" time="0.000"></testcase> |
| 473 | <testcase classname="application" name="TestMigrateServicesRequest_ProcessMigrateServicesProfRequest/ServicesList_true" time="0.000"></testcase> |
| 474 | <testcase classname="application" name="TestMigrateServicesRequest_ProcessMigrateServicesProfRequest/ServicesList_false" time="0.000"></testcase> |
| 475 | <testcase classname="application" name="TestMigrateServicesRequest_ProcessMigrateServicesProfRequest/GetVnetByPort_nil" time="0.000"></testcase> |
| 476 | <testcase classname="application" name="TestMigrateServicesRequest_ProcessMigrateServicesProfRequest/UsHSIAFlowsApplied_true" time="0.000"></testcase> |
| 477 | <testcase classname="application" name="TestMigrateServicesRequest_ProcessMigrateServicesProfRequest/ServiceByName_nil" time="0.000"></testcase> |
| 478 | <testcase classname="application" name="TestVoltApplication_MigrateServices" time="0.000"></testcase> |
| 479 | <testcase classname="application" name="TestVoltApplication_MigrateServices/VoltApplication_MigrateServices" time="0.000"></testcase> |
| 480 | <testcase classname="application" name="TestVoltApplication_MigrateServices/Old_Vnet_Id_not_found" time="0.000"></testcase> |
| 481 | <testcase classname="application" name="TestVoltApplication_MigrateServices/New_Vnet_Id_not_found" time="0.000"></testcase> |
| 482 | <testcase classname="application" name="TestMigrateServicesRequest_WriteToDB" time="0.000"></testcase> |
| 483 | <testcase classname="application" name="TestMigrateServicesRequest_WriteToDB/PutMigrateServicesReq_error" time="0.000"></testcase> |
| 484 | <testcase classname="application" name="TestVoltService_MatchesVlans" time="0.000"></testcase> |
| 485 | <testcase classname="application" name="TestVoltService_MatchesVlans/vlans_nil" time="0.000"></testcase> |
| 486 | <testcase classname="application" name="TestVoltService_MatchesVlans/MatchesVlans" time="0.000"></testcase> |
| 487 | <testcase classname="application" name="TestVoltService_MatchesVlans/vlans[0]_!=_vs.CVlan" time="0.000"></testcase> |
| 488 | <testcase classname="application" name="TestVoltService_MatchesPbits" time="0.000"></testcase> |
| 489 | <testcase classname="application" name="TestVoltService_MatchesPbits/VoltService_MatchesPbits" time="0.000"></testcase> |
| 490 | <testcase classname="application" name="TestVoltService_MatchesPbits/PbitType_nil" time="0.000"></testcase> |
| 491 | <testcase classname="application" name="TestVoltApplication_DelServiceWithPrefix" time="0.000"></testcase> |
| 492 | <testcase classname="application" name="TestVoltApplication_DelServiceWithPrefix/VoltApplication_DelServiceWithPrefix" time="0.000"></testcase> |
| 493 | <testcase classname="application" name="TestVoltService_FlowInstallFailure" time="0.000"></testcase> |
| 494 | <testcase classname="application" name="TestVoltService_FlowInstallFailure/VoltService_FlowInstallFailure" time="0.000"></testcase> |
| 495 | <testcase classname="application" name="TestVoltService_FlowInstallFailure/PendingFlows[cookie]_false" time="0.000"></testcase> |
| 496 | <testcase classname="application" name="TestVoltService_FlowRemoveSuccess" time="0.000"></testcase> |
| 497 | <testcase classname="application" name="TestVoltService_FlowRemoveSuccess/GetDevice_!=_nil" time="0.000"></testcase> |
| 498 | <testcase classname="application" name="TestVoltService_setDSMatchActionVlanT0" time="0.000"></testcase> |
| 499 | <testcase classname="application" name="TestVoltService_setDSMatchActionVlanT0/VlanControl:_ONUCVlanOLTSVlan" time="0.000"></testcase> |
| 500 | <testcase classname="application" name="TestVoltService_setDSMatchActionVlanT0/VlanControl:_OLTCVlanOLTSVlan" time="0.000"></testcase> |
| 501 | <testcase classname="application" name="TestVoltService_setDSMatchActionVlanT0/VlanControl:_ONUCVlan" time="0.000"></testcase> |
| 502 | <testcase classname="application" name="TestVoltService_setDSMatchActionVlanT0/VlanControl:_OLTSVlan" time="0.000"></testcase> |
| 503 | <testcase classname="application" name="TestVoltService_setDSMatchActionVlanT0/VlanControl:_OLTSVlan_&&_UniVlan_!=_of.VlanAny" time="0.000"></testcase> |
| 504 | <testcase classname="application" name="TestVoltService_setDSMatchActionVlanT0/invalid_VlanControl" time="0.000"></testcase> |
| 505 | <testcase classname="application" name="TestVoltService_setUSMatchActionVlanT1" time="0.000"></testcase> |
| 506 | <testcase classname="application" name="TestVoltService_setUSMatchActionVlanT1/VlanControl:_ONUCVlanOLTSVlan" time="0.000"></testcase> |
| 507 | <testcase classname="application" name="TestVoltService_setUSMatchActionVlanT1/VlanControl:_OLTCVlanOLTSVlan" time="0.000"></testcase> |
| 508 | <testcase classname="application" name="TestVoltService_setUSMatchActionVlanT1/VlanControl:_ONUCVlan" time="0.000"></testcase> |
| 509 | <testcase classname="application" name="TestVoltService_setUSMatchActionVlanT1/VlanControl:_OLTSVlan" time="0.000"></testcase> |
| 510 | <testcase classname="application" name="TestVoltService_setUSMatchActionVlanT1/VlanControl:_OLTSVlan_vs.UniVlan_!=_of.VlanAny_&&_vs.UniVlan_!=_of.VlanNone" time="0.000"></testcase> |
| 511 | <testcase classname="application" name="TestVoltService_setUSMatchActionVlanT1/VlanControl:_OLTSVlan_vs.UniVlan_==_of.VlanNone" time="0.000"></testcase> |
| 512 | <testcase classname="application" name="TestVoltService_setUSMatchActionVlanT1/VlanControl:_default" time="0.000"></testcase> |
| 513 | <testcase classname="application" name="TestVoltService_setUSMatchActionVlanT0" time="0.000"></testcase> |
| 514 | <testcase classname="application" name="TestVoltService_setUSMatchActionVlanT0/vs.VlanControl:_ONUCVlanOLTSVlan" time="0.000"></testcase> |
| 515 | <testcase classname="application" name="TestVoltService_setUSMatchActionVlanT0/vs.VlanControl:_ONUCVlanOLTSVlan_vs.UniVlan_==_of.VlanNone" time="0.000"></testcase> |
| 516 | <testcase classname="application" name="TestVoltService_setUSMatchActionVlanT0/vs.VlanControl:_OLTCVlanOLTSVlan" time="0.000"></testcase> |
| 517 | <testcase classname="application" name="TestVoltService_setUSMatchActionVlanT0/vs.VlanControl:_ONUCVlan" time="0.000"></testcase> |
| 518 | <testcase classname="application" name="TestVoltService_setUSMatchActionVlanT0/vs.VlanControl:_ONUCVlan_vs.UniVlan_==_of.VlanNone" time="0.000"></testcase> |
| 519 | <testcase classname="application" name="TestVoltService_setUSMatchActionVlanT0/vs.VlanControl:_OLTSVlan" time="0.000"></testcase> |
| 520 | <testcase classname="application" name="TestVoltService_setDSMatchActionVlanT1" time="0.000"></testcase> |
| 521 | <testcase classname="application" name="TestVoltService_setDSMatchActionVlanT1/vs.VlanControl:_ONUCVlanOLTSVlan" time="0.000"></testcase> |
| 522 | <testcase classname="application" name="TestVoltService_setDSMatchActionVlanT1/vs.VlanControl:_ONUCVlanOLTSVlan_vs.UniVlan_==_of.VlanNone" time="0.000"></testcase> |
| 523 | <testcase classname="application" name="TestVoltService_setDSMatchActionVlanT1/vs.VlanControl:_OLTCVlanOLTSVlan" time="0.000"></testcase> |
| 524 | <testcase classname="application" name="TestVoltService_setDSMatchActionVlanT1/vs.VlanControl:_ONUCVlan" time="0.000"></testcase> |
| 525 | <testcase classname="application" name="TestVoltService_setDSMatchActionVlanT1/vs.VlanControl:_ONUCVlan_vs.UniVlan_==_of.VlanNone" time="0.000"></testcase> |
| 526 | <testcase classname="application" name="TestVoltService_setDSMatchActionVlanT1/vs.VlanControl:_OLTSVlan" time="0.000"></testcase> |
| 527 | <testcase classname="application" name="TestVoltService_setDSMatchActionVlanT1/vs.VlanControl:_default" time="0.000"></testcase> |
| 528 | <testcase classname="application" name="TestVoltService_SetIpv6Addr" time="0.000"></testcase> |
| 529 | <testcase classname="application" name="TestVoltService_SetIpv6Addr/SetIpv6Addr" time="0.000"></testcase> |
| 530 | <testcase classname="application" name="TestVoltService_SetIpv4Addr" time="0.000"></testcase> |
| 531 | <testcase classname="application" name="TestVoltService_SetIpv4Addr/VoltService_SetIpv4Addr" time="0.000"></testcase> |
| 532 | <testcase classname="application" name="TestVoltService_SetMacAddr" time="0.000"></testcase> |
| 533 | <testcase classname="application" name="TestVoltService_SetMacAddr/VoltService_SetMacAddr" time="0.000"></testcase> |
| 534 | <testcase classname="application" name="TestVoltService_GetCircuitID" time="0.000"></testcase> |
| 535 | <testcase classname="application" name="TestVoltService_GetCircuitID/VoltService_GetCircuitID" time="0.000"></testcase> |
| 536 | <testcase classname="application" name="TestVoltService_GetRemoteID" time="0.000"></testcase> |
| 537 | <testcase classname="application" name="TestVoltService_GetRemoteID/VoltService_GetRemoteID" time="0.000"></testcase> |
| 538 | <testcase classname="application" name="TestVoltService_IPAssigned" time="0.000"></testcase> |
| 539 | <testcase classname="application" name="TestVoltService_IPAssigned/VoltService_IPAssigned" time="0.000"></testcase> |
vinokuma | 703a70b | 2023-07-17 10:06:43 +0530 | [diff] [blame] | 540 | <testcase classname="application" name="TestGetMetadataForL2Protocol" time="0.000"></testcase> |
| 541 | <testcase classname="application" name="TestGetMetadataForL2Protocol/EthernetTypeDot1QDoubleTag" time="0.000"></testcase> |
| 542 | <testcase classname="application" name="TestGetMetadataForL2Protocol/EthernetTypeQinQDoubleTag" time="0.000"></testcase> |
| 543 | <testcase classname="application" name="Test_convertToUInt64" time="0.000"></testcase> |
| 544 | <testcase classname="application" name="Test_convertToUInt64/ParseUint_error" time="0.000"></testcase> |
| 545 | <testcase classname="application" name="TestVoltPortVnet_JSONMarshal" time="0.000"></testcase> |
| 546 | <testcase classname="application" name="TestVoltPortVnet_JSONMarshal/VoltPortVnet_JSONMarshal" time="0.000"></testcase> |
| 547 | <testcase classname="application" name="TestVoltPortVnet_IsServiceActivated" time="0.000"></testcase> |
| 548 | <testcase classname="application" name="TestVoltPortVnet_IsServiceActivated/VoltPortVnet_IsServiceActivated" time="0.000"></testcase> |
| 549 | <testcase classname="application" name="TestVoltVnet_JSONMarshal" time="0.000"></testcase> |
| 550 | <testcase classname="application" name="TestVoltVnet_JSONMarshal/VoltVnet_JSONMarshal" time="0.000"></testcase> |
| 551 | <testcase classname="application" name="TestVoltVnet_TriggerAssociatedFlowDelete" time="0.000"></testcase> |
| 552 | <testcase classname="application" name="TestVoltVnet_TriggerAssociatedFlowDelete/VoltVnet_TriggerAssociatedFlowDelete" time="0.000"></testcase> |
| 553 | <testcase classname="application" name="TestVoltVnet_TriggerAssociatedFlowDelete/cookieList_empty" time="0.000"></testcase> |
| 554 | <testcase classname="application" name="TestVoltApplication_GetMatchingMcastService" time="0.000"></testcase> |
| 555 | <testcase classname="application" name="TestVoltApplication_GetMatchingMcastService/VoltApplication_GetMatchingMcastService" time="0.000"></testcase> |
| 556 | <testcase classname="application" name="TestVoltApplication_GetMatchingMcastService/dIntf_error" time="0.000"></testcase> |
| 557 | <testcase classname="application" name="TestVoltApplication_GetMatchingMcastService/port_==_d.NniPort" time="0.000"></testcase> |
| 558 | <testcase classname="application" name="TestVoltApplication_GetMatchingMcastService/vnets_error" time="0.000"></testcase> |
| 559 | <testcase classname="application" name="TestVoltPortVnet_IgmpFlowInstallFailure" time="0.000"></testcase> |
| 560 | <testcase classname="application" name="TestVoltPortVnet_IgmpFlowInstallFailure/VoltPortVnet_IgmpFlowInstallFailure" time="0.000"></testcase> |
| 561 | <testcase classname="application" name="TestVoltVnet_FlowRemoveFailure" time="0.000"></testcase> |
| 562 | <testcase classname="application" name="TestVoltVnet_FlowRemoveFailure/VoltVnet_FlowRemoveFailure" time="0.000"></testcase> |
| 563 | <testcase classname="application" name="TestVoltVnet_FlowRemoveFailure/mismatch_cookie" time="0.000"></testcase> |
| 564 | <testcase classname="application" name="TestVoltVnet_FlowRemoveSuccess" time="0.000"></testcase> |
| 565 | <testcase classname="application" name="TestVoltVnet_FlowRemoveSuccess/VoltVnet_FlowRemoveSuccess" time="0.000"></testcase> |
| 566 | <testcase classname="application" name="TestVoltPortVnet_FlowRemoveFailure" time="0.000"></testcase> |
| 567 | <testcase classname="application" name="TestVoltPortVnet_FlowRemoveFailure/VoltPortVnet_FlowRemoveFailure" time="0.000"></testcase> |
| 568 | <testcase classname="application" name="TestVoltPortVnet_FlowRemoveFailure/DeleteInProgress_false" time="0.000"></testcase> |
| 569 | <testcase classname="application" name="TestVoltPortVnet_PushFlows" time="0.000"></testcase> |
| 570 | <testcase classname="application" name="TestVoltPortVnet_PushFlows/VoltPortVnet_PushFlows" time="0.000"></testcase> |
| 571 | <testcase classname="application" name="TestVoltPortVnet_isVlanMatching" time="0.000"></testcase> |
| 572 | <testcase classname="application" name="TestVoltPortVnet_isVlanMatching/VoltPortVnet_isVlanMatching" time="0.000"></testcase> |
| 573 | <testcase classname="application" name="TestVoltPortVnet_isVlanMatching/vpv.VlanControl_nil" time="0.000"></testcase> |
| 574 | <testcase classname="application" name="TestProcessIcmpv6McGroup" time="0.000"></testcase> |
| 575 | <testcase classname="application" name="TestProcessIcmpv6McGroup/TestProcessIcmpv6McGroup" time="0.000"></testcase> |
| 576 | <testcase classname="application" name="TestVoltVnet_setPbitRemarking" time="0.000"></testcase> |
| 577 | <testcase classname="application" name="TestVoltVnet_setPbitRemarking/VoltVnet_setPbitRemarking" time="0.000"></testcase> |
| 578 | <testcase classname="application" name="TestBuildDSArpFlow" time="0.000"></testcase> |
| 579 | <testcase classname="application" name="TestBuildDSArpFlow/BuildDSArpFlow" time="0.000"></testcase> |
| 580 | <testcase classname="application" name="TestBuildICMPv6Flow" time="0.000"></testcase> |
| 581 | <testcase classname="application" name="TestBuildICMPv6Flow/BuildICMPv6Flow" time="0.000"></testcase> |
| 582 | <testcase classname="application" name="TestVoltApplication_DeleteDevFlowForVlanFromDevice" time="0.000"></testcase> |
| 583 | <testcase classname="application" name="TestVoltApplication_DeleteDevFlowForVlanFromDevice/device.SerialNum_!=_deviceSerialNum" time="0.000"></testcase> |
| 584 | <testcase classname="application" name="TestVoltApplication_DeleteDevFlowForVlanFromDevice/VoltApplication_DeleteDevFlowForVlanFromDevice" time="0.000"></testcase> |
vinokuma | 04dc9f8 | 2023-07-31 15:47:49 +0530 | [diff] [blame] | 585 | <testcase classname="application" name="TestVoltApplication_RestoreVnetsFromDb" time="0.000"></testcase> |
| 586 | <testcase classname="application" name="TestVoltApplication_RestoreVnetsFromDb/VoltApplication_RestoreVnetsFromDb" time="0.000"></testcase> |
| 587 | <testcase classname="application" name="TestVoltApplication_DeleteDevFlowForDevice" time="0.000"></testcase> |
| 588 | <testcase classname="application" name="TestVoltApplication_DeleteDevFlowForDevice/VoltApplication_DeleteDevFlowForDevice" time="0.000"></testcase> |
| 589 | <testcase classname="application" name="TestVoltApplication_DelVnetFromPort" time="0.000"></testcase> |
| 590 | <testcase classname="application" name="TestVoltApplication_DelVnetFromPort/VoltApplication_DelVnetFromPort" time="0.000"></testcase> |
| 591 | <testcase classname="application" name="TestVoltApplication_PushDevFlowForVlan" time="0.000"></testcase> |
| 592 | <testcase classname="application" name="TestVoltApplication_PushDevFlowForVlan/VoltApplication_PushDevFlowForVlan" time="0.000"></testcase> |
| 593 | <testcase classname="application" name="TestVoltApplication_PushDevFlowForDevice" time="0.000"></testcase> |
| 594 | <testcase classname="application" name="TestVoltApplication_PushDevFlowForDevice/device.ConfiguredVlanForDeviceFlows_is_ok" time="0.000"></testcase> |
| 595 | <testcase classname="application" name="TestVoltApplication_PushDevFlowForDevice/device.VlanPortStatus_is_false" time="0.000"></testcase> |
| 596 | <testcase classname="application" name="TestVoltApplication_PushDevFlowForDevice/device.VlanPortStatus_is_true" time="0.000"></testcase> |
vinokuma | f7605fc | 2023-06-02 18:08:01 +0530 | [diff] [blame] | 597 | </testsuite> |
Akash Soni | d36d23b | 2023-08-18 12:51:40 +0530 | [diff] [blame] | 598 | <testsuite tests="95" failures="0" time="0.146" name="voltha-go-controller/internal/pkg/controller"> |
vinokuma | f7605fc | 2023-06-02 18:08:01 +0530 | [diff] [blame] | 599 | <properties> |
| 600 | <property name="go.version" value="go1.16.3"></property> |
Akash Soni | d36d23b | 2023-08-18 12:51:40 +0530 | [diff] [blame] | 601 | <property name="coverage.statements.pct" value="35.6"></property> |
vinokuma | f7605fc | 2023-06-02 18:08:01 +0530 | [diff] [blame] | 602 | </properties> |
Akash Soni | d36d23b | 2023-08-18 12:51:40 +0530 | [diff] [blame] | 603 | <testcase classname="controller" name="Test_isFlowOperSuccess" time="0.000"></testcase> |
vinokuma | f7605fc | 2023-06-02 18:08:01 +0530 | [diff] [blame] | 604 | <testcase classname="controller" name="Test_isFlowOperSuccess/test" time="0.000"></testcase> |
vinokuma | 04dc9f8 | 2023-07-31 15:47:49 +0530 | [diff] [blame] | 605 | <testcase classname="controller" name="TestAddFlowsTask_Start" time="0.000"></testcase> |
| 606 | <testcase classname="controller" name="TestAddFlowsTask_Start/AddFlowsTask_Start" time="0.000"></testcase> |
| 607 | <testcase classname="controller" name="TestAddFlowsTask_Start/DeleteFlowsTask_Start" time="0.000"></testcase> |
| 608 | <testcase classname="controller" name="TestNewAddFlowsTask" time="0.000"></testcase> |
| 609 | <testcase classname="controller" name="TestNewAddFlowsTask/NewAddFlowsTask" time="0.000"></testcase> |
| 610 | <testcase classname="controller" name="TestAuditDevice_DelExcessPorts" time="0.000"></testcase> |
| 611 | <testcase classname="controller" name="TestAuditDevice_DelExcessPorts/AddFlowsTask_Start" time="0.000"></testcase> |
| 612 | <testcase classname="controller" name="TestAuditDevice_Start" time="0.000"></testcase> |
| 613 | <testcase classname="controller" name="TestAuditDevice_Start/AddFlowsTask_Start" time="0.000"></testcase> |
Akash Soni | d36d23b | 2023-08-18 12:51:40 +0530 | [diff] [blame] | 614 | <testcase classname="controller" name="TestNewController" time="0.000"></testcase> |
| 615 | <testcase classname="controller" name="TestNewController/TestNewController" time="0.000"></testcase> |
| 616 | <testcase classname="controller" name="TestVoltController_DelDevice" time="0.000"></testcase> |
| 617 | <testcase classname="controller" name="TestVoltController_DelDevice/DelDevice" time="0.000"></testcase> |
| 618 | <testcase classname="controller" name="TestVoltController_AddFlows" time="0.000"></testcase> |
| 619 | <testcase classname="controller" name="TestVoltController_AddFlows/AddFlows" time="0.000"></testcase> |
| 620 | <testcase classname="controller" name="TestVoltController_DelFlows" time="0.000"></testcase> |
| 621 | <testcase classname="controller" name="TestVoltController_DelFlows/DelFlows" time="0.000"></testcase> |
| 622 | <testcase classname="controller" name="TestVoltController_GetGroups" time="0.000"></testcase> |
| 623 | <testcase classname="controller" name="TestVoltController_GetGroups/VoltController_GetGroups" time="0.000"></testcase> |
| 624 | <testcase classname="controller" name="TestVoltController_GetGroups/GetGroups_Not-Found" time="0.000"></testcase> |
| 625 | <testcase classname="controller" name="TestVoltController_GetGroupList" time="0.000"></testcase> |
| 626 | <testcase classname="controller" name="TestVoltController_GetGroupList/VoltController_GetGroups" time="0.000"></testcase> |
| 627 | <testcase classname="controller" name="TestVoltController_GetMeterInfo" time="0.000"></testcase> |
| 628 | <testcase classname="controller" name="TestVoltController_GetMeterInfo/VoltController_GetMeterInfo" time="0.000"></testcase> |
| 629 | <testcase classname="controller" name="TestVoltController_GetMeterInfo/Not_Found_Error" time="0.000"></testcase> |
| 630 | <testcase classname="controller" name="TestVoltController_GetAllMeterInfo" time="0.000"></testcase> |
| 631 | <testcase classname="controller" name="TestVoltController_GetAllMeterInfo/VoltController_GetMeterInfo" time="0.000"></testcase> |
| 632 | <testcase classname="controller" name="TestVoltController_GetAllPendingFlows" time="0.000"></testcase> |
| 633 | <testcase classname="controller" name="TestVoltController_GetAllPendingFlows/GetAllPendingFlows" time="0.000"></testcase> |
| 634 | <testcase classname="controller" name="TestVoltController_GetAllPendingFlows/GetFlows_with_DeviceID" time="0.000"></testcase> |
| 635 | <testcase classname="controller" name="TestVoltController_GetAllPendingFlows/GetFlows_with_DeviceID_NOT_FOUND" time="0.000"></testcase> |
| 636 | <testcase classname="controller" name="TestVoltController_GetAllPendingFlows/GetFlow_with_DeviceID_and_cookie" time="0.000"></testcase> |
| 637 | <testcase classname="controller" name="TestVoltController_GetAllPendingFlows/GetFlow_with_DeviceID_and_cookie_NOT_FOUND" time="0.000"></testcase> |
| 638 | <testcase classname="controller" name="TestVoltController_GetTaskList" time="0.000"></testcase> |
| 639 | <testcase classname="controller" name="TestVoltController_GetTaskList/GetTaskList" time="0.000"></testcase> |
| 640 | <testcase classname="controller" name="TestVoltController_GetTaskList/GetTaskList_Device_Not_found" time="0.000"></testcase> |
| 641 | <testcase classname="controller" name="TestVoltController_GetPortState" time="0.000"></testcase> |
| 642 | <testcase classname="controller" name="TestVoltController_GetPortState/GetPortState" time="0.000"></testcase> |
| 643 | <testcase classname="controller" name="TestVoltController_GetPortState/GetPortState_Device_Not_found" time="0.000"></testcase> |
| 644 | <testcase classname="controller" name="TestVoltController_ModMeter" time="0.000"></testcase> |
| 645 | <testcase classname="controller" name="TestVoltController_ModMeter/ModMeter" time="0.000"></testcase> |
| 646 | <testcase classname="controller" name="TestVoltController_ModMeter/ModMeter_device_not_found" time="0.000"></testcase> |
| 647 | <testcase classname="controller" name="TestVoltController_ModMeter/ModMeter_port_not_found" time="0.000"></testcase> |
| 648 | <testcase classname="controller" name="TestVoltController_VPAgent" time="0.000"></testcase> |
| 649 | <testcase classname="controller" name="TestVoltController_VPAgent/VPAgent" time="0.000"></testcase> |
| 650 | <testcase classname="controller" name="TestVoltController_VPAgent/VPAgent_Error" time="0.000"></testcase> |
| 651 | <testcase classname="controller" name="TestVoltController_DeviceRebootInd" time="0.000"></testcase> |
| 652 | <testcase classname="controller" name="TestVoltController_DeviceRebootInd/VPAgent" time="0.000"></testcase> |
| 653 | <testcase classname="controller" name="TestVoltController_SetRebootInProgressForDevice" time="0.000"></testcase> |
| 654 | <testcase classname="controller" name="TestVoltController_SetRebootInProgressForDevice/SetRebootInProgressForDevice" time="0.000"></testcase> |
| 655 | <testcase classname="controller" name="TestVoltController_SetRebootInProgressForDevice/SetRebootInProgressForDevice_Error" time="0.000"></testcase> |
| 656 | <testcase classname="controller" name="TestVoltController_ReSetRebootInProgressForDevice" time="0.000"></testcase> |
| 657 | <testcase classname="controller" name="TestVoltController_ReSetRebootInProgressForDevice/ReSetRebootInProgressForDevice" time="0.000"></testcase> |
| 658 | <testcase classname="controller" name="TestNewDevicePort" time="0.020"></testcase> |
| 659 | <testcase classname="controller" name="TestNewDevicePort/NewDevicePort" time="0.000"></testcase> |
| 660 | <testcase classname="controller" name="TestDevice_UpdateFlows" time="0.000"></testcase> |
| 661 | <testcase classname="controller" name="TestDevice_UpdateFlows/Device_UpdateFlows" time="0.000"></testcase> |
| 662 | <testcase classname="controller" name="TestNewDevice" time="0.000"></testcase> |
| 663 | <testcase classname="controller" name="TestNewDevice/TestNewDevice" time="0.000"></testcase> |
| 664 | <testcase classname="controller" name="TestDevice_triggerFlowResultNotification" time="0.000"></testcase> |
| 665 | <testcase classname="controller" name="TestDevice_triggerFlowResultNotification/Device_triggerFlowResultNotification" time="0.000"></testcase> |
| 666 | <testcase classname="controller" name="TestDevice_ResetCache" time="0.000"></testcase> |
| 667 | <testcase classname="controller" name="TestDevice_ResetCache/Device_ResetCache" time="0.000"></testcase> |
| 668 | <testcase classname="controller" name="TestDevice_GetAllFlows" time="0.000"></testcase> |
| 669 | <testcase classname="controller" name="TestDevice_GetAllFlows/Device_GetAllFlows" time="0.000"></testcase> |
| 670 | <testcase classname="controller" name="TestModMeterTask_Start" time="0.000"></testcase> |
| 671 | <testcase classname="controller" name="TestModMeterTask_Start/mmt.command_==_of.MeterCommandAdd" time="0.000"></testcase> |
| 672 | <testcase classname="controller" name="TestNewModMeterTask" time="0.000"></testcase> |
| 673 | <testcase classname="controller" name="TestNewModMeterTask/NewModMeterTask" time="0.000"></testcase> |
| 674 | <testcase classname="controller" name="TestModMeterTask_Name" time="0.000"></testcase> |
| 675 | <testcase classname="controller" name="TestModMeterTask_Name/ModMeterTask_Name" time="0.000"></testcase> |
| 676 | <testcase classname="controller" name="TestModMeterTask_TaskID" time="0.000"></testcase> |
| 677 | <testcase classname="controller" name="TestModMeterTask_TaskID/ModMeterTask_TaskID" time="0.000"></testcase> |
| 678 | <testcase classname="controller" name="TestModMeterTask_Timestamp" time="0.000"></testcase> |
| 679 | <testcase classname="controller" name="TestModMeterTask_Timestamp/ModMeterTask_Timestamp" time="0.000"></testcase> |
| 680 | <testcase classname="controller" name="TestModMeterTask_Stop" time="0.000"></testcase> |
| 681 | <testcase classname="controller" name="TestModMeterTask_Stop/ModMeterTask_Stop" time="0.000"></testcase> |
vinokuma | 04dc9f8 | 2023-07-31 15:47:49 +0530 | [diff] [blame] | 682 | <testcase classname="controller" name="TestPendingProfilesTask_Start" time="0.000"></testcase> |
| 683 | <testcase classname="controller" name="TestPendingProfilesTask_Start/PendingProfilesTask_Start" time="0.000"></testcase> |
Akash Soni | d36d23b | 2023-08-18 12:51:40 +0530 | [diff] [blame] | 684 | <testcase classname="controller" name="TestNewPendingProfilesTask" time="0.000"></testcase> |
| 685 | <testcase classname="controller" name="TestNewPendingProfilesTask/NewPendingProfilesTask" time="0.000"></testcase> |
| 686 | <testcase classname="controller" name="TestPendingProfilesTask_Name" time="0.000"></testcase> |
| 687 | <testcase classname="controller" name="TestPendingProfilesTask_Name/PendingProfilesTask_Name" time="0.000"></testcase> |
| 688 | <testcase classname="controller" name="TestPendingProfilesTask_TaskID" time="0.000"></testcase> |
| 689 | <testcase classname="controller" name="TestPendingProfilesTask_TaskID/PendingProfilesTask_TaskID" time="0.000"></testcase> |
| 690 | <testcase classname="controller" name="TestPendingProfilesTask_Timestamp" time="0.000"></testcase> |
| 691 | <testcase classname="controller" name="TestPendingProfilesTask_Timestamp/PendingProfilesTask_Timestamp" time="0.000"></testcase> |
| 692 | <testcase classname="controller" name="TestPendingProfilesTask_Stop" time="0.000"></testcase> |
| 693 | <testcase classname="controller" name="TestPendingProfilesTask_Stop/PendingProfilesTask_Stop" time="0.000"></testcase> |
| 694 | <testcase classname="controller" name="TestPadString" time="0.000"></testcase> |
| 695 | <testcase classname="controller" name="TestPadString/PadString" time="0.000"></testcase> |
| 696 | <testcase classname="controller" name="TestGetXid" time="0.000"></testcase> |
| 697 | <testcase classname="controller" name="TestGetXid/GetXid" time="0.000"></testcase> |
vinokuma | f7605fc | 2023-06-02 18:08:01 +0530 | [diff] [blame] | 698 | </testsuite> |
Akash Soni | d36d23b | 2023-08-18 12:51:40 +0530 | [diff] [blame] | 699 | <testsuite tests="2" failures="0" time="0.081" name="voltha-go-controller/internal/pkg/of"> |
vinokuma | f7605fc | 2023-06-02 18:08:01 +0530 | [diff] [blame] | 700 | <properties> |
| 701 | <property name="go.version" value="go1.16.3"></property> |
| 702 | <property name="coverage.statements.pct" value="1.1"></property> |
| 703 | </properties> |
| 704 | <testcase classname="of" name="TestMatch_SetTableMetadata" time="0.000"></testcase> |
| 705 | <testcase classname="of" name="TestMatch_SetTableMetadata/test" time="0.000"></testcase> |
| 706 | </testsuite> |
Akash Soni | d36d23b | 2023-08-18 12:51:40 +0530 | [diff] [blame] | 707 | <testsuite tests="10" failures="0" time="0.021" name="voltha-go-controller/internal/pkg/tasks"> |
| 708 | <properties> |
| 709 | <property name="go.version" value="go1.16.3"></property> |
| 710 | <property name="coverage.statements.pct" value="70.4"></property> |
| 711 | </properties> |
| 712 | <testcase classname="tasks" name="TestNewTasks" time="0.000"></testcase> |
| 713 | <testcase classname="tasks" name="TestNewTasks/NewTasks" time="0.000"></testcase> |
| 714 | <testcase classname="tasks" name="TestTasks_CheckAndInitialize" time="0.000"></testcase> |
| 715 | <testcase classname="tasks" name="TestTasks_CheckAndInitialize/Tasks_CheckAndInitialize" time="0.000"></testcase> |
| 716 | <testcase classname="tasks" name="TestTasks_StopAll" time="0.000"></testcase> |
| 717 | <testcase classname="tasks" name="TestTasks_StopAll/Tasks_StopAll" time="0.000"></testcase> |
| 718 | <testcase classname="tasks" name="TestTasks_executeTasks" time="0.000"></testcase> |
| 719 | <testcase classname="tasks" name="TestTasks_executeTasks/Tasks_executeTasks" time="0.000"></testcase> |
| 720 | <testcase classname="tasks" name="TestTaskSet_Start" time="0.000"></testcase> |
| 721 | <testcase classname="tasks" name="TestTaskSet_Start/Tasks_TaskSet_Start" time="0.000"></testcase> |
| 722 | </testsuite> |
| 723 | <testsuite tests="4" failures="0" time="0.133" name="voltha-go-controller/internal/pkg/vpagent"> |
| 724 | <properties> |
| 725 | <property name="go.version" value="go1.16.3"></property> |
| 726 | <property name="coverage.statements.pct" value="4.2"></property> |
| 727 | </properties> |
| 728 | <testcase classname="vpagent" name="Test_isConnCanceled" time="0.000"></testcase> |
| 729 | <testcase classname="vpagent" name="Test_isConnCanceled/isConnCanceled" time="0.000"></testcase> |
| 730 | <testcase classname="vpagent" name="Test_isConnCanceled/error_nil" time="0.000"></testcase> |
| 731 | <testcase classname="vpagent" name="Test_isConnCanceled/the_client_connection_is_closing" time="0.000"></testcase> |
| 732 | </testsuite> |
| 733 | <testsuite tests="22" failures="0" time="0.030" name="voltha-go-controller/voltha-go-controller/nbi"> |
vinokuma | f7605fc | 2023-06-02 18:08:01 +0530 | [diff] [blame] | 734 | <properties> |
| 735 | <property name="go.version" value="go1.16.3"></property> |
vinokuma | 04dc9f8 | 2023-07-31 15:47:49 +0530 | [diff] [blame] | 736 | <property name="coverage.statements.pct" value="27.7"></property> |
vinokuma | f7605fc | 2023-06-02 18:08:01 +0530 | [diff] [blame] | 737 | </properties> |
vinokuma | 04dc9f8 | 2023-07-31 15:47:49 +0530 | [diff] [blame] | 738 | <testcase classname="nbi" name="TestProfileHandle_GetProfile" time="0.010"></testcase> |
Akash Soni | d36d23b | 2023-08-18 12:51:40 +0530 | [diff] [blame] | 739 | <testcase classname="nbi" name="TestProfileHandle_GetProfile/GetProfile" time="0.010"></testcase> |
vinokuma | f7605fc | 2023-06-02 18:08:01 +0530 | [diff] [blame] | 740 | <testcase classname="nbi" name="TestProfileHandle_DelProfile" time="0.000"></testcase> |
| 741 | <testcase classname="nbi" name="TestProfileHandle_DelProfile/DelProfile" time="0.000"></testcase> |
| 742 | <testcase classname="nbi" name="TestProfileHandle_AddProfile" time="0.000"></testcase> |
| 743 | <testcase classname="nbi" name="TestDeviceInfoHandle_ServeHTTP" time="0.000"></testcase> |
| 744 | <testcase classname="nbi" name="TestDeviceInfoHandle_ServeHTTP/DeviceInfoHandle_ServeHTTP" time="0.000"></testcase> |
| 745 | <testcase classname="nbi" name="TestGetDeviceInfoPositive" time="0.000"></testcase> |
| 746 | <testcase classname="nbi" name="TestGetDeviceInfoUnsupportedReq" time="0.000"></testcase> |
| 747 | <testcase classname="nbi" name="TestDHCPSessionInfoHandle_ServeHTTP" time="0.000"></testcase> |
| 748 | <testcase classname="nbi" name="TestDHCPSessionInfoHandle_ServeHTTP/DHCPSessionInfoHandle_ServeHTTP" time="0.000"></testcase> |
| 749 | <testcase classname="nbi" name="TestDeviceIDListHandle_ServeHTTP" time="0.000"></testcase> |
| 750 | <testcase classname="nbi" name="TestDeviceIDListHandle_ServeHTTP/DeviceIDListHandle_ServeHTTP" time="0.000"></testcase> |
| 751 | <testcase classname="nbi" name="TestDeviceIDListUnsupportedReq" time="0.000"></testcase> |
| 752 | <testcase classname="nbi" name="TestMulticastHandle_ServeHTTP" time="0.000"></testcase> |
| 753 | <testcase classname="nbi" name="TestMulticastHandle_ServeHTTP/MulticastHandle_ServeHTTP" time="0.000"></testcase> |
| 754 | <testcase classname="nbi" name="TestMulticastHandle_AddMvlanInfo" time="0.000"></testcase> |
| 755 | <testcase classname="nbi" name="TestMulticastHandle_AddMvlanInfo/AddMvlanInfo_unmarshal_error" time="0.000"></testcase> |
| 756 | <testcase classname="nbi" name="TestSubscriberHandle_DelSubscriberInfo" time="0.000"></testcase> |
| 757 | <testcase classname="nbi" name="TestSubscriberHandle_DelSubscriberInfo/SubscriberHandle_DelSubscriberInfo" time="0.000"></testcase> |
| 758 | <testcase classname="nbi" name="TestTaskListHandle_ServeHTTP" time="0.000"></testcase> |
| 759 | <testcase classname="nbi" name="TestTaskListHandle_ServeHTTP/GetTaskList_invalid_input" time="0.000"></testcase> |
| 760 | </testsuite> |
Akash Soni | d36d23b | 2023-08-18 12:51:40 +0530 | [diff] [blame] | 761 | <testsuite tests="24" failures="0" time="0.046" name="voltha-go-controller/voltha-go-controller/onos_nbi"> |
vinokuma | f7605fc | 2023-06-02 18:08:01 +0530 | [diff] [blame] | 762 | <properties> |
| 763 | <property name="go.version" value="go1.16.3"></property> |
Akash Soni | d36d23b | 2023-08-18 12:51:40 +0530 | [diff] [blame] | 764 | <property name="coverage.statements.pct" value="23.3"></property> |
vinokuma | f7605fc | 2023-06-02 18:08:01 +0530 | [diff] [blame] | 765 | </properties> |
vinokuma | 04dc9f8 | 2023-07-31 15:47:49 +0530 | [diff] [blame] | 766 | <testcase classname="onos_nbi" name="TestDeviceConfigHandle_ServeHTTP" time="0.000"></testcase> |
| 767 | <testcase classname="onos_nbi" name="TestDeviceConfigHandle_ServeHTTP/DeviceConfigHandle_ServeHTTP" time="0.000"></testcase> |
vinokuma | f7605fc | 2023-06-02 18:08:01 +0530 | [diff] [blame] | 768 | <testcase classname="onos_nbi" name="TestDeviceHandle_ServeHTTP" time="0.000"></testcase> |
| 769 | <testcase classname="onos_nbi" name="TestDeviceHandle_ServeHTTP/DeviceHandle_ServeHTTP" time="0.000"></testcase> |
| 770 | <testcase classname="onos_nbi" name="TestDevicePortHandle_ServeHTTP" time="0.000"></testcase> |
| 771 | <testcase classname="onos_nbi" name="TestDevicePortHandle_ServeHTTP/DevicePortHandle_ServeHTTP" time="0.000"></testcase> |
| 772 | <testcase classname="onos_nbi" name="TestDevicePortHandle_ServeHTTPWithDeviceID" time="0.000"></testcase> |
| 773 | <testcase classname="onos_nbi" name="TestDevicePortHandle_ServeHTTPWithDeviceID/DevicePortHandle_ServeHTTPWithDeviceID" time="0.000"></testcase> |
| 774 | <testcase classname="onos_nbi" name="TestDhcpRelayHandle_ServeHTTP" time="0.000"></testcase> |
| 775 | <testcase classname="onos_nbi" name="TestDhcpRelayHandle_ServeHTTP/DhcpRelayHandle_ServeHTTP" time="0.000"></testcase> |
| 776 | <testcase classname="onos_nbi" name="TestMacLearnerHandle_ServeHTTP" time="0.000"></testcase> |
| 777 | <testcase classname="onos_nbi" name="TestMacLearnerHandle_ServeHTTP/MacLearnerHandle_ServeHTTP" time="0.000"></testcase> |
| 778 | <testcase classname="onos_nbi" name="TestMacLearnerHandle_GetAllMacLearnerInfo_ServeHTTP" time="0.000"></testcase> |
| 779 | <testcase classname="onos_nbi" name="TestMacLearnerHandle_GetAllMacLearnerInfo_ServeHTTP/MacLearnerHandle_GetAllMacLearnerInfo_ServeHTTP" time="0.000"></testcase> |
Akash Soni | d36d23b | 2023-08-18 12:51:40 +0530 | [diff] [blame] | 780 | <testcase classname="onos_nbi" name="TestMetersHandle_GetMeter" time="0.000"></testcase> |
| 781 | <testcase classname="onos_nbi" name="TestMetersHandle_GetMeter/Get_Meters" time="0.000"></testcase> |
vinokuma | f7605fc | 2023-06-02 18:08:01 +0530 | [diff] [blame] | 782 | <testcase classname="onos_nbi" name="TestServiceAdapter_ServeHTTP" time="0.000"></testcase> |
| 783 | <testcase classname="onos_nbi" name="TestServiceAdapter_ServeHTTP/ServiceAdapter_ServeHTTP" time="0.000"></testcase> |
| 784 | <testcase classname="onos_nbi" name="TestServiceAdapter_DeactivateService_ServeHTTP" time="0.000"></testcase> |
| 785 | <testcase classname="onos_nbi" name="TestServiceAdapter_DeactivateService_ServeHTTP/Invalid_port_number" time="0.000"></testcase> |
| 786 | <testcase classname="onos_nbi" name="TestOltFlowServiceHandle_ServeHTTP" time="0.000"></testcase> |
| 787 | <testcase classname="onos_nbi" name="TestOltFlowServiceHandle_ServeHTTP/OltFlowServiceHandle_ServeHTTP" time="0.000"></testcase> |
| 788 | <testcase classname="onos_nbi" name="TestPortIgnoredHandle_PortsIgnoredServeHTTP" time="0.000"></testcase> |
| 789 | <testcase classname="onos_nbi" name="TestPortIgnoredHandle_PortsIgnoredServeHTTP/PortIgnoredHandle_PortsIgnoredServeHTTP" time="0.000"></testcase> |
| 790 | </testsuite> |
| 791 | </testsuites> |