X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=integration-tests%2Ftest_vimconn_gcp.py;h=ea9783bc46b6c1b2d4ff867d8d1981cf9f815da5;hb=37ecec06c10dfe2ca162259ac21094db5a95ad75;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..ea9783bc 100644 --- a/integration-tests/test_vimconn_gcp.py +++ b/integration-tests/test_vimconn_gcp.py @@ -24,12 +24,11 @@ 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$"