8000 update pytest help and setting · nginx/kubernetes-ingress@85252fb · GitHub
[go: up one dir, main page]

Skip to content

Commit 85252fb

Browse files
committed
update pytest help and setting
Signed-off-by: Haywood Shannon <5781935+haywoodsh@users.noreply.github.com> Signed-off-by: Haywood Shannon <5781935+haywoodsh@users.noreply.github.com>
1 parent 3477388 commit 85252fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def pytest_addoption(parser) -> None:
4747
"--deployment-type",
4848
action="store",
4949
default=DEFAULT_DEPLOYMENT_TYPE,
50-
help="The type of the IC deployment: deployment or daemon-set.",
50+
help="The type of the IC deployment: deployment, daemon-set, or stateful-set.",
5151
)
5252
parser.addoption(
5353
"--ic-type",

tests/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
DEFAULT_SERVICE = "nodeport"
1717
ALLOWED_SERVICE_TYPES = ["nodeport", "loadbalancer"]
1818
DEFAULT_DEPLOYMENT_TYPE = "deployment"
19-
ALLOWED_DEPLOYMENT_TYPES = ["deployment", "daemon-set"]
19+
ALLOWED_DEPLOYMENT_TYPES = ["deployment", "daemon-set", "stateful-set"]
2020
# Time in seconds to ensure reconfiguration changes in cluster
2121
RECONFIGURATION_DELAY = 3
2222
NGINX_API_VERSION = 4

0 commit comments

Comments
 (0)
0