HLK AddressChange testcase

Hi,

I am running HLK test cases for our ndis miniport driver (virtual ethernet device) for windows 10 64 bit OS.
Since we donot support software mac address, the driver is not calling NdisReadMacAddress.
But still the test case complains error and fails.
Please let me know whether it is mandatory to use software mac address (ie calling NdisReadMacAddress) or why the test case is failing.
Please find the error logs.

TestCaseID
AssertionID
Description
55555
88888
NDIS_MAC_OPTION_SUPPORTS_MAC_ADDRESS_OVERWRITE is NOT present
55555
88888
NDIS_MAC_OPTION_SUPPORTS_MAC_ADDRESS_OVERWRITE is NOT present
10001
50009
Current network address did not change after driver was reloaded. The driver should have picked up a new network address from the registry.
10002
50032
Test adapter ColorTokens Virtual Network Adapter #2 received less than the expected percentage of packets sent.
Test adapter is expected to receive 237 packets, (95 percent of 250 packets sent from Support adapter ColorTokens Virtual Network Adapter #4)
Please check that your hardware has been programmed with the new network address it read from the registry.
55555
88888
NDIS_MAC_OPTION_SUPPORTS_MAC_ADDRESS_OVERWRITE is NOT present
55555
88888
NDIS_MAC_OPTION_SUPPORTS_MAC_ADDRESS_OVERWRITE is NOT present
10001
50009
Current network address did not change after driver was reloaded. The driver should have picked up a new network address from the registry.
10002
50032
Test adapter ColorTokens Virtual Network Adapter #2 received less than the expected percentage of packets sent.
Test adapter is expected to receive 237 packets, (95 percent of 250 packets sent from Support adapter ColorTokens Virtual Network Adapter #4)
Please check that your hardware has been programmed with the new network address it read from the registry.
55555
88888
NDIS_MAC_OPTION_SUPPORTS_MAC_ADDRESS_OVERWRITE is NOT present
55555
88888
NDIS_MAC_OPTION_SUPPORTS_MAC_ADDRESS_OVERWRITE is NOT present
10001
50009
Current network address did not change after driver was reloaded. The driver should have picked up a new network address from the registry.
10002
50032
Test adapter ColorTokens Virtual Network Adapter #2 received less than the expected percentage of packets sent.
Test adapter is expected to receive 237 packets, (95 percent of 250 packets sent from Support adapter ColorTokens Virtual Network Adapter #4)
Please check that your hardware has been programmed with the new network address it read from the registry.
55555
88888
NDIS_MAC_OPTION_SUPPORTS_MAC_ADDRESS_OVERWRITE is NOT present
55555
88888
NDIS_MAC_OPTION_SUPPORTS_MAC_ADDRESS_OVERWRITE is NOT present
55555
88888
NDIS_MAC_OPTION_SUPPORTS_MAC_ADDRESS_OVERWRITE is NOT present
55555
88888
NDIS_MAC_OPTION_SUPPORTS_MAC_ADDRESS_OVERWRITE is NOT present
10002
50032
Test adapter ColorTokens Virtual Network Adapter #2 received less than the expected percentage of packets sent.
Test adapter is expected to receive 237 packets, (95 percent of 250 packets sent from Support adapter ColorTokens Virtual Network Adapter #4)
Please check that your hardware has been programmed with the new network address it read from the registry.

Thanks,
S Ramakrishnan