forked from bmw-software-engineering/lobster
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lobster-report allow optional up-linking in tracing policies
Resolves bmw-software-engineering#10
- Loading branch information
1 parent
77e74a1
commit 6719212
Showing
9 changed files
with
294 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"data": [ | ||
{ | ||
"tag": "req 17045@11", | ||
"location": { | ||
"kind": "codebeamer", | ||
"cb_root": "https://codebeamer.company.net/", | ||
"tracker": 1111, | ||
"item": 1111, | ||
"version": 11, | ||
"name": "test1" | ||
}, | ||
"name": "test1", | ||
"messages": [], | ||
"just_up": [], | ||
"just_down": [], | ||
"just_global": [], | ||
"framework": "codebeamer", | ||
"kind": "Technical Requirement", | ||
"text": null, | ||
"status": "Valid" | ||
} | ||
], | ||
"generator": "lobster_codebeamer", | ||
"schema": "lobster-req-trace", | ||
"version": 4 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"data": [ | ||
{ | ||
"tag": "req 17044@22", | ||
"location": { | ||
"kind": "codebeamer", | ||
"cb_root": "https://codebeamer.company.net/", | ||
"tracker": 2222, | ||
"item": 2222, | ||
"version": 22, | ||
"name": "test" | ||
}, | ||
"name": "test", | ||
"messages": [], | ||
"just_up": [], | ||
"just_down": [], | ||
"just_global": [], | ||
"framework": "codebeamer", | ||
"kind": "Technical Requirement", | ||
"text": null, | ||
"status": "Valid" | ||
} | ||
], | ||
"generator": "lobster_codebeamer", | ||
"schema": "lobster-req-trace", | ||
"version": 4 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
{ | ||
"data": [ | ||
{ | ||
"tag": "req test3.trlc", | ||
"location": { | ||
"kind": "file", | ||
"file": "./main.trlc", | ||
"line": 3, | ||
"column": 13 | ||
}, | ||
"name": "test3.trlc", | ||
"messages": [], | ||
"just_up": [], | ||
"just_down": [], | ||
"just_global": [], | ||
"ref_down": [ | ||
"req 17044@22" | ||
], | ||
"ref_up": [ | ||
"req 17045@11", | ||
"req test33.lobster" | ||
], | ||
"framework": "TRLC", | ||
"kind": "Requirement", | ||
"text": "Treat Requirements Like Code", | ||
"status": null | ||
}, | ||
{ | ||
"tag": "req test33.lobster", | ||
"location": { | ||
"kind": "file", | ||
"file": "./main.trlc", | ||
"line": 7, | ||
"column": 13 | ||
}, | ||
"name": "test33.lobster", | ||
"messages": [], | ||
"just_up": [], | ||
"just_down": [], | ||
"just_global": [], | ||
"framework": "TRLC", | ||
"kind": "Requirement", | ||
"text": "test", | ||
"status": null | ||
} | ||
], | ||
"generator": "lobster-trlc", | ||
"schema": "lobster-req-trace", | ||
"version": 4 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"data": [ | ||
{ | ||
"tag": "req test4.trlc", | ||
"location": { | ||
"kind": "file", | ||
"file": "./main.trlc", | ||
"line": 4, | ||
"column": 44 | ||
}, | ||
"name": "test4.trlc", | ||
"messages": [], | ||
"just_up": [], | ||
"just_down": [], | ||
"just_global": [], | ||
"framework": "TRLC", | ||
"kind": "Requirement", | ||
"text": "Treat Requirements Like Code", | ||
"status": null | ||
} | ||
], | ||
"generator": "lobster-trlc", | ||
"schema": "lobster-req-trace", | ||
"version": 4 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"data": [ | ||
{ | ||
"tag": "req test5.trlc", | ||
"location": { | ||
"kind": "file", | ||
"file": "./main.trlc", | ||
"line": 4, | ||
"column": 44 | ||
}, | ||
"name": "test5.trlc", | ||
"messages": [], | ||
"just_up": [], | ||
"just_down": [], | ||
"just_global": [], | ||
"framework": "TRLC", | ||
"kind": "Requirement", | ||
"text": "Treat Requirements Like Code", | ||
"status": null | ||
} | ||
], | ||
"generator": "lobster-trlc", | ||
"schema": "lobster-req-trace", | ||
"version": 4 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
requirements "Laws" { | ||
source: "data/data4.lobster"; | ||
} | ||
|
||
requirements "System Requirements" { | ||
source: "data/data3.lobster"; | ||
trace to: "Implementation" or "System Requirements"; | ||
trace from: "Software Requirements"; | ||
} | ||
|
||
requirements "Software Requirements" { | ||
source: "data/data2.lobster"; | ||
trace to: "Software Requirements" or "System Requirements"; | ||
trace to: "Laws"; | ||
trace from: "Software Requirements" or "Implementation"; | ||
trace from: "Component Test"; | ||
} | ||
|
||
requirements "Another Test" { | ||
source: "data/data5.lobster"; | ||
trace to: "Software Requirements" or "Another Test"; | ||
trace to: "Software Requirements"; | ||
} | ||
|
||
requirements "Implementation" { | ||
source: "data/data1.lobster"; | ||
trace to: "Unit Test"; | ||
} | ||
|
||
requirements "Unit Test" { | ||
trace to: "Component Test"; | ||
trace to: "Software Requirements"; | ||
} | ||
|
||
requirements "Component Test" { | ||
trace to: "Software Requirements"; | ||
} | ||
|
||
requirements "Empty" {} |
Oops, something went wrong.