Newer
Older
module AtsMec_WlanInformationAPI_TestControl {
// LibMec/WlanInformationAPI
import from WlanInformationAPI_Pics all;
// LibMec
import from LibMec_Pics all;
// AtsMec
import from AtsMec_WlanInformationAPI_TestCases all;
control {
if (PICS_MEC_PLAT and PICS_WLAN_INFORMATION_API_SUPPORTED) {
execute(TC_MEC_MEC028_SRV_WAI_001_OK());
execute(TC_MEC_MEC028_SRV_WAI_002_OK());
}
} // End of 'control' statement
} // End of module AtsMec_WlanInformationAPI_TestControl