Skip to content

Commit

Permalink
fixed pydantic model for TestsProcessor tests to enlist additional te…
Browse files Browse the repository at this point in the history
…st name options
  • Loading branch information
dmulyalin committed May 30, 2022
1 parent 74d7ddb commit 8580fdc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions nornir_salt/utils/pydantic_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,9 @@ class TestsProcessorTestFunctions(str, Enum):
contains_re = "contains_re"
not_contains_re = "!contains_re"
ncontains_re = "ncontains_re"
contains_lines_re = "contains_lines_re"
not_contains_lines_re = "!contains_lines_re"
ncontains_lines_re = "ncontains_lines_re"
equal = "equal"
not_equal = "!equal"
nequal = "nequal"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nornir_salt"
version = "0.11.0"
version = "0.11.1"
description = "Nornir plugins used with SaltStack Salt-Nornir Proxy Minion"
authors = ["Denis Mulyalin <d.mulyalin@gmail.com>"]
maintainers = ["Denis Mulyalin <d.mulyalin@gmail.com>"]
Expand Down

0 comments on commit 8580fdc

Please sign in to comment.