Skip to content

Commit

Permalink
release 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jefvantongerloo committed Jun 19, 2023
1 parent 563e616 commit 48de76b
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 37 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
### Changed

- dependency updated and tested:
1. pytest (7.2.1 -> 7.3.1)
1. pytest (7.3.1 -> 7.3.2)
2. textfsm (1.1.3 -> 1.1.4)
3. tox (3.28.0 -> 4.6.2)

## [1.1.2] - 20-22-2022

Expand Down
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Parse semi-structured cli data to structured data ready to be ingested by your n
## Installation

Textfsm-aos can be installed using Git + Poetry or PyPI.

s
## Git

```bash
Expand Down Expand Up @@ -79,12 +79,16 @@ parsed result

## Integration tests

Due to sensitive information the gathered live data for integration testing is stored in a private repository. Releases are tested against following aos versions:

| aos version | tests |
|-----------------------------------|:--------------------------------:|
| 6.7.2.122.R08 | :heavy_check_mark: |
| 8.9.73.R01 | :heavy_check_mark: |
| 8.8.56.R02 | :heavy_check_mark: |
| 8.8.152.R01 | :heavy_check_mark: |
|-----------------------------------|:-----------------------------------:|
| 6.7.2.122.R08 | :heavy_check_mark: |
| 8.9.73.R01 | :heavy_check_mark: |
| 8.8.56.R02 | :heavy_check_mark: |
| 8.8.152.R01 | :heavy_check_mark: |
| 8.9.73.R01 | :heavy_check_mark: |
| 8.9.107.R02 | :heavy_check_mark: |

## Supported commands

Expand Down
50 changes: 25 additions & 25 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "textfsm_aos"
version = "1.1.2"
version = "1.1.3"
description = "Alcatel-Lucent Enterprise AOS CLI parsing (TextFSM)"
authors = ["Jef Vantongerloo <jefvantongerloo@gmail.com>"]
license = "Apache-2.0"
Expand All @@ -17,8 +17,8 @@ PyYAML = "^6.0"
[tool.poetry.dev-dependencies]
textfsm = "^1.1.0"
PyYAML = "^6.0"
tox = "^4.6.1"
pytest = "^7.3.2"
tox = "^4.6.0"
pytest = "^7.3.0"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down
4 changes: 2 additions & 2 deletions textfsm_aos/templates/templates_index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@
platform: ale_aos8
- command: show port-security brief
platform: ale_aos8
- command: show qos log
platform: ale_aos8
- command: show qos port
platform: ale_aos8
- command: show unp user
Expand All @@ -77,8 +79,6 @@
platform: ale_aos6
- command: show user
platform: ale_aos8
- command: show qos log
platform: ale_aos8
- command: show running-directory
platform: ale_aos8
- command: show snmp station
Expand Down

0 comments on commit 48de76b

Please sign in to comment.