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 Distribution

bmw_lobster_tool_cpptest-0.9.18.tar.gz (10.8 kB view details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

Details for the file bmw_lobster_tool_cpptest-0.9.18.tar.gz.

File metadata

File hashes

Hashes for bmw_lobster_tool_cpptest-0.9.18.tar.gz
Algorithm Hash digest
SHA256 f281350a901173b3f2a480e4e15383961ebed1cf128f5ee5c89c2e5554500776
MD5 252bda4092141e8c41f3d3122d60250e
BLAKE2b-256 5f2ebf120d7876bf88da79a8c63cf1cadd11ec9def05ac7c6ab06e2a375318ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bmw_lobster_tool_cpptest-0.9.18-py3-none-any.whl
Algorithm Hash digest
SHA256 9489747a489f5ec672d442d356e05ca918577d7b3c1918ede630564b59b2e379
MD5 e01958812b22fb08137eb344c983397a
BLAKE2b-256 2fea1c8feafb578f5b172962351e5924003d27cb04dcc99c3ace01576f7a343d

See more details on using hashes here.

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