X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=example%2Fdiameter%2Flauncher%2Fresources%2Frest_api%2Fct%2Fflow-operations%2Fsendmsg_test.py;h=48f333b59220460e00ba4d708bbaa133673bbc46;hp=f3afa4cee8030ade79d089d0c0edde836a4ca374;hb=93ddfd21d4b502cd79b0d36e14518fbbde5982b2;hpb=26c27c2b83f99e6df420addc90010eb0d4a7724e diff --git a/example/diameter/launcher/resources/rest_api/ct/flow-operations/sendmsg_test.py b/example/diameter/launcher/resources/rest_api/ct/flow-operations/sendmsg_test.py index f3afa4c..48f333b 100644 --- a/example/diameter/launcher/resources/rest_api/ct/flow-operations/sendmsg_test.py +++ b/example/diameter/launcher/resources/rest_api/ct/flow-operations/sendmsg_test.py @@ -21,7 +21,7 @@ def test_001_given_diameter_json_representation_i_want_to_send_message_to_diamet # IT FAILS BECAUSE MESSAGE SENT HAS OCS3 AS ORIGIN HOST, AND THIS IS NOT REGISTERED, SO node-auto COULD NOT DEDUCE THE CORRECT RESOURCE -@pytest.mark.xfail(reason="Server must receive client connection to be available. Component test is very fast and this could fail the first time. Wait and test again. TODO: wait for available status after 'services' loading.") +#@pytest.mark.xfail(reason="Server must receive client connection to be available. Component test is very fast and this could fail the first time. Wait and test again. TODO: wait for available status after 'services' loading.") def test_002_given_diameter_json_representation_i_want_to_send_message_to_diameter_entity_and_check_it_succeed_for_forced_node(resources, admlc): requestBody = { "name":"afHost.afRealm.com" } @@ -42,7 +42,7 @@ def test_002_given_diameter_json_representation_i_want_to_send_message_to_diamet ### Verify response admlc.assert_response__status_body_headers(response, 200, responseBodyRef) -@pytest.mark.xfail(reason="Server must receive client connection to be available. Component test is very fast and this could fail the first time. Wait and test again. TODO: wait for available status after 'services' loading.") +#@pytest.mark.xfail(reason="Server must receive client connection to be available. Component test is very fast and this could fail the first time. Wait and test again. TODO: wait for available status after 'services' loading.") def test_003_given_diameter_json_representation_i_want_to_send_message_to_diameter_client_and_check_it_succeed_for_auto_node(resources, admlc): responseBodyRef = { "success":"true", "response":"Working node has been set to automatic" }