(None,None,None,"A bad request error must have been raised in case of missing request body."),
('{}',12341412,1234897,"A bad request error must have been raised in case of invalid request body."),
('{"database": "CLMCMetrics", "retention_policy": "autogen", "service_function_chain_instance": "sfc_i"}',12341412,1234897,"A bad request error must have been raised in case of invalid request body."),
('{"database": "TestInfluxDB", "retention_policy": "autogen", "service_function_chain_instance": "sfc_1", "service_functions": "{invalid_json}"}',1528386860,1528389860,"A bad request error must have been raised in case of invalid request body."),
('{"database": "TestInfluxDB", "retention_policy": "autogen", "service_function_chain_instance": "sfc_1", "service_functions": ["nginx", "minio"]}',1528386860,1528389860,"A bad request error must have been raised in case of invalid request body."),
assertset([node["name"]fornodeingraph_db.nodes.match("ServiceFunctionInstance")])=={"nginx_1","apache_1","minio_1","minio_2"},"Service function instances must not be deleted."
assertset([node["name"]fornodeingraph_db.nodes.match("ServiceFunctionInstance")])=={"nginx_1","apache_1","minio_1","minio_2"},"Service function instances must not be deleted."
assertset([node["name"]fornodeingraph_db.nodes.match("ServiceFunction")])=={"nginx","minio","apache"},"Service functions must not be deleted"
assertset([node["name"]fornodeingraph_db.nodes.match("ServiceFunction")])=={"nginx","minio","apache"},"Service functions must not be deleted"
('e8cd4768-47dd-48cd-9c74-7f8926ddbad8',None,None,HTTPBadRequest,"HTTP Bad Request must be thrown in case of missing or invalid url parameters"),
('e8cd4768-47dd-48cd-9c74-7f8926ddbad8',None,"nginx",HTTPBadRequest,"HTTP Bad Request must be thrown in case of missing or invalid url parameters"),
('e8cd4768-47dd-48cd-9c74-7f8926ddbad8',"nginx_1_ep1",None,HTTPBadRequest,"HTTP Bad Request must be thrown in case of missing or invalid url parameters"),
('random-uuid',"nginx_1_ep1","nginx",HTTPNotFound,"HTTP Not Found error must be thrown for an endpoint node with incorrect request ID"),
('random-uuid',"minio_1_ep1","minio",HTTPNotFound,"HTTP Not Found error must be thrown for an endpoint node with incorrect request ID"),