~celebdor/charms/trusty/neutron-agents-midonet/trunk

« back to all changes in this revision

Viewing changes to tests/011-basic-trusty-kilo

  • Committer: Antoni Segura Puimedon
  • Date: 2016-02-12 00:39:19 UTC
  • Revision ID: toni@midokura.com-20160212003919-kpj0ure01no229fh
amulet: remove old tests and add check for nova-api-metadata

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
14
# See the License for the specific language governing permissions and
15
15
# limitations under the License.
16
 
 
17
 
 
18
 
from basic_deployment import MidonetBasicDeployment
 
16
import basic_deployment
19
17
 
20
18
if __name__ == '__main__':
21
 
    deployment = MidonetBasicDeployment(
 
19
    deployment = basic_deployment.AgentMinimumDeployment(
22
20
        ubuntu_series='trusty',
23
21
        openstack_origin='cloud:trusty-kilo',
24
22
        midonet_origin='midonet-2015.06')
25
 
    deployment.run_tests()