mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-11-04 00:02:37 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			48 lines
		
	
	
		
			2.2 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			48 lines
		
	
	
		
			2.2 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://download.cloud.com/templates/acton/acton-systemvm-02062012.vhd.bz2"/>
 | 
						|
  <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="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="s3://cstemplates"/>
 | 
						|
  <parameter name="s3-usehttps"  value="false" />
 | 
						|
 
 | 
						|
   <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>
 |