Commit fc696cf3 authored by garciay's avatar garciay
Browse files

Start SREM/SSEM implementation

parent bef211d4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -115,6 +115,7 @@ encoding//root/Requirements/IS_IVI/IS_IVI_21.json=UTF-8
encoding//root/Requirements/IS_IVI/IS_IVI_21/TP_IS_IVI_COM_BV_02.json=UTF-8
encoding//root/Requirements/IS_IVI/IS_IVI_22.json=UTF-8
encoding//root/Requirements/IS_IVI/IS_IVI_22/TP_IS_IVI_MSGF_BV_01.json=UTF-8
encoding//root/Requirements/IS_IVI/IS_IVI_22/TP_IS_IVI_MSGF_BV_02.json=UTF-8
encoding//root/Requirements/IS_IVI/IS_IVI_22/TP_IS_IVI_MSGF_SND_BV_01.json=UTF-8
encoding//root/Requirements/IS_IVI/IS_IVI_SEC.json=UTF-8
encoding//root/Requirements/IS_IVI/IS_IVI_SEC/IS_IVI_15.json=UTF-8
+68 −0
Original line number Diff line number Diff line
{
    "attributes": {
        "PICS_IVIM_RECEPTION": {
            "availability": "LOCAL",
            "isGenerated": false,
            "key": "PICS_IVIM_RECEPTION",
            "newvalue": "true",
            "origin": "85174c29-0808-41cf-bca2-1280db4c942a",
            "type": "BOOL",
            "value": "true"
        },
        "_author": {
            "availability": "LOCAL",
            "isGenerated": false,
            "key": "_author",
            "newvalue": "yann",
            "origin": "85174c29-0808-41cf-bca2-1280db4c942a",
            "type": "STRING",
            "value": "yann"
        },
        "_description": {
            "availability": "LOCAL",
            "isGenerated": false,
            "key": "_description",
            "newvalue": "Check that the IUT can successfully process all mandatory fields of IVIM",
            "origin": "85174c29-0808-41cf-bca2-1280db4c942a",
            "type": "STRING",
            "value": "Check that the IUT can successfully process all mandatory fields of IVIM"
        },
        "_expectedResults": {
            "availability": "LOCAL",
            "isGenerated": false,
            "key": "_expectedResults",
            "newvalue": "with\r\n\tthe IUT being in the \"initial state\"\r\n\tand the IUT having receive a valid IVIM\r\nensure that\r\n\twhen\r\n\t\tthe IUT receives a valid IVIM\r\n\tthen\r\n\t\t the IUT forwards the IVI Mcontent to upper layers\r\n               and the IUT forwards the IVIM content to other facilities",
            "origin": "85174c29-0808-41cf-bca2-1280db4c942a",
            "type": "STRING",
            "value": "with\r\n\tthe IUT being in the \"initial state\"\r\n\tand the IUT having receive a valid IVIM\r\nensure that\r\n\twhen\r\n\t\tthe IUT receives a valid IVIM\r\n\tthen\r\n\t\t the IUT forwards the IVI Mcontent to upper layers\r\n               and the IUT forwards the IVIM content to other facilities"
        },
        "_index": {
            "availability": "LOCAL",
            "isGenerated": false,
            "key": "_index",
            "newvalue": "2147483648",
            "origin": "85174c29-0808-41cf-bca2-1280db4c942a",
            "type": "STRING",
            "value": "2147483648"
        },
        "_status": {
            "availability": "LOCAL",
            "isGenerated": false,
            "key": "_status",
            "newvalue": "complete",
            "origin": "85174c29-0808-41cf-bca2-1280db4c942a",
            "type": "STRING",
            "value": "complete"
        },
        "_type": {
            "availability": "LOCAL",
            "isGenerated": false,
            "key": "_type",
            "newvalue": "TestPurpose",
            "origin": "85174c29-0808-41cf-bca2-1280db4c942a",
            "type": "STRING",
            "value": "TestPurpose"
        }
    },
    "uuid": "85174c29-0808-41cf-bca2-1280db4c942a"
}
 No newline at end of file
+4 −4
Original line number Diff line number Diff line
@@ -4,10 +4,10 @@
            "availability": "LOCAL",
            "isGenerated": false,
            "key": "PICS_MAPEM_RECEPTION",
            "newvalue": "true",
            "newvalue": true,
            "origin": "e28acade-8dbe-41fb-b209-113068498f13",
            "type": "BOOL",
            "value": "true"
            "value": true
        },
        "PICS_RSU_ROLE": {
            "availability": "LOCAL",
@@ -40,10 +40,10 @@
            "availability": "LOCAL",
            "isGenerated": false,
            "key": "_expectedResults",
            "newvalue": "with\r\n\tthe IUT being in the \"initial state\"\r\nensure that\r\n\twhen\r\n\t\tthe IUT receives a valid MAPEM \r\n\tthen\r\n\t\tthe IUT forwards the MAPEM content to upper layers\r\n\t\tand the IUT forwards the MAPEM content to other facilities",
            "newvalue": "with\r\n\tthe IUT being in the \"initial state\"\r\n       and the IUT having receive a valid MAPEM\r\nensure that\r\n\twhen\r\n\t\tthe IUT receives a valid MAPEM \r\n\tthen\r\n\t\tthe IUT forwards the MAPEM content to upper layers\r\n\t\tand the IUT forwards the MAPEM content to other facilities",
            "origin": "e28acade-8dbe-41fb-b209-113068498f13",
            "type": "STRING",
            "value": "with\r\n\tthe IUT being in the \"initial state\"\r\nensure that\r\n\twhen\r\n\t\tthe IUT receives a valid MAPEM \r\n\tthen\r\n\t\tthe IUT forwards the MAPEM content to upper layers\r\n\t\tand the IUT forwards the MAPEM content to other facilities"
            "value": "with\r\n\tthe IUT being in the \"initial state\"\r\n       and the IUT having receive a valid MAPEM\r\nensure that\r\n\twhen\r\n\t\tthe IUT receives a valid MAPEM \r\n\tthen\r\n\t\tthe IUT forwards the MAPEM content to upper layers\r\n\t\tand the IUT forwards the MAPEM content to other facilities"
        },
        "_status": {
            "availability": "LOCAL",
+9 −0
Original line number Diff line number Diff line
@@ -9,6 +9,15 @@
            "type": "BOOL",
            "value": "false"
        },
        "PICS_SREM_GENERATION": {
            "availability": "LOCAL",
            "isGenerated": false,
            "key": "PICS_SREM_GENERATION",
            "newvalue": "true",
            "origin": "c49ea8a1-0601-46fc-af72-be074d949d49",
            "type": "BOOL",
            "value": "true"
        },
        "_author": {
            "availability": "LOCAL",
            "isGenerated": false,
+11 −2
Original line number Diff line number Diff line
@@ -4,10 +4,19 @@
            "availability": "LOCAL",
            "isGenerated": false,
            "key": "PICS_RSU_ROLE",
            "newvalue": true,
            "newvalue": "false",
            "origin": "972d74cb-9fe8-4f6a-b317-a7d6ec743833",
            "type": "BOOL",
            "value": true
            "value": "false"
        },
        "PICS_SREM_GENERATION": {
            "availability": "LOCAL",
            "isGenerated": false,
            "key": "PICS_SREM_GENERATION",
            "newvalue": "true",
            "origin": "972d74cb-9fe8-4f6a-b317-a7d6ec743833",
            "type": "BOOL",
            "value": "true"
        },
        "_author": {
            "availability": "LOCAL",
Loading