Change-Id: Ifefb518e97ac7fb39f86db22e4201385603a3fe1
Signed-off-by: Isabel Lloret <illoret@indra.es>
"start",
"stop",
"rebuild",
+ "console",
):
raise EngineException(
- f"The operate type should be either start, stop or rebuild not {indata['operateVnfData']['changeStateTo']}",
+ f"The operate type should be either start, stop, console or rebuild not {indata['operateVnfData']['changeStateTo']}",
http_code=HTTPStatus.UNPROCESSABLE_ENTITY,
)
if indata["operateVnfData"].get("additionalParam"):