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

Add feedback support

parent 2d4735e2
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -53,8 +53,8 @@ LibCise_Pics.PICS_CISE_ADAPTOR_URI := "/cise-adapter/api/v1/messages"
# Asynchronous Ack
LibCise_Pixits.PX_CISE_REQUEST_ACK := false
# Services
LibCise_Pixits.PX_CISE_SENDER_SERVICE_ID    := "de.cnit.test2.anomaly.pull.consumer"
LibCise_Pixits.PX_CISE_RECIPIENT_SERVICE_ID := "de.cnit.test1.anomaly.pull.provider"
LibCise_Pixits.PX_CISE_SENDER_SERVICE_ID    := "de.cnit.test2.vessel.pull.consumer"
LibCise_Pixits.PX_CISE_RECIPIENT_SERVICE_ID := "de.cnit.test1.vessel.pull.provider"
# Discovery
LibCise_Pixits.PX_CISE_DISCOVERY_PROFILE_SERVICE_ID := "cx.simlsa3-nodecx.vessel.push.consumer"
LibCise_Pixits.PX_CISE_SEA_BASSIN                   := mediterranean
@@ -131,8 +131,10 @@ CISEAdapter2.httpPort_notif.params := "HTTP(codecs=xml:xml_codec;json:json_codec
[EXECUTE]
# In this section you can specify what parts of your test suite you want to execute.

# Simulate peer adapter of CISE node IUT
AtsCise_TestCases.TC_CDM_CISE_SIMU_EI_NA_PULL_BV_01
# Simulate peer adapter of CISE node IUT for PullRequest/Response plus Feedback message
#AtsCise_TestCases.TC_CDM_CISE_SIMU_EI_NA_PULL_BV_01
# Simulate peer adapter of CISE node IUT for PullRequest/Response plus Feedback message
AtsCise_TestCases.TC_CDM_CISE_SIMU_EI_NA_PULL_BV_02

[GROUPS]
# In this section you can specify groups of hosts. These groups can be used inside the
+443 −6

File changed.

Preview size limit exceeded, changes collapsed.