X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=tests%2Fcommon%2Fconstants.py;fp=tests%2Fcommon%2Fconstants.py;h=72d037aff4ee0fbb7e2b45600ff11d4881f2cf0d;hb=19f7ba75850c52e1ae163766b64b6d153e8d7e1b;hp=0000000000000000000000000000000000000000;hpb=836a8932d6c6a502980009b9578f0c6ecf64cb47;p=doctor.git diff --git a/tests/common/constants.py b/tests/common/constants.py new file mode 100644 index 00000000..72d037af --- /dev/null +++ b/tests/common/constants.py @@ -0,0 +1,12 @@ +############################################################################## +# Copyright (c) 2017 ZTE Corporation and others. +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## +from collections import namedtuple + + +Host = namedtuple('Host', ['name', 'ip'])