Build Windows Templates in RHV
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# -*- coding: utf-8 -*
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
|
||||
def pytest_addoption(parser):
|
||||
parser.addoption(
|
||||
"--provider", action="store", default="nm", help="Network provider"
|
||||
)
|
||||
Reference in New Issue
Block a user