Skip to main content

LOBSTER Tool for ISO C/C++

Project description

LOBSTER

The Lightweight Open BMW Software Traceability Evidence Report allows you to demonstrate software traceability and requirements coverage, which is essential for meeting standards such as ISO 26262.

This package contains a tool extract tracing tags from ISO C or C++ source code. This tool is also extracting configurable markers/ test-types from the provided comments in cpp files

Tools

  • lobster-cpptest: Extract requirements with dynamic refrences from comments.

Usage

This tool supports C/C++ code.

For this you can provide some cpp file with these comments:

/**
 * @requirement CB-#1111, CB-#2222,
 *              CB-#3333
 * @requirement CB-#4444 CB-#5555
 *              CB-#6666
 */
TEST(RequirementTagTest1, RequirementsAsMultipleComments) {}

You can also provide a config-file which determines which markers should be extracted in which files. In addition you have to provide the codebeamer-url:

{
	"output": {
		"unit_tests.lobster" : 
            {
                "markers": ["@requirement"],
                "kind": "req"
            },
        "components_tests.lobster" :
            {
                "markers": ["@requiredby", "@requirement"],
                "kind": "imp"
            }
	},
	"codebeamer_url": "https://codebeamer.example.com/test"
}

Copyright & License information

The copyright holder of LOBSTER is the Bayerische Motoren Werke Aktiengesellschaft (BMW AG), and LOBSTER is published under the GNU Affero General Public License, Version 3.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

bmw_lobster_tool_cpptest-0.9.19-py3-none-any.whl (12.0 kB view details)

Uploaded Python 3

File details

Details for the file bmw_lobster_tool_cpptest-0.9.19-py3-none-any.whl.

File metadata

File hashes

Hashes for bmw_lobster_tool_cpptest-0.9.19-py3-none-any.whl
Algorithm Hash digest
SHA256 fc55a375849787ae3881277acdd9a15d7d2e20cf3b9f3638717d1188f663aff3
MD5 0d5f5e1d08bf9c8d4c238d727f7b5a6e
BLAKE2b-256 f74d29f86d967f6e85472671fa2ad4fb16415c8c6d699f1a539ba9f3bfb0b455

See more details on using hashes here.

Provenance

The following attestation bundles were made for bmw_lobster_tool_cpptest-0.9.19-py3-none-any.whl:

Publisher: package.yml on bmw-software-engineering/lobster

Attestations:

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page