Commit 8c03352f authored by Yann Garcia's avatar Yann Garcia
Browse files

Update module.mk adding SelfServiceEnablementAPI library

parent b54e204f
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -101,9 +101,9 @@ system.httpPort_notif.params := "HTTP(codecs=json:json_codec_mec012)/TCP(debug=1
# Check that the RNIS service responds with an error when it receives a request to create a new RNIS subscription with a wrong format
# Check that the RNIS service responds with an error when it receives a request to create a new RNIS subscription with a wrong format
#AtsMec_RnisAPI_TestCases.TC_MEC_MEC012_SRV_RNIS_012_BR
#AtsMec_RnisAPI_TestCases.TC_MEC_MEC012_SRV_RNIS_012_BR
# Check that the RNIS service sends a RNIS subscription when requested
# Check that the RNIS service sends a RNIS subscription when requested
AtsMec_RnisAPI_TestCases.TC_MEC_MEC012_SRV_RNIS_013_OK
#AtsMec_RnisAPI_TestCases.TC_MEC_MEC012_SRV_RNIS_013_OK
# Check that the RNIS service responds with error when a not existing RNIS subscription is requested
# Check that the RNIS service responds with error when a not existing RNIS subscription is requested
#AtsMec_RnisAPI_TestCases.TC_MEC_MEC012_SRV_RNIS_013_NF
AtsMec_RnisAPI_TestCases.TC_MEC_MEC012_SRV_RNIS_013_NF
# Check that the RNIS service modifies a RNIS subscription when requested
# Check that the RNIS service modifies a RNIS subscription when requested
#AtsMec_RnisAPI_TestCases.TC_MEC_MEC012_SRV_RNIS_014_OK
#AtsMec_RnisAPI_TestCases.TC_MEC_MEC012_SRV_RNIS_014_OK
# Check that the RNIS service sends an error when it receives a malformed modify request for a RNIS subscription
# Check that the RNIS service sends an error when it receives a malformed modify request for a RNIS subscription
+1 −0
Original line number Original line Diff line number Diff line
@@ -26,6 +26,7 @@ modules := ../LibCommon \
            ../LibMec/IoTAPI \
            ../LibMec/IoTAPI \
            ../LibMec/QoSMeasurementAPI \
            ../LibMec/QoSMeasurementAPI \
            ../LibMec/SensorsSharingService \
            ../LibMec/SensorsSharingService \
            ../LibMec/SelfServiceEnablementAPI \
            ../../titan-test-system-framework/ccsrc/Framework \
            ../../titan-test-system-framework/ccsrc/Framework \
            ../../titan-test-system-framework/ccsrc/loggers \
            ../../titan-test-system-framework/ccsrc/loggers \
            ../../titan-test-system-framework/ccsrc/Protocols/Http \
            ../../titan-test-system-framework/ccsrc/Protocols/Http \
+1 −0
Original line number Original line Diff line number Diff line
@@ -26,6 +26,7 @@ modules := ../LibCommon \
            ../LibMec/IoTAPI \
            ../LibMec/IoTAPI \
            ../LibMec/QoSMeasurementAPI \
            ../LibMec/QoSMeasurementAPI \
            ../LibMec/SensorsSharingService \
            ../LibMec/SensorsSharingService \
            ../LibMec/SelfServiceEnablementAPI \
            ../../titan-test-system-framework/ccsrc/Framework \
            ../../titan-test-system-framework/ccsrc/Framework \
            ../../titan-test-system-framework/ccsrc/loggers \
            ../../titan-test-system-framework/ccsrc/loggers \
            ../../titan-test-system-framework/ccsrc/Protocols/Http \
            ../../titan-test-system-framework/ccsrc/Protocols/Http \
+1 −0
Original line number Original line Diff line number Diff line
@@ -26,6 +26,7 @@ modules := ../LibCommon \
            ../LibMec/FederationEnablementAPI \
            ../LibMec/FederationEnablementAPI \
            ../LibMec/QoSMeasurementAPI \
            ../LibMec/QoSMeasurementAPI \
            ../LibMec/SensorsSharingService \
            ../LibMec/SensorsSharingService \
            ../LibMec/SelfServiceEnablementAPI \
            ../../titan-test-system-framework/ccsrc/Framework \
            ../../titan-test-system-framework/ccsrc/Framework \
            ../../titan-test-system-framework/ccsrc/loggers \
            ../../titan-test-system-framework/ccsrc/loggers \
            ../../titan-test-system-framework/ccsrc/Protocols/Http \
            ../../titan-test-system-framework/ccsrc/Protocols/Http \
+1 −0
Original line number Original line Diff line number Diff line
@@ -26,6 +26,7 @@ modules := ../LibCommon \
            ../LibMec/FederationEnablementAPI \
            ../LibMec/FederationEnablementAPI \
            ../LibMec/QoSMeasurementAPI \
            ../LibMec/QoSMeasurementAPI \
            ../LibMec/SensorsSharingService \
            ../LibMec/SensorsSharingService \
            ../LibMec/SelfServiceEnablementAPI \
            ../../titan-test-system-framework/ccsrc/Framework \
            ../../titan-test-system-framework/ccsrc/Framework \
            ../../titan-test-system-framework/ccsrc/loggers \
            ../../titan-test-system-framework/ccsrc/loggers \
            ../../titan-test-system-framework/ccsrc/Protocols/Http \
            ../../titan-test-system-framework/ccsrc/Protocols/Http \
Loading