https://github.com/emcecs/mongoose-xml-result-convertor
The script allows to convert the mongoose logs to the xml format.
https://github.com/emcecs/mongoose-xml-result-convertor
Last synced: about 1 year ago
JSON representation
The script allows to convert the mongoose logs to the xml format.
- Host: GitHub
- URL: https://github.com/emcecs/mongoose-xml-result-convertor
- Owner: EMCECS
- License: mit
- Created: 2019-02-11T08:03:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-06-03T19:10:48.000Z (about 5 years ago)
- Last Synced: 2025-02-08T18:45:42.373Z (over 1 year ago)
- Language: Python
- Size: 37.1 KB
- Stars: 0
- Watchers: 7
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mongoose-xml-result-convertor
The script allows to convert the mongoose logs to the xml format.
### Environemnt
* Python 3
* Python 2 (use `xml-comvertor_py2.py`)
### Usage
Go to the project root and run the script:
```
python xml-converter/xml-converter.py -l $HOME/.mongoose//log
```
To create a file, use output redirection:
```
python xml-converter/xml-converter.py -l $HOME/.mongoose//log > .xml
```
[Pravega](https://github.com/emc-mongoose/mongoose-storage-driver-pravega) specific output:
```
python xml-converter/xml-converter.py -l $HOME/.mongoose//log -p
```
### Output format
1. Tag `id` == mongoose `load-step-id`
2. Each line `` == test summary of 1 Load step.
3. Each Load step is located in a separate directory `.../log/`. The script combines all Load step summary into a single Result XML report.
## Default
```
...
```
## Pravega specific
```
...
```