mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-16 10:32:34 +01:00
54 lines
2.5 KiB
XML
54 lines
2.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
Licensed to the Apache Software Foundation (ASF) under one
|
|
or more contributor license agreements. See the NOTICE file
|
|
distributed with this work for additional information
|
|
regarding copyright ownership. The ASF licenses this file
|
|
to you 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.
|
|
-->
|
|
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
|
|
<suite thread-count="1" verbose="1" name="storage test" annotations="JDK" parallel="classes">
|
|
<!--describe your test environment-->
|
|
<parameter name="devcloud-host-ip" value="192.168.56.2"/>
|
|
<parameter name="devcloud-host-gateway" value="192.168.56.1"/>
|
|
<parameter name="devcloud-host-cidr" value="192.168.56.0/24"/>
|
|
<parameter name="template-url" value="http://192.168.56.10:8080/ce5b212e-215a-3461-94fb-814a635b2215.vhd"/>
|
|
<parameter name="primary-storage-want-to-add" value="nfs://192.168.56.2/opt/storage/primarynfs"/>
|
|
<parameter name="devcloud-local-storage-uuid" value="cd10cac1-4772-92e5-5da6-c2bc16b1ce1b"/>
|
|
<parameter name="devcloud-host-uuid" value="759ee4c9-a15a-297b-67c6-ac267d8aa429"/>
|
|
<parameter name="devcloud-secondary-storage" value="nfs://192.168.56.10/opt/storage/secondary"/>
|
|
<parameter name="primary-storage-uuid-want-to-add" value="759ee4c9-a15a-297b-67c6-ac267d8abe29" />
|
|
<parameter name="script-path" value="/Users/minc/dev/cloud-asf" />
|
|
|
|
|
|
<parameter name="s3-accesskey" value="OYAZXCAFUC1DAFOXNJWI"/>
|
|
<parameter name="s3-secretkey" value="YHpRtzNDwl12DtrQmwRvdpnf2xK2AeVM30rXxQ=="/>
|
|
<parameter name="s3-endpoint" value="10.223.89.7:8080" />
|
|
<parameter name="s3-template-bucket" value="cloudstack"/>
|
|
<parameter name="s3-usehttps" value="false" />
|
|
|
|
<parameter name="image-install-path" value="template/tmpl/1/5/"/>
|
|
|
|
|
|
<listeners>
|
|
<listener class-name="org.apache.cloudstack.storage.test.TestNGAop" />
|
|
</listeners>
|
|
|
|
<test name="integration-tests">
|
|
<packages>
|
|
<package name="org.apache.cloudstack.storage.test"/>
|
|
</packages>
|
|
</test>
|
|
</suite>
|