Commit d2b4d942 authored by Yann Garcia's avatar Yann Garcia
Browse files

Implementation od MEC 033/iotdev TPs

parent 49eadc03
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -22,6 +22,8 @@ modules := ../LibCommon \
            ../LibMec/WlanInformationAPI \
            ../LibMec/FixedAccessInformationServiceAPI \
            ../LibMec/ApplicationMobilityServiceAPI \
            ../LibMec/FederationEnablementAPI \
            ../LibMec/IoTAPI \
            ../../titan-test-system-framework/ccsrc/Framework \
            ../../titan-test-system-framework/ccsrc/loggers \
            ../../titan-test-system-framework/ccsrc/Protocols/Http \
+2 −0
Original line number Diff line number Diff line
@@ -22,6 +22,8 @@ modules := ../LibCommon \
            ../LibMec/WlanInformationAPI \
            ../LibMec/FixedAccessInformationServiceAPI \
            ../LibMec/ApplicationMobilityServiceAPI \
            ../LibMec/FederationEnablementAPI \
            ../LibMec/IoTAPI \
            ../../titan-test-system-framework/ccsrc/Framework \
            ../../titan-test-system-framework/ccsrc/loggers \
            ../../titan-test-system-framework/ccsrc/Protocols/Http \
+2 −0
Original line number Diff line number Diff line
@@ -23,6 +23,8 @@ modules := ../LibCommon \
            ../LibMec/WlanInformationAPI \
            ../LibMec/FixedAccessInformationServiceAPI \
            ../LibMec/ApplicationMobilityServiceAPI \
            ../LibMec/FederationEnablementAPI \
            ../LibMec/IoTAPI \
            ../../titan-test-system-framework/ccsrc/Framework \
            ../../titan-test-system-framework/ccsrc/loggers \
            ../../titan-test-system-framework/ccsrc/Protocols/Http \
+1 −0
Original line number Diff line number Diff line
@@ -1849,6 +1849,7 @@ module AtsMec_FederationEnablementAPI_TestCases {
            tc_ac.stop;
            
            log("*** " & testcasename() & ": PASS: IUT successfully responds with the correct error code ***");
            v_system_info_list[1].systemId := omit;
            f_selfOrClientSyncAndVerdict(c_tbDone, e_success);
          }
          [] tc_ac.timeout {
+2 −0
Original line number Diff line number Diff line
@@ -22,6 +22,8 @@ modules := ../LibCommon \
            ../LibMec/WlanInformationAPI \
            ../LibMec/FixedAccessInformationServiceAPI \
            ../LibMec/ApplicationMobilityServiceAPI \
            ../LibMec/FederationEnablementAPI \
            ../LibMec/IoTAPI \
            ../../titan-test-system-framework/ccsrc/Framework \
            ../../titan-test-system-framework/ccsrc/loggers \
            ../../titan-test-system-framework/ccsrc/Protocols/Http \
Loading