Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sogMBT
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PMC-SOG
sogMBT
Commits
3ccc127c
Commit
3ccc127c
authored
2 years ago
by
Jaime Arias
Browse files
Options
Downloads
Patches
Plain Diff
update README
parent
565c9b7d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+21
-20
21 additions, 20 deletions
README.md
with
21 additions
and
20 deletions
README.md
+
21
−
20
View file @
3ccc127c
# Symbolic Observation Graph-Based Generation of Test Paths
# Symbolic Observation Graph-Based Generation of Test Paths
`sog
-test-paths
`
generates the observable paths from a Petri net model. It also
`sog
MBT
`
generates the observable paths from a Petri net model. It also
generates the abstract paths.
generates the abstract paths.
## Requirements
## Requirements
-
A C++ compiler (
`gcc >= 9.3.0`
).
-
`gcc >= 9.3.0`
.
-
`cmake`
##
Compilation
##
Build
The tool can be compiled as follow:
The tool can be compiled as follow
s
:
-
First, run the
`make`
command inside the directory
`buddy22`
in order to build
```
bash
the library used to manipulate Binary Decision Diagrams (BDD).
mkdir
build
&&
cd
build
cmake ..
-
Second, run
`make`
in the
`parser`
directory in order to build the library
make
used to parse Petri net models from
`net`
files.
```
-
Third, run the
`make`
command in the root directory to generate the executable
file
`sog-test-paths`
.
## Use
## Use
```
```
./sog-test-paths <command>
λ> ./sogMBT --help
sogMBT: Symbolic Observation Graph-Based Generation of Test Paths
Usage: ./sogMBT [OPTIONS]
Options:
-h,--help Print this help message and exit
--input-net Path:FILE REQUIRED
Petri net file
--output-folder Path:DIR REQUIRED
output folder
--obs-file Path:FILE Cover observable transitions from file [default: all transitions]
```
```
The following commands are available:
-
To generate the reachability graph: use the option
`-r <filename.net>`
.
-
To generate test paths covering the given observable transitions
`t1,t2,...,tn`
, use the option
`-o <filename.net> <output_file>`
.
-
To generate test paths using structural analysis, use the option
`-a <filename.net>`
-
To generate the complete SOG corresponding to observable transitions, use the option
`-c <filename.net>`
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment