X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=integration-tests%2Ftest_vimconn_gcp.py;h=2285f216ca7e8a466cbdd14fbb02cfbac45085c8;hb=HEAD;hp=f97353819e389431728db80282d2535e0f3976f1;hpb=89278b8df3845c0c1fa862ba9be8c635ce3bfa64;p=osm%2FRO.git diff --git a/integration-tests/test_vimconn_gcp.py b/integration-tests/test_vimconn_gcp.py index f9735381..2285f216 100644 --- a/integration-tests/test_vimconn_gcp.py +++ b/integration-tests/test_vimconn_gcp.py @@ -24,19 +24,17 @@ This module contains unit tests for the OpenStack VIM connector Run this directly with python2 or python3. """ -import logging +from datetime import datetime import json +import logging from osm_rovim_gcp.vimconn_gcp import vimconnector -from datetime import datetime - __author__ = "Sergio G.R." __date__ = "$05-nov-2021 12:00:00$" class TestGCPOperations: - gcp_conn = None time_id = datetime.today().strftime("%Y%m%d%H%M%S") vim_id = "gcp-test-" + time_id