X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=integration-tests%2Ftest_vimconn_gcp.py;h=48f792e00d9a0aab5b5789dae558dda4ba552167;hb=0fe84cb549863fc3e5a04ce5f9d974b4a52a56a6;hp=21bdbc39b1709fdeb2e2de38c2a8088fe37b0a99;hpb=2e38b940d20607ceb9aeda722affb7e846132167;p=osm%2FRO.git diff --git a/integration-tests/test_vimconn_gcp.py b/integration-tests/test_vimconn_gcp.py index 21bdbc39..48f792e0 100644 --- a/integration-tests/test_vimconn_gcp.py +++ b/integration-tests/test_vimconn_gcp.py @@ -24,11 +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."