# TODO check how to send the message (isn't defined). Does it need to be tested as it's not defined?
Spawn Notification Server
[Arguments]${payload_notification}
# // MEC 011, clause 6.4.2
# the IUT entity sends a notification_message containing
# body containing
# notificationType set to "SerAvailabilityNotification",
# services containing
# serName set to SERVICE_NAME
# _links containing
# subscription set to MP1_SUBSCRIPTION_A
# ;
# ;
# ;
# ;
# to the MEC_APP_Subscriber entity
${output}Spawn Web Server${NOTIFICATION_SERVER_IP}${NOTIFICATION_SERVER_PORT}${NOTIFICATION_SERVER_TIMEOUT}${NOTIFICATION_SERVER_HTTP_METHOD}${NOTIFICATION_SERVER_URI}${payload_notification}
${length}=Get Length${output}
Set Suite Variable${payload_notification}${output}