Skip to content
Snippets Groups Projects
Commit a2de6b79 authored by piscione's avatar piscione
Browse files

MEC040 TCs: added test setups and test teardowns

parent c93fc816
No related branches found
No related tags found
1 merge request!3Merge of TT027 branch into master
This diff is collapsed.
......@@ -9,6 +9,13 @@ ${apiRoot}
${apiName} fed-enablement
${apiVersion} v1
${REGISTER_ACTION} REGISTER
${REMOVE_ACTION} REMOVE
${NO_ACTION} NO_ACTION
${SYSTEM_ID_PLACEHOLDER} SYSTEM_ID_PLACEHOLDER
${EXPECTED_SYSTEM_ID} SYSTEM_ID
${NOT_EXISTING_SYSTEM_ID} NOT_EXISTING_SYS_ID
${EXPECTED_SYSTEM_ID2} SYSTEM_ID2
......
{
"systemName": "systemNamea",
"systemName": "systemName",
"systemProvider": "systemProvider"
}
\ No newline at end of file
{
"systemName": "systemName2",
"systemProvider": "systemProvider2"
}
\ No newline at end of file
{
"systemName": "systemName3",
"systemProvider": "systemProvider3"
}
\ No newline at end of file
{
"systemName": "systemName",
"systemProvider": ""
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment