An open API service indexing awesome lists of open source software.

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.

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
```

...

```