From a7edeebc90bdd335361a7b36f5f5d12a14375554 Mon Sep 17 00:00:00 2001 From: Lukasz Rajewski Date: Sun, 28 Jan 2024 19:45:44 +0100 Subject: Enhanced validation of configuration of all tests Issue-ID: TEST-402 Signed-off-by: Lukasz Rajewski Change-Id: I2e4ef6365b44c33f4c0b3e72886a83f92c63e2f3 --- src/onaptests/steps/cloud/complex_create.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/onaptests/steps/cloud/complex_create.py') diff --git a/src/onaptests/steps/cloud/complex_create.py b/src/onaptests/steps/cloud/complex_create.py index 96d8e7f..7afad16 100644 --- a/src/onaptests/steps/cloud/complex_create.py +++ b/src/onaptests/steps/cloud/complex_create.py @@ -38,4 +38,4 @@ class ComplexCreateStep(BaseStep): data_center_code=settings.COMPLEX_DATA_CENTER_CODE, name=settings.COMPLEX_PHYSICAL_LOCATION_ID) except APIError: - self._logger.warn("Try to update the complex failed.") + self._logger.warning("Try to update the complex failed.") -- cgit 1.2.3-korg