diff options
| author | Jenkins <jenkins@review.openstack.org> | 2013-11-20 06:37:24 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2013-11-20 06:37:24 +0000 |
| commit | b70b1d04e447bb3748fcfd8cf25794fb8ea64b65 (patch) | |
| tree | b3ad83a0384f6f56c5cf4c4e2043fe3e80d157e4 /openstackclient/tests/compute/v2/__init__.py | |
| parent | 56fbf65941fad27be77078a1bc1972e6c7ce20f5 (diff) | |
| parent | 6460f1eb359d37dc43bdbb7d3eacc6c3f5cd7ede (diff) | |
| download | python-openstackclient-b70b1d04e447bb3748fcfd8cf25794fb8ea64b65.tar.gz | |
Merge "Complete basic test infrastructure"
Diffstat (limited to 'openstackclient/tests/compute/v2/__init__.py')
| -rw-r--r-- | openstackclient/tests/compute/v2/__init__.py | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/openstackclient/tests/compute/v2/__init__.py b/openstackclient/tests/compute/v2/__init__.py new file mode 100644 index 00000000..c534c012 --- /dev/null +++ b/openstackclient/tests/compute/v2/__init__.py @@ -0,0 +1,14 @@ +# Copyright 2013 OpenStack Foundation +# +# 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. +# |
