X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=blobdiff_plain;f=tests%2Ftest_model.py;h=e5d1f78194f8b1626f41d95407a89aa89f4fdca0;hp=b54a7bba9eed4fb0eac73a1d6e4c6635abd6c99d;hb=f997297d91999b658569252188ba881af1eec336;hpb=6d84dbd8746388114361e09300697da471de20ca diff --git a/tests/test_model.py b/tests/test_model.py index b54a7bb..e5d1f78 100644 --- a/tests/test_model.py +++ b/tests/test_model.py @@ -1,11 +1,23 @@ +# Copyright 2019 Canonical Ltd. + +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at + +# http://www.apache.org/licenses/LICENSE-2.0 + +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + """ Test N2VC's ssh key generation """ import n2vc -import os import pytest from . import base -import tempfile import uuid