This is an automated email from the ASF dual-hosted git repository.

pearl11594 pushed a commit to branch fix-assign-vm-1
in repository https://gitbox.apache.org/repos/asf/cloudstack.git

commit 2871af387f3d1410763c4ae75d58a94c80d2621e
Author: Pearl Dsilva <pearl1...@gmail.com>
AuthorDate: Fri May 9 20:24:42 2025 +0530

    revert exception change
---
 client/conf/log4j-cloud.xml.in                     |  45 +-
 results.xml                                        | 467 +++++++++++++++++++++
 .../main/java/com/cloud/vm/UserVmManagerImpl.java  |  13 +-
 test/integration/component/test_assign_vm.py       |   2 +-
 test/integration/smoke/test_hostha_simulator.py    |   2 +-
 5 files changed, 480 insertions(+), 49 deletions(-)

diff --git a/client/conf/log4j-cloud.xml.in b/client/conf/log4j-cloud.xml.in
index 26da171269d..d0747aeb785 100755
--- a/client/conf/log4j-cloud.xml.in
+++ b/client/conf/log4j-cloud.xml.in
@@ -1,22 +1,3 @@
-<?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.
--->
 <Configuration monitorInterval="60" 
packages="org.apache.cloudstack.alert.snmp,org.apache.cloudstack.syslog">
    <Appenders>
 
@@ -34,7 +15,7 @@ under the License.
          <Policies>
             <TimeBasedTriggeringPolicy/>
          </Policies>
-         <PatternLayout pattern="%d{DEFAULT} %-5p [%c{1.}] (%t:%x) 
(logid:%X{logcontextid}) %m%ex{filters(${filters})}%n"/>
+         <PatternLayout pattern="%d{ISO8601} %-5p [%c{1.}] (%t:%x) 
(logid:%X{logcontextid}) %m%ex{filters(${filters})}%n"/>
       </RollingFile>
 
 
@@ -43,33 +24,15 @@ under the License.
          <Policies>
             <TimeBasedTriggeringPolicy/>
          </Policies>
-         <PatternLayout pattern="%d{DEFAULT} %-5p [%c{1.}] (%t:%x) 
(logid:%X{logcontextid}) %m%ex{filters(${filters})}%n"/>
+         <PatternLayout pattern="%d{ISO8601} %-5p [%c{1.}] (%t:%x) 
(logid:%X{logcontextid}) %m%ex{filters(${filters})}%n"/>
       </RollingFile>
 
-      <!-- ============================== -->
-      <!-- Append warnings+ to the syslog if it is listening on UDP port -->
-      <!-- ============================== -->
-
-      <Syslog name="SYSLOG" host="localhost" facility="LOCAL6">
-         <ThresholdFilter level="WARN" onMatch="ACCEPT" onMismatch="DENY"/>
-         <PatternLayout pattern="%d{DEFAULT} %-5p [%c{1.}] (%t:%x) 
(logid:%X{logcontextid}) %m%ex{filters(${filters})}%n"/>
-      </Syslog>
-
-      <!-- ============================== -->
-      <!-- Append alerts to the syslog if it is configured -->
-      <!-- ============================== -->
-
-      <AlertSyslogAppender name="ALERTSYSLOG" syslogHosts="" facility="LOCAL6">
-         <ThresholdFilter level="WARN" onMatch="ACCEPT" onMismatch="DENY"/>
-         <PatternLayout pattern="%d{DEFAULT} %-5p [%c{1.}] (%t:%x) 
(logid:%X{logcontextid}) %m%ex{filters(${filters})}%n"/>
-      </AlertSyslogAppender>
-
       <!-- ============================== -->
       <!-- Append messages to the console -->
       <!-- ============================== -->
 
       <Console name="CONSOLE" target="SYSTEM_OUT">
-         <ThresholdFilter level="OFF" onMatch="ACCEPT" onMismatch="DENY"/>
+         <ThresholdFilter level="DEBUG" onMatch="ACCEPT" onMismatch="DENY"/>
          <PatternLayout pattern="%-5p [%c{1.}] (%t:%x) 
(logid:%X{logcontextid}) %m%ex{filters(${filters})}%n"/>
       </Console>
 
@@ -131,4 +94,4 @@ under the License.
       </Root>
 
    </Loggers>
-</Configuration>
+</Configuration>
\ No newline at end of file
diff --git a/results.xml b/results.xml
new file mode 100644
index 00000000000..553a08ccd4d
--- /dev/null
+++ b/results.xml
@@ -0,0 +1,467 @@
+<?xml version="1.0" encoding="UTF-8"?><testsuite name="nosetests" tests="1" 
errors="1" failures="0" skip="0"><testcase 
classname="integration.component.test_assign_vm.TestVMOwnership" 
name="test_02_move_across_subdomains" time="47.755"><error 
type="builtins.Exception" message="assignVirtualMachine failed - Execute cmd: 
assignvirtualmachine failed, due to: errorCode: 530, errorText:Failed to move 
VM [23].&#10;-------------------- &gt;&gt; begin captured logging &lt;&lt; 
------------------ [...]
+    yield
+  File "/usr/lib/python3.10/unittest/case.py", line 591, in run
+    self._callTestMethod(testMethod)
+  File "/usr/lib/python3.10/unittest/case.py", line 549, in _callTestMethod
+    method()
+  File 
"/home/pdsilva/cloudstack/test/integration/component/test_assign_vm.py", line 
48, in test_wrap_exception_log
+    raise e
+  File 
"/home/pdsilva/cloudstack/test/integration/component/test_assign_vm.py", line 
45, in test_wrap_exception_log
+    func(self, *args, **kwargs)
+  File 
"/home/pdsilva/cloudstack/test/integration/component/test_assign_vm.py", line 
259, in test_02_move_across_subdomains
+    self.virtual_machine.assign_virtual_machine(self.apiclient, 
self.sdomain_account_user2['account'].name 
,self.sdomain_account_user2['domain'].id)
+  File "/home/pdsilva/.local/lib/python3.10/site-packages/marvin/lib/base.py", 
line 1032, in assign_virtual_machine
+    raise Exception("assignVirtualMachine failed - %s" % e)
+assignVirtualMachine failed - Execute cmd: assignvirtualmachine failed, due 
to: errorCode: 530, errorText:Failed to move VM [23].
+-------------------- >> begin captured logging << --------------------
+CSLog: DEBUG: Payload: {'command': 'listDomains', 'response': 'json', 
'apiKey': 
'QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw',
 'signature': b'CBYFsrfU8Pz/hQ06co53EWumDK0='}
+CSLog: DEBUG: ========Sending GET Cmd : listDomains=======
+urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): localhost:8080
+urllib3.connectionpool: DEBUG: http://localhost:8080 "GET 
/client/api?command=listDomains&response=json&apiKey=QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw&signature=CBYFsrfU8Pz%2FhQ06co53EWumDK0%3D
 HTTP/1.1" 200 1084
+CSLog: DEBUG: Response : [{id : 'cdfb8bd6-2bed-11f0-89ec-50eb7122da94', name : 
'ROOT', level : 0, haschild : False, path : 'ROOT', state : 'Active', vmlimit : 
'Unlimited', vmtotal : 0, vmavailable : 'Unlimited', iplimit : 'Unlimited', 
iptotal : 0, ipavailable : 'Unlimited', volumelimit : 'Unlimited', volumetotal 
: 2, volumeavailable : 'Unlimited', snapshotlimit : 'Unlimited', snapshottotal 
: 0, snapshotavailable : 'Unlimited', templatelimit : 'Unlimited', 
templatetotal : 14, templateavai [...]
+CSLog: DEBUG: Payload: {'name': 'Sandbox-simulator', 'command': 'listZones', 
'response': 'json', 'apiKey': 
'QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw',
 'signature': b'Ng6GRewUU6RpLwfzckFY+u9lSCM='}
+CSLog: DEBUG: ========Sending GET Cmd : listZones=======
+urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): localhost:8080
+urllib3.connectionpool: DEBUG: http://localhost:8080 "GET 
/client/api?name=Sandbox-simulator&command=listZones&response=json&apiKey=QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw&signature=Ng6GRewUU6RpLwfzckFY%2Bu9lSCM%3D
 HTTP/1.1" 200 619
+CSLog: DEBUG: Response : [{id : 'b5e75171-0930-40ea-aa4f-5242c812aad1', name : 
'Sandbox-simulator', dns1 : '10.147.28.6', internaldns1 : '10.147.28.6', 
guestcidraddress : '10.1.1.0/24', networktype : 'Advanced', 
securitygroupsenabled : False, allocationstate : 'Enabled', zonetoken : 
'fdaea40d-652d-3333-b94f-cc824b94fa6f', dhcpprovider : 'VirtualRouter', 
localstorageenabled : False, tags : [], allowuserspecifyvrmtu : False, 
routerprivateinterfacemaxmtu : 1500, routerpublicinterfacemaxmtu  [...]
+CSLog: DEBUG: Payload: {'templatefilter': 'featured', 'zoneid': 
'b5e75171-0930-40ea-aa4f-5242c812aad1', 'command': 'listTemplates', 'response': 
'json', 'apiKey': 
'QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw',
 'signature': b'uk+FGSyVBkhTjvC1Xb22mX1/idw='}
+CSLog: DEBUG: ========Sending GET Cmd : listTemplates=======
+urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): localhost:8080
+urllib3.connectionpool: DEBUG: http://localhost:8080 "GET 
/client/api?templatefilter=featured&zoneid=b5e75171-0930-40ea-aa4f-5242c812aad1&command=listTemplates&response=json&apiKey=QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw&signature=uk%2BFGSyVBkhTjvC1Xb22mX1%2Fidw%3D
 HTTP/1.1" 200 1279
+CSLog: DEBUG: Response : [{id : '227cc83c-2bee-11f0-89ec-50eb7122da94', name : 
'CentOS 5.6 (64-bit) no GUI (Simulator)', displaytext : 'CentOS 5.6 (64-bit) no 
GUI (Simulator)', ispublic : True, created : '2025-05-08T20:23:42+0530', 
isready : True, passwordenabled : False, format : 'VHD', isfeatured : True, 
crossZones : True, ostypeid : 'cdc86e2d-2bed-11f0-89ec-50eb7122da94', 
ostypename : 'CentOS 5.6 (64-bit)', account : 'system', zoneid : 
'b5e75171-0930-40ea-aa4f-5242c812aad1', zonename  [...]
+CSLog: DEBUG: Payload: {'customizediops': False, 'disksize': 1, 'displaytext': 
'Small', 'name': 'Small', 'command': 'createDiskOffering', 'response': 'json', 
'apiKey': 
'QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw',
 'signature': b'R1zs5ZMul+Xf9UMWg3tK9yEOaaU='}
+CSLog: DEBUG: ========Sending GET Cmd : createDiskOffering=======
+urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): localhost:8080
+urllib3.connectionpool: DEBUG: http://localhost:8080 "GET 
/client/api?customizediops=False&disksize=1&displaytext=Small&name=Small&command=createDiskOffering&response=json&apiKey=QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw&signature=R1zs5ZMul%2BXf9UMWg3tK9yEOaaU%3D
 HTTP/1.1" 200 405
+CSLog: DEBUG: Response : {id : '0cdb9f5e-2e5a-4b21-8208-3278050fe4be', name : 
'Small', state : 'Active', displaytext : 'Small', disksize : 1, created : 
'2025-05-08T16:12:46+0530', iscustomized : False, iscustomizediops : False, 
miniops : 0, maxiops : 0, storagetype : 'shared', provisioningtype : 'thin', 
displayoffering : True, disksizestrictness : False, encrypt : False, 
hasannotations : False}
+CSLog: DEBUG: Payload: {'cpunumber': 1, 'cpuspeed': 100, 'displaytext': 'Tiny 
Instance', 'memory': 128, 'name': 'Tiny Instance', 'command': 
'createServiceOffering', 'response': 'json', 'apiKey': 
'QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw',
 'signature': b'5OhSzlIFzDMMs4XDh6flAyaWaHY='}
+CSLog: DEBUG: ========Sending GET Cmd : createServiceOffering=======
+urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): localhost:8080
+urllib3.connectionpool: DEBUG: http://localhost:8080 "GET 
/client/api?cpunumber=1&cpuspeed=100&displaytext=Tiny+Instance&memory=128&name=Tiny+Instance&command=createServiceOffering&response=json&apiKey=QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw&signature=5OhSzlIFzDMMs4XDh6flAyaWaHY%3D
 HTTP/1.1" 200 529
+CSLog: DEBUG: Response : {id : 'dc196617-6abf-456f-b9d9-63a028bf97b7', name : 
'Tiny Instance', state : 'Active', displaytext : 'Tiny Instance', cpunumber : 
1, cpuspeed : 100, memory : 128, created : '2025-05-08T16:12:46+0530', 
storagetype : 'shared', provisioningtype : 'thin', offerha : False, limitcpuuse 
: False, isvolatile : False, issystem : False, defaultuse : False, iscustomized 
: False, rootdisksize : 0, dynamicscalingenabled : True, diskofferingstrictness 
: False, encryptroot : Fa [...]
+CSLog: DEBUG: Payload: {'name': 'Domain-5VF2X8', 'command': 'createDomain', 
'response': 'json', 'apiKey': 
'QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw',
 'signature': b'xpIPuTRz7UrD9Tvwc3ucQ/jt6bQ='}
+CSLog: DEBUG: ========Sending GET Cmd : createDomain=======
+urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): localhost:8080
+urllib3.connectionpool: DEBUG: http://localhost:8080 "GET 
/client/api?name=Domain-5VF2X8&command=createDomain&response=json&apiKey=QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw&signature=xpIPuTRz7UrD9Tvwc3ucQ%2Fjt6bQ%3D
 HTTP/1.1" 200 269
+CSLog: DEBUG: Response : {id : 'bf8b0690-d5a7-4696-b5b3-82272e563378', name : 
'Domain-5VF2X8', level : 1, parentdomainid : 
'cdfb8bd6-2bed-11f0-89ec-50eb7122da94', parentdomainname : 'ROOT', haschild : 
False, path : 'ROOT/Domain-5VF2X8', secondarystoragetotal : 0.0}
+CSLog: DEBUG: Payload: {'accounttype': 0, 'domainid': 
'bf8b0690-d5a7-4696-b5b3-82272e563378', 'email': 't...@test.com', 'firstname': 
'Test', 'lastname': 'User', 'password': 'password', 'username': 
'test-TestVMOwnership-Z8DUQW', 'command': 'createAccount', 'response': 'json', 
'apiKey': 
'QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw',
 'signature': b'P76KY6RoUB2Sl3HooasvSixJ/+s='}
+CSLog: DEBUG: ========Sending GET Cmd : createAccount=======
+urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): localhost:8080
+urllib3.connectionpool: DEBUG: http://localhost:8080 "GET 
/client/api?accounttype=0&domainid=bf8b0690-d5a7-4696-b5b3-82272e563378&email=test%40test.com&firstname=Test&lastname=User&password=password&username=test-TestVMOwnership-Z8DUQW&command=createAccount&response=json&apiKey=QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw&signature=P76KY6RoUB2Sl3HooasvSixJ%2F%2Bs%3D
 HTTP/1.1" 200 1796
+CSLog: DEBUG: Response : {id : '1deaba9a-3906-4e71-b8e3-8e98dad6f81b', name : 
'test-TestVMOwnership-Z8DUQW', accounttype : 0, roleid : 
'e33478f3-2bed-11f0-89ec-50eb7122da94', roletype : 'User', rolename : 'User', 
domainid : 'bf8b0690-d5a7-4696-b5b3-82272e563378', domain : 'Domain-5VF2X8', 
domainpath : 'ROOT/Domain-5VF2X8', vmlimit : '20', vmtotal : 0, vmavailable : 
'20', iplimit : '20', iptotal : 0, ipavailable : '20', volumelimit : '20', 
volumetotal : 0, volumeavailable : '20', snapshot [...]
+CSLog: DEBUG: Payload: {'account': 'test-TestVMOwnership-Z8DUQW', 'domainid': 
'bf8b0690-d5a7-4696-b5b3-82272e563378', 'email': 'u...@test.com', 'firstname': 
'User', 'lastname': 'User', 'password': 'fr3sca', 'username': 'User-48ZWUW', 
'command': 'createUser', 'response': 'json', 'apiKey': 
'QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw',
 'signature': b'3NXDP1He31XExjfMtkWWut7dQbw='}
+CSLog: DEBUG: ========Sending GET Cmd : createUser=======
+urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): localhost:8080
+urllib3.connectionpool: DEBUG: http://localhost:8080 "GET 
/client/api?account=test-TestVMOwnership-Z8DUQW&domainid=bf8b0690-d5a7-4696-b5b3-82272e563378&email=user%40test.com&firstname=User&lastname=User&password=fr3sca&username=User-48ZWUW&command=createUser&response=json&apiKey=QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw&signature=3NXDP1He31XExjfMtkWWut7dQbw%3D
 HTTP/1.1" 200 595
+CSLog: DEBUG: Response : {id : '75e562da-6136-41d2-b8a9-927d5f944e3f', 
username : 'User-48ZWUW', firstname : 'User', lastname : 'User', email : 
'u...@test.com', created : '2025-05-08T16:12:53+0530', state : 'enabled', 
account : 'test-TestVMOwnership-Z8DUQW', accounttype : 0, usersource : 
'native', roleid : 'e33478f3-2bed-11f0-89ec-50eb7122da94', roletype : 'User', 
rolename : 'User', domainid : 'bf8b0690-d5a7-4696-b5b3-82272e563378', domain : 
'Domain-5VF2X8', accountid : '1deaba9a-3906-4e [...]
+CSLog: DEBUG: Payload: {'account': 'test-TestVMOwnership-Z8DUQW', 
'displaytext': 'Test project', 'domainid': 
'bf8b0690-d5a7-4696-b5b3-82272e563378', 'name': 'Project-2IQ06Z', 'command': 
'createProject', 'response': 'json', 'apiKey': 
'QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw',
 'signature': b'2EQcPWv5uqCLqyMmu1eJn4ZQst4='}
+CSLog: DEBUG: ========Sending GET Cmd : createProject=======
+urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): localhost:8080
+urllib3.connectionpool: DEBUG: http://localhost:8080 "GET 
/client/api?account=test-TestVMOwnership-Z8DUQW&displaytext=Test+project&domainid=bf8b0690-d5a7-4696-b5b3-82272e563378&name=Project-2IQ06Z&command=createProject&response=json&apiKey=QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw&signature=2EQcPWv5uqCLqyMmu1eJn4ZQst4%3D
 HTTP/1.1" 200 118
+CSLog: DEBUG: === Jobid: 5c748a6c-7d62-4586-8160-590fa12cdd10 Started ===
+CSLog: DEBUG: Payload: {'jobid': '5c748a6c-7d62-4586-8160-590fa12cdd10', 
'command': 'queryAsyncJobResult', 'response': 'json', 'apiKey': 
'QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw',
 'signature': b'/3Prg3mTMlJQMGLcg9Db5Rgync4='}
+CSLog: DEBUG: ========Sending GET Cmd : queryAsyncJobResult=======
+urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): localhost:8080
+urllib3.connectionpool: DEBUG: http://localhost:8080 "GET 
/client/api?jobid=5c748a6c-7d62-4586-8160-590fa12cdd10&command=queryAsyncJobResult&response=json&apiKey=QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw&signature=%2F3Prg3mTMlJQMGLcg9Db5Rgync4%3D
 HTTP/1.1" 200 487
+CSLog: DEBUG: Response : {accountid : 'cdfca0d1-2bed-11f0-89ec-50eb7122da94', 
account : 'admin', domainid : 'cdfb8bd6-2bed-11f0-89ec-50eb7122da94', 
domainpath : 'ROOT', userid : 'cdfd7c6f-2bed-11f0-89ec-50eb7122da94', cmd : 
'org.apache.cloudstack.api.command.user.project.CreateProjectCmd', jobstatus : 
0, jobprocstatus : 0, jobresultcode : 0, jobinstancetype : 'None', 
managementserverid : 88972145646228, created : '2025-05-08T16:12:53+0530', 
jobid : '5c748a6c-7d62-4586-8160-590fa12cdd10'}
+CSLog: DEBUG: === JobId:5c748a6c-7d62-4586-8160-590fa12cdd10 is Still 
Processing, Will TimeOut in:3599 ====
+CSLog: DEBUG: Payload: {'jobid': '5c748a6c-7d62-4586-8160-590fa12cdd10', 
'command': 'queryAsyncJobResult', 'response': 'json', 'apiKey': 
'QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw',
 'signature': b'/3Prg3mTMlJQMGLcg9Db5Rgync4='}
+CSLog: DEBUG: ========Sending GET Cmd : queryAsyncJobResult=======
+urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): localhost:8080
+urllib3.connectionpool: DEBUG: http://localhost:8080 "GET 
/client/api?jobid=5c748a6c-7d62-4586-8160-590fa12cdd10&command=queryAsyncJobResult&response=json&apiKey=QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw&signature=%2F3Prg3mTMlJQMGLcg9Db5Rgync4%3D
 HTTP/1.1" 200 1584
+CSLog: DEBUG: Response : {accountid : 'cdfca0d1-2bed-11f0-89ec-50eb7122da94', 
account : 'admin', domainid : 'cdfb8bd6-2bed-11f0-89ec-50eb7122da94', 
domainpath : 'ROOT', userid : 'cdfd7c6f-2bed-11f0-89ec-50eb7122da94', cmd : 
'org.apache.cloudstack.api.command.user.project.CreateProjectCmd', jobstatus : 
1, jobprocstatus : 0, jobresultcode : 0, jobresulttype : 'object', jobresult : 
{id : '76efdb5a-4cd6-4fc3-9e08-658409589664', name : 'Project-2IQ06Z', 
displaytext : 'Test project', domainid  [...]
+CSLog: DEBUG: ===Jobid:5c748a6c-7d62-4586-8160-590fa12cdd10 ; StartTime:Thu 
May  8 16:12:53 2025 ; EndTime:Thu May  8 16:12:54 2025 ; TotalTime:-1===
+CSLog: DEBUG: Response : {accountid : 'cdfca0d1-2bed-11f0-89ec-50eb7122da94', 
account : 'admin', domainid : 'cdfb8bd6-2bed-11f0-89ec-50eb7122da94', 
domainpath : 'ROOT', userid : 'cdfd7c6f-2bed-11f0-89ec-50eb7122da94', cmd : 
'org.apache.cloudstack.api.command.user.project.CreateProjectCmd', jobstatus : 
1, jobprocstatus : 0, jobresultcode : 0, jobresulttype : 'object', jobresult : 
{id : '76efdb5a-4cd6-4fc3-9e08-658409589664', name : 'Project-2IQ06Z', 
displaytext : 'Test project', domainid  [...]
+CSLog: DEBUG: Payload: {'account': 'test-TestVMOwnership-Z8DUQW', 
'diskofferingid': '0cdb9f5e-2e5a-4b21-8208-3278050fe4be', 'domainid': 
'bf8b0690-d5a7-4696-b5b3-82272e563378', 'name': 'TestDiskServ-LN4MU0', 
'zoneid': 'b5e75171-0930-40ea-aa4f-5242c812aad1', 'command': 'createVolume', 
'response': 'json', 'apiKey': 
'QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw',
 'signature': b'oTnYFeZXzcv7Yqh58QFzjEaF2jE='}
+CSLog: DEBUG: ========Sending GET Cmd : createVolume=======
+urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): localhost:8080
+urllib3.connectionpool: DEBUG: http://localhost:8080 "GET 
/client/api?account=test-TestVMOwnership-Z8DUQW&diskofferingid=0cdb9f5e-2e5a-4b21-8208-3278050fe4be&domainid=bf8b0690-d5a7-4696-b5b3-82272e563378&name=TestDiskServ-LN4MU0&zoneid=b5e75171-0930-40ea-aa4f-5242c812aad1&command=createVolume&response=json&apiKey=QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw&signature=oTnYFeZXzcv7Yqh58QFzjEaF2jE%3D
 HTTP/1.1" 200 117
+CSLog: DEBUG: === Jobid: 98534350-7cb6-48c3-8c0c-47f0989f9447 Started ===
+CSLog: DEBUG: Payload: {'jobid': '98534350-7cb6-48c3-8c0c-47f0989f9447', 
'command': 'queryAsyncJobResult', 'response': 'json', 'apiKey': 
'QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw',
 'signature': b'JeQv9xKXQ8Rd6E+Yz5/oXqF0XAQ='}
+CSLog: DEBUG: ========Sending GET Cmd : queryAsyncJobResult=======
+urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): localhost:8080
+urllib3.connectionpool: DEBUG: http://localhost:8080 "GET 
/client/api?jobid=98534350-7cb6-48c3-8c0c-47f0989f9447&command=queryAsyncJobResult&response=json&apiKey=QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw&signature=JeQv9xKXQ8Rd6E%2BYz5%2FoXqF0XAQ%3D
 HTTP/1.1" 200 550
+CSLog: DEBUG: Response : {accountid : 'cdfca0d1-2bed-11f0-89ec-50eb7122da94', 
account : 'admin', domainid : 'cdfb8bd6-2bed-11f0-89ec-50eb7122da94', 
domainpath : 'ROOT', userid : 'cdfd7c6f-2bed-11f0-89ec-50eb7122da94', cmd : 
'org.apache.cloudstack.api.command.admin.volume.CreateVolumeCmdByAdmin', 
jobstatus : 0, jobprocstatus : 0, jobresultcode : 0, jobinstancetype : 
'Volume', jobinstanceid : 'fde81ac2-f4ae-4445-a3c0-b783bf9167a1', 
managementserverid : 88972145646228, created : '2025-05-08 [...]
+CSLog: DEBUG: === JobId:98534350-7cb6-48c3-8c0c-47f0989f9447 is Still 
Processing, Will TimeOut in:3599 ====
+CSLog: DEBUG: Payload: {'jobid': '98534350-7cb6-48c3-8c0c-47f0989f9447', 
'command': 'queryAsyncJobResult', 'response': 'json', 'apiKey': 
'QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw',
 'signature': b'JeQv9xKXQ8Rd6E+Yz5/oXqF0XAQ='}
+CSLog: DEBUG: ========Sending GET Cmd : queryAsyncJobResult=======
+urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): localhost:8080
+urllib3.connectionpool: DEBUG: http://localhost:8080 "GET 
/client/api?jobid=98534350-7cb6-48c3-8c0c-47f0989f9447&command=queryAsyncJobResult&response=json&apiKey=QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw&signature=JeQv9xKXQ8Rd6E%2BYz5%2FoXqF0XAQ%3D
 HTTP/1.1" 200 1433
+CSLog: DEBUG: Response : {accountid : 'cdfca0d1-2bed-11f0-89ec-50eb7122da94', 
account : 'admin', domainid : 'cdfb8bd6-2bed-11f0-89ec-50eb7122da94', 
domainpath : 'ROOT', userid : 'cdfd7c6f-2bed-11f0-89ec-50eb7122da94', cmd : 
'org.apache.cloudstack.api.command.admin.volume.CreateVolumeCmdByAdmin', 
jobstatus : 1, jobprocstatus : 0, jobresultcode : 0, jobresulttype : 'object', 
jobresult : {id : 'fde81ac2-f4ae-4445-a3c0-b783bf9167a1', name : 
'TestDiskServ-LN4MU0', zoneid : 'b5e75171-0930-40ea [...]
+CSLog: DEBUG: ===Jobid:98534350-7cb6-48c3-8c0c-47f0989f9447 ; StartTime:Thu 
May  8 16:12:55 2025 ; EndTime:Thu May  8 16:12:56 2025 ; TotalTime:-1===
+CSLog: DEBUG: Response : {accountid : 'cdfca0d1-2bed-11f0-89ec-50eb7122da94', 
account : 'admin', domainid : 'cdfb8bd6-2bed-11f0-89ec-50eb7122da94', 
domainpath : 'ROOT', userid : 'cdfd7c6f-2bed-11f0-89ec-50eb7122da94', cmd : 
'org.apache.cloudstack.api.command.admin.volume.CreateVolumeCmdByAdmin', 
jobstatus : 1, jobprocstatus : 0, jobresultcode : 0, jobresulttype : 'object', 
jobresult : {id : 'fde81ac2-f4ae-4445-a3c0-b783bf9167a1', name : 
'TestDiskServ-LN4MU0', zoneid : 'b5e75171-0930-40ea [...]
+CSLog: DEBUG: Payload: {'name': 'Domain-ZD2EW8', 'command': 'createDomain', 
'response': 'json', 'apiKey': 
'QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw',
 'signature': b'+3pI1J7/AcJ5KNup5C9etW8Rp+c='}
+CSLog: DEBUG: ========Sending GET Cmd : createDomain=======
+urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): localhost:8080
+urllib3.connectionpool: DEBUG: http://localhost:8080 "GET 
/client/api?name=Domain-ZD2EW8&command=createDomain&response=json&apiKey=QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw&signature=%2B3pI1J7%2FAcJ5KNup5C9etW8Rp%2Bc%3D
 HTTP/1.1" 200 269
+CSLog: DEBUG: Response : {id : '16476918-0530-4f18-b957-3acc3c270d87', name : 
'Domain-ZD2EW8', level : 1, parentdomainid : 
'cdfb8bd6-2bed-11f0-89ec-50eb7122da94', parentdomainname : 'ROOT', haschild : 
False, path : 'ROOT/Domain-ZD2EW8', secondarystoragetotal : 0.0}
+CSLog: DEBUG: Payload: {'accounttype': 0, 'domainid': 
'16476918-0530-4f18-b957-3acc3c270d87', 'email': 't...@test.com', 'firstname': 
'Test', 'lastname': 'User', 'password': 'password', 'username': 
'test-TestVMOwnership-7B9US3', 'command': 'createAccount', 'response': 'json', 
'apiKey': 
'QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw',
 'signature': b'6xdZy0k+mNzn5IdsVrb1GuGWGOg='}
+CSLog: DEBUG: ========Sending GET Cmd : createAccount=======
+urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): localhost:8080
+urllib3.connectionpool: DEBUG: http://localhost:8080 "GET 
/client/api?accounttype=0&domainid=16476918-0530-4f18-b957-3acc3c270d87&email=test%40test.com&firstname=Test&lastname=User&password=password&username=test-TestVMOwnership-7B9US3&command=createAccount&response=json&apiKey=QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw&signature=6xdZy0k%2BmNzn5IdsVrb1GuGWGOg%3D
 HTTP/1.1" 200 1796
+CSLog: DEBUG: Response : {id : '25de5e74-1082-4d9a-8d65-4eae0bdade0b', name : 
'test-TestVMOwnership-7B9US3', accounttype : 0, roleid : 
'e33478f3-2bed-11f0-89ec-50eb7122da94', roletype : 'User', rolename : 'User', 
domainid : '16476918-0530-4f18-b957-3acc3c270d87', domain : 'Domain-ZD2EW8', 
domainpath : 'ROOT/Domain-ZD2EW8', vmlimit : '20', vmtotal : 0, vmavailable : 
'20', iplimit : '20', iptotal : 0, ipavailable : '20', volumelimit : '20', 
volumetotal : 0, volumeavailable : '20', snapshot [...]
+CSLog: DEBUG: Payload: {'account': 'test-TestVMOwnership-7B9US3', 'domainid': 
'16476918-0530-4f18-b957-3acc3c270d87', 'email': 'u...@test.com', 'firstname': 
'User', 'lastname': 'User', 'password': 'fr3sca', 'username': 'User-QCWCHJ', 
'command': 'createUser', 'response': 'json', 'apiKey': 
'QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw',
 'signature': b'uTJgoBIySzPg8UYnEJhk+C9qFUo='}
+CSLog: DEBUG: ========Sending GET Cmd : createUser=======
+urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): localhost:8080
+urllib3.connectionpool: DEBUG: http://localhost:8080 "GET 
/client/api?account=test-TestVMOwnership-7B9US3&domainid=16476918-0530-4f18-b957-3acc3c270d87&email=user%40test.com&firstname=User&lastname=User&password=fr3sca&username=User-QCWCHJ&command=createUser&response=json&apiKey=QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw&signature=uTJgoBIySzPg8UYnEJhk%2BC9qFUo%3D
 HTTP/1.1" 200 595
+CSLog: DEBUG: Response : {id : '30151933-bfec-4a15-8dcd-669e043f6dda', 
username : 'User-QCWCHJ', firstname : 'User', lastname : 'User', email : 
'u...@test.com', created : '2025-05-08T16:13:02+0530', state : 'enabled', 
account : 'test-TestVMOwnership-7B9US3', accounttype : 0, usersource : 
'native', roleid : 'e33478f3-2bed-11f0-89ec-50eb7122da94', roletype : 'User', 
rolename : 'User', domainid : '16476918-0530-4f18-b957-3acc3c270d87', domain : 
'Domain-ZD2EW8', accountid : '25de5e74-1082-4d [...]
+CSLog: DEBUG: Payload: {'account': 'test-TestVMOwnership-7B9US3', 
'displaytext': 'Test project', 'domainid': 
'16476918-0530-4f18-b957-3acc3c270d87', 'name': 'Project-BWB5U3', 'command': 
'createProject', 'response': 'json', 'apiKey': 
'QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw',
 'signature': b'661BcO8X6evfp9MiyQFB0xwQ77w='}
+CSLog: DEBUG: ========Sending GET Cmd : createProject=======
+urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): localhost:8080
+urllib3.connectionpool: DEBUG: http://localhost:8080 "GET 
/client/api?account=test-TestVMOwnership-7B9US3&displaytext=Test+project&domainid=16476918-0530-4f18-b957-3acc3c270d87&name=Project-BWB5U3&command=createProject&response=json&apiKey=QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw&signature=661BcO8X6evfp9MiyQFB0xwQ77w%3D
 HTTP/1.1" 200 118
+CSLog: DEBUG: === Jobid: 1d0a2600-093f-4471-9efc-997eff174945 Started ===
+CSLog: DEBUG: Payload: {'jobid': '1d0a2600-093f-4471-9efc-997eff174945', 
'command': 'queryAsyncJobResult', 'response': 'json', 'apiKey': 
'QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw',
 'signature': b'h91s01A1BTYF7fnRuJQBeSKhs2E='}
+CSLog: DEBUG: ========Sending GET Cmd : queryAsyncJobResult=======
+urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): localhost:8080
+urllib3.connectionpool: DEBUG: http://localhost:8080 "GET 
/client/api?jobid=1d0a2600-093f-4471-9efc-997eff174945&command=queryAsyncJobResult&response=json&apiKey=QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw&signature=h91s01A1BTYF7fnRuJQBeSKhs2E%3D
 HTTP/1.1" 200 487
+CSLog: DEBUG: Response : {accountid : 'cdfca0d1-2bed-11f0-89ec-50eb7122da94', 
account : 'admin', domainid : 'cdfb8bd6-2bed-11f0-89ec-50eb7122da94', 
domainpath : 'ROOT', userid : 'cdfd7c6f-2bed-11f0-89ec-50eb7122da94', cmd : 
'org.apache.cloudstack.api.command.user.project.CreateProjectCmd', jobstatus : 
0, jobprocstatus : 0, jobresultcode : 0, jobinstancetype : 'None', 
managementserverid : 88972145646228, created : '2025-05-08T16:13:02+0530', 
jobid : '1d0a2600-093f-4471-9efc-997eff174945'}
+CSLog: DEBUG: === JobId:1d0a2600-093f-4471-9efc-997eff174945 is Still 
Processing, Will TimeOut in:3599 ====
+CSLog: DEBUG: Payload: {'jobid': '1d0a2600-093f-4471-9efc-997eff174945', 
'command': 'queryAsyncJobResult', 'response': 'json', 'apiKey': 
'QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw',
 'signature': b'h91s01A1BTYF7fnRuJQBeSKhs2E='}
+CSLog: DEBUG: ========Sending GET Cmd : queryAsyncJobResult=======
+urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): localhost:8080
+urllib3.connectionpool: DEBUG: http://localhost:8080 "GET 
/client/api?jobid=1d0a2600-093f-4471-9efc-997eff174945&command=queryAsyncJobResult&response=json&apiKey=QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw&signature=h91s01A1BTYF7fnRuJQBeSKhs2E%3D
 HTTP/1.1" 200 1584
+CSLog: DEBUG: Response : {accountid : 'cdfca0d1-2bed-11f0-89ec-50eb7122da94', 
account : 'admin', domainid : 'cdfb8bd6-2bed-11f0-89ec-50eb7122da94', 
domainpath : 'ROOT', userid : 'cdfd7c6f-2bed-11f0-89ec-50eb7122da94', cmd : 
'org.apache.cloudstack.api.command.user.project.CreateProjectCmd', jobstatus : 
1, jobprocstatus : 0, jobresultcode : 0, jobresulttype : 'object', jobresult : 
{id : '4aa37970-78bc-4ab7-9edb-0d5593caa853', name : 'Project-BWB5U3', 
displaytext : 'Test project', domainid  [...]
+CSLog: DEBUG: ===Jobid:1d0a2600-093f-4471-9efc-997eff174945 ; StartTime:Thu 
May  8 16:13:03 2025 ; EndTime:Thu May  8 16:13:04 2025 ; TotalTime:-1===
+CSLog: DEBUG: Response : {accountid : 'cdfca0d1-2bed-11f0-89ec-50eb7122da94', 
account : 'admin', domainid : 'cdfb8bd6-2bed-11f0-89ec-50eb7122da94', 
domainpath : 'ROOT', userid : 'cdfd7c6f-2bed-11f0-89ec-50eb7122da94', cmd : 
'org.apache.cloudstack.api.command.user.project.CreateProjectCmd', jobstatus : 
1, jobprocstatus : 0, jobresultcode : 0, jobresulttype : 'object', jobresult : 
{id : '4aa37970-78bc-4ab7-9edb-0d5593caa853', name : 'Project-BWB5U3', 
displaytext : 'Test project', domainid  [...]
+CSLog: DEBUG: Payload: {'account': 'test-TestVMOwnership-7B9US3', 
'diskofferingid': '0cdb9f5e-2e5a-4b21-8208-3278050fe4be', 'domainid': 
'16476918-0530-4f18-b957-3acc3c270d87', 'name': 'TestDiskServ-4IHFN8', 
'zoneid': 'b5e75171-0930-40ea-aa4f-5242c812aad1', 'command': 'createVolume', 
'response': 'json', 'apiKey': 
'QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw',
 'signature': b'uQyj3YkpuuMokKPTp6AQfcGSuCk='}
+CSLog: DEBUG: ========Sending GET Cmd : createVolume=======
+urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): localhost:8080
+urllib3.connectionpool: DEBUG: http://localhost:8080 "GET 
/client/api?account=test-TestVMOwnership-7B9US3&diskofferingid=0cdb9f5e-2e5a-4b21-8208-3278050fe4be&domainid=16476918-0530-4f18-b957-3acc3c270d87&name=TestDiskServ-4IHFN8&zoneid=b5e75171-0930-40ea-aa4f-5242c812aad1&command=createVolume&response=json&apiKey=QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw&signature=uQyj3YkpuuMokKPTp6AQfcGSuCk%3D
 HTTP/1.1" 200 117
+CSLog: DEBUG: === Jobid: 5bfecf7c-b608-4827-b3df-ecd8aaa3d89f Started ===
+CSLog: DEBUG: Payload: {'jobid': '5bfecf7c-b608-4827-b3df-ecd8aaa3d89f', 
'command': 'queryAsyncJobResult', 'response': 'json', 'apiKey': 
'QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw',
 'signature': b'KB9EK6iG+8CKw1sEBqTgbRoZxfc='}
+CSLog: DEBUG: ========Sending GET Cmd : queryAsyncJobResult=======
+urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): localhost:8080
+urllib3.connectionpool: DEBUG: http://localhost:8080 "GET 
/client/api?jobid=5bfecf7c-b608-4827-b3df-ecd8aaa3d89f&command=queryAsyncJobResult&response=json&apiKey=QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw&signature=KB9EK6iG%2B8CKw1sEBqTgbRoZxfc%3D
 HTTP/1.1" 200 550
+CSLog: DEBUG: Response : {accountid : 'cdfca0d1-2bed-11f0-89ec-50eb7122da94', 
account : 'admin', domainid : 'cdfb8bd6-2bed-11f0-89ec-50eb7122da94', 
domainpath : 'ROOT', userid : 'cdfd7c6f-2bed-11f0-89ec-50eb7122da94', cmd : 
'org.apache.cloudstack.api.command.admin.volume.CreateVolumeCmdByAdmin', 
jobstatus : 0, jobprocstatus : 0, jobresultcode : 0, jobinstancetype : 
'Volume', jobinstanceid : '17603432-6001-44a7-96c8-e90145aafaba', 
managementserverid : 88972145646228, created : '2025-05-08 [...]
+CSLog: DEBUG: === JobId:5bfecf7c-b608-4827-b3df-ecd8aaa3d89f is Still 
Processing, Will TimeOut in:3599 ====
+CSLog: DEBUG: Payload: {'jobid': '5bfecf7c-b608-4827-b3df-ecd8aaa3d89f', 
'command': 'queryAsyncJobResult', 'response': 'json', 'apiKey': 
'QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw',
 'signature': b'KB9EK6iG+8CKw1sEBqTgbRoZxfc='}
+CSLog: DEBUG: ========Sending GET Cmd : queryAsyncJobResult=======
+urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): localhost:8080
+urllib3.connectionpool: DEBUG: http://localhost:8080 "GET 
/client/api?jobid=5bfecf7c-b608-4827-b3df-ecd8aaa3d89f&command=queryAsyncJobResult&response=json&apiKey=QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw&signature=KB9EK6iG%2B8CKw1sEBqTgbRoZxfc%3D
 HTTP/1.1" 200 1433
+CSLog: DEBUG: Response : {accountid : 'cdfca0d1-2bed-11f0-89ec-50eb7122da94', 
account : 'admin', domainid : 'cdfb8bd6-2bed-11f0-89ec-50eb7122da94', 
domainpath : 'ROOT', userid : 'cdfd7c6f-2bed-11f0-89ec-50eb7122da94', cmd : 
'org.apache.cloudstack.api.command.admin.volume.CreateVolumeCmdByAdmin', 
jobstatus : 1, jobprocstatus : 0, jobresultcode : 0, jobresulttype : 'object', 
jobresult : {id : '17603432-6001-44a7-96c8-e90145aafaba', name : 
'TestDiskServ-4IHFN8', zoneid : 'b5e75171-0930-40ea [...]
+CSLog: DEBUG: ===Jobid:5bfecf7c-b608-4827-b3df-ecd8aaa3d89f ; StartTime:Thu 
May  8 16:13:04 2025 ; EndTime:Thu May  8 16:13:05 2025 ; TotalTime:-1===
+CSLog: DEBUG: Response : {accountid : 'cdfca0d1-2bed-11f0-89ec-50eb7122da94', 
account : 'admin', domainid : 'cdfb8bd6-2bed-11f0-89ec-50eb7122da94', 
domainpath : 'ROOT', userid : 'cdfd7c6f-2bed-11f0-89ec-50eb7122da94', cmd : 
'org.apache.cloudstack.api.command.admin.volume.CreateVolumeCmdByAdmin', 
jobstatus : 1, jobprocstatus : 0, jobresultcode : 0, jobresulttype : 'object', 
jobresult : {id : '17603432-6001-44a7-96c8-e90145aafaba', name : 
'TestDiskServ-4IHFN8', zoneid : 'b5e75171-0930-40ea [...]
+CSLog: DEBUG: Payload: {'name': 'Domain-6IJIKW', 'parentdomainid': 
'bf8b0690-d5a7-4696-b5b3-82272e563378', 'command': 'createDomain', 'response': 
'json', 'apiKey': 
'QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw',
 'signature': b'4485TLUYVgnDKQEQHYBnUljyCxg='}
+CSLog: DEBUG: ========Sending GET Cmd : createDomain=======
+urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): localhost:8080
+urllib3.connectionpool: DEBUG: http://localhost:8080 "GET 
/client/api?name=Domain-6IJIKW&parentdomainid=bf8b0690-d5a7-4696-b5b3-82272e563378&command=createDomain&response=json&apiKey=QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw&signature=4485TLUYVgnDKQEQHYBnUljyCxg%3D
 HTTP/1.1" 200 292
+CSLog: DEBUG: Response : {id : 'ef20ee13-e555-48f6-949b-b5d474f33df3', name : 
'Domain-6IJIKW', level : 2, parentdomainid : 
'bf8b0690-d5a7-4696-b5b3-82272e563378', parentdomainname : 'Domain-5VF2X8', 
haschild : False, path : 'ROOT/Domain-5VF2X8/Domain-6IJIKW', 
secondarystoragetotal : 0.0}
+CSLog: DEBUG: Payload: {'accounttype': 0, 'domainid': 
'ef20ee13-e555-48f6-949b-b5d474f33df3', 'email': 't...@test.com', 'firstname': 
'Test', 'lastname': 'User', 'password': 'password', 'username': 
'test-TestVMOwnership-NKAFDT', 'command': 'createAccount', 'response': 'json', 
'apiKey': 
'QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw',
 'signature': b'uFoqxjGDq06TbbwEjZWWEQcJ16k='}
+CSLog: DEBUG: ========Sending GET Cmd : createAccount=======
+urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): localhost:8080
+urllib3.connectionpool: DEBUG: http://localhost:8080 "GET 
/client/api?accounttype=0&domainid=ef20ee13-e555-48f6-949b-b5d474f33df3&email=test%40test.com&firstname=Test&lastname=User&password=password&username=test-TestVMOwnership-NKAFDT&command=createAccount&response=json&apiKey=QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw&signature=uFoqxjGDq06TbbwEjZWWEQcJ16k%3D
 HTTP/1.1" 200 1810
+CSLog: DEBUG: Response : {id : '89b0be1d-b352-4536-b84b-74ec8087be2f', name : 
'test-TestVMOwnership-NKAFDT', accounttype : 0, roleid : 
'e33478f3-2bed-11f0-89ec-50eb7122da94', roletype : 'User', rolename : 'User', 
domainid : 'ef20ee13-e555-48f6-949b-b5d474f33df3', domain : 'Domain-6IJIKW', 
domainpath : 'ROOT/Domain-5VF2X8/Domain-6IJIKW', vmlimit : '20', vmtotal : 0, 
vmavailable : '20', iplimit : '20', iptotal : 0, ipavailable : '20', 
volumelimit : '20', volumetotal : 0, volumeavailable :  [...]
+CSLog: DEBUG: Payload: {'account': 'test-TestVMOwnership-NKAFDT', 'domainid': 
'ef20ee13-e555-48f6-949b-b5d474f33df3', 'email': 'u...@test.com', 'firstname': 
'User', 'lastname': 'User', 'password': 'fr3sca', 'username': 'User-BK92NQ', 
'command': 'createUser', 'response': 'json', 'apiKey': 
'QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw',
 'signature': b'b5Pz+mEAp49txdMFecA7XbyUFXo='}
+CSLog: DEBUG: ========Sending GET Cmd : createUser=======
+urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): localhost:8080
+urllib3.connectionpool: DEBUG: http://localhost:8080 "GET 
/client/api?account=test-TestVMOwnership-NKAFDT&domainid=ef20ee13-e555-48f6-949b-b5d474f33df3&email=user%40test.com&firstname=User&lastname=User&password=fr3sca&username=User-BK92NQ&command=createUser&response=json&apiKey=QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw&signature=b5Pz%2BmEAp49txdMFecA7XbyUFXo%3D
 HTTP/1.1" 200 595
+CSLog: DEBUG: Response : {id : 'beae8e4e-848b-495d-9f95-ea76f8d33486', 
username : 'User-BK92NQ', firstname : 'User', lastname : 'User', email : 
'u...@test.com', created : '2025-05-08T16:13:13+0530', state : 'enabled', 
account : 'test-TestVMOwnership-NKAFDT', accounttype : 0, usersource : 
'native', roleid : 'e33478f3-2bed-11f0-89ec-50eb7122da94', roletype : 'User', 
rolename : 'User', domainid : 'ef20ee13-e555-48f6-949b-b5d474f33df3', domain : 
'Domain-6IJIKW', accountid : '89b0be1d-b352-45 [...]
+CSLog: DEBUG: Payload: {'account': 'test-TestVMOwnership-NKAFDT', 
'displaytext': 'Test project', 'domainid': 
'ef20ee13-e555-48f6-949b-b5d474f33df3', 'name': 'Project-LSCNCQ', 'command': 
'createProject', 'response': 'json', 'apiKey': 
'QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw',
 'signature': b'nVkWJTMKH12TmouRJRvlxo6qT1M='}
+CSLog: DEBUG: ========Sending GET Cmd : createProject=======
+urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): localhost:8080
+urllib3.connectionpool: DEBUG: http://localhost:8080 "GET 
/client/api?account=test-TestVMOwnership-NKAFDT&displaytext=Test+project&domainid=ef20ee13-e555-48f6-949b-b5d474f33df3&name=Project-LSCNCQ&command=createProject&response=json&apiKey=QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw&signature=nVkWJTMKH12TmouRJRvlxo6qT1M%3D
 HTTP/1.1" 200 118
+CSLog: DEBUG: === Jobid: 768949ab-1888-42e8-affc-693b19ed343a Started ===
+CSLog: DEBUG: Payload: {'jobid': '768949ab-1888-42e8-affc-693b19ed343a', 
'command': 'queryAsyncJobResult', 'response': 'json', 'apiKey': 
'QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw',
 'signature': b'YuV2jqpf6igvE8FYJgSZWhoJhRg='}
+CSLog: DEBUG: ========Sending GET Cmd : queryAsyncJobResult=======
+urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): localhost:8080
+urllib3.connectionpool: DEBUG: http://localhost:8080 "GET 
/client/api?jobid=768949ab-1888-42e8-affc-693b19ed343a&command=queryAsyncJobResult&response=json&apiKey=QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw&signature=YuV2jqpf6igvE8FYJgSZWhoJhRg%3D
 HTTP/1.1" 200 487
+CSLog: DEBUG: Response : {accountid : 'cdfca0d1-2bed-11f0-89ec-50eb7122da94', 
account : 'admin', domainid : 'cdfb8bd6-2bed-11f0-89ec-50eb7122da94', 
domainpath : 'ROOT', userid : 'cdfd7c6f-2bed-11f0-89ec-50eb7122da94', cmd : 
'org.apache.cloudstack.api.command.user.project.CreateProjectCmd', jobstatus : 
0, jobprocstatus : 0, jobresultcode : 0, jobinstancetype : 'None', 
managementserverid : 88972145646228, created : '2025-05-08T16:13:13+0530', 
jobid : '768949ab-1888-42e8-affc-693b19ed343a'}
+CSLog: DEBUG: === JobId:768949ab-1888-42e8-affc-693b19ed343a is Still 
Processing, Will TimeOut in:3599 ====
+CSLog: DEBUG: Payload: {'jobid': '768949ab-1888-42e8-affc-693b19ed343a', 
'command': 'queryAsyncJobResult', 'response': 'json', 'apiKey': 
'QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw',
 'signature': b'YuV2jqpf6igvE8FYJgSZWhoJhRg='}
+CSLog: DEBUG: ========Sending GET Cmd : queryAsyncJobResult=======
+urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): localhost:8080
+urllib3.connectionpool: DEBUG: http://localhost:8080 "GET 
/client/api?jobid=768949ab-1888-42e8-affc-693b19ed343a&command=queryAsyncJobResult&response=json&apiKey=QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw&signature=YuV2jqpf6igvE8FYJgSZWhoJhRg%3D
 HTTP/1.1" 200 1584
+CSLog: DEBUG: Response : {accountid : 'cdfca0d1-2bed-11f0-89ec-50eb7122da94', 
account : 'admin', domainid : 'cdfb8bd6-2bed-11f0-89ec-50eb7122da94', 
domainpath : 'ROOT', userid : 'cdfd7c6f-2bed-11f0-89ec-50eb7122da94', cmd : 
'org.apache.cloudstack.api.command.user.project.CreateProjectCmd', jobstatus : 
1, jobprocstatus : 0, jobresultcode : 0, jobresulttype : 'object', jobresult : 
{id : '84a85c9e-b343-4a52-adac-6fee9c5ce652', name : 'Project-LSCNCQ', 
displaytext : 'Test project', domainid  [...]
+CSLog: DEBUG: ===Jobid:768949ab-1888-42e8-affc-693b19ed343a ; StartTime:Thu 
May  8 16:13:13 2025 ; EndTime:Thu May  8 16:13:14 2025 ; TotalTime:-1===
+CSLog: DEBUG: Response : {accountid : 'cdfca0d1-2bed-11f0-89ec-50eb7122da94', 
account : 'admin', domainid : 'cdfb8bd6-2bed-11f0-89ec-50eb7122da94', 
domainpath : 'ROOT', userid : 'cdfd7c6f-2bed-11f0-89ec-50eb7122da94', cmd : 
'org.apache.cloudstack.api.command.user.project.CreateProjectCmd', jobstatus : 
1, jobprocstatus : 0, jobresultcode : 0, jobresulttype : 'object', jobresult : 
{id : '84a85c9e-b343-4a52-adac-6fee9c5ce652', name : 'Project-LSCNCQ', 
displaytext : 'Test project', domainid  [...]
+CSLog: DEBUG: Payload: {'account': 'test-TestVMOwnership-NKAFDT', 
'diskofferingid': '0cdb9f5e-2e5a-4b21-8208-3278050fe4be', 'domainid': 
'ef20ee13-e555-48f6-949b-b5d474f33df3', 'name': 'TestDiskServ-RJJS8V', 
'zoneid': 'b5e75171-0930-40ea-aa4f-5242c812aad1', 'command': 'createVolume', 
'response': 'json', 'apiKey': 
'QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw',
 'signature': b'mM/G3p59KyL9g3S7oKnIFV0ileg='}
+CSLog: DEBUG: ========Sending GET Cmd : createVolume=======
+urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): localhost:8080
+urllib3.connectionpool: DEBUG: http://localhost:8080 "GET 
/client/api?account=test-TestVMOwnership-NKAFDT&diskofferingid=0cdb9f5e-2e5a-4b21-8208-3278050fe4be&domainid=ef20ee13-e555-48f6-949b-b5d474f33df3&name=TestDiskServ-RJJS8V&zoneid=b5e75171-0930-40ea-aa4f-5242c812aad1&command=createVolume&response=json&apiKey=QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw&signature=mM%2FG3p59KyL9g3S7oKnIFV0ileg%3D
 HTTP/1.1" 200 117
+CSLog: DEBUG: === Jobid: 2d4434c2-25f3-4b6f-8f60-848ead9135c7 Started ===
+CSLog: DEBUG: Payload: {'jobid': '2d4434c2-25f3-4b6f-8f60-848ead9135c7', 
'command': 'queryAsyncJobResult', 'response': 'json', 'apiKey': 
'QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw',
 'signature': b'J8xSmNdYe6IqaT7h4kHhxrwA4A8='}
+CSLog: DEBUG: ========Sending GET Cmd : queryAsyncJobResult=======
+urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): localhost:8080
+urllib3.connectionpool: DEBUG: http://localhost:8080 "GET 
/client/api?jobid=2d4434c2-25f3-4b6f-8f60-848ead9135c7&command=queryAsyncJobResult&response=json&apiKey=QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw&signature=J8xSmNdYe6IqaT7h4kHhxrwA4A8%3D
 HTTP/1.1" 200 550
+CSLog: DEBUG: Response : {accountid : 'cdfca0d1-2bed-11f0-89ec-50eb7122da94', 
account : 'admin', domainid : 'cdfb8bd6-2bed-11f0-89ec-50eb7122da94', 
domainpath : 'ROOT', userid : 'cdfd7c6f-2bed-11f0-89ec-50eb7122da94', cmd : 
'org.apache.cloudstack.api.command.admin.volume.CreateVolumeCmdByAdmin', 
jobstatus : 0, jobprocstatus : 0, jobresultcode : 0, jobinstancetype : 
'Volume', jobinstanceid : '33c3ddf8-4880-40ba-a8e1-3fc17a4db8d0', 
managementserverid : 88972145646228, created : '2025-05-08 [...]
+CSLog: DEBUG: === JobId:2d4434c2-25f3-4b6f-8f60-848ead9135c7 is Still 
Processing, Will TimeOut in:3599 ====
+CSLog: DEBUG: Payload: {'jobid': '2d4434c2-25f3-4b6f-8f60-848ead9135c7', 
'command': 'queryAsyncJobResult', 'response': 'json', 'apiKey': 
'QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw',
 'signature': b'J8xSmNdYe6IqaT7h4kHhxrwA4A8='}
+CSLog: DEBUG: ========Sending GET Cmd : queryAsyncJobResult=======
+urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): localhost:8080
+urllib3.connectionpool: DEBUG: http://localhost:8080 "GET 
/client/api?jobid=2d4434c2-25f3-4b6f-8f60-848ead9135c7&command=queryAsyncJobResult&response=json&apiKey=QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw&signature=J8xSmNdYe6IqaT7h4kHhxrwA4A8%3D
 HTTP/1.1" 200 1447
+CSLog: DEBUG: Response : {accountid : 'cdfca0d1-2bed-11f0-89ec-50eb7122da94', 
account : 'admin', domainid : 'cdfb8bd6-2bed-11f0-89ec-50eb7122da94', 
domainpath : 'ROOT', userid : 'cdfd7c6f-2bed-11f0-89ec-50eb7122da94', cmd : 
'org.apache.cloudstack.api.command.admin.volume.CreateVolumeCmdByAdmin', 
jobstatus : 1, jobprocstatus : 0, jobresultcode : 0, jobresulttype : 'object', 
jobresult : {id : '33c3ddf8-4880-40ba-a8e1-3fc17a4db8d0', name : 
'TestDiskServ-RJJS8V', zoneid : 'b5e75171-0930-40ea [...]
+CSLog: DEBUG: ===Jobid:2d4434c2-25f3-4b6f-8f60-848ead9135c7 ; StartTime:Thu 
May  8 16:13:14 2025 ; EndTime:Thu May  8 16:13:16 2025 ; TotalTime:-1===
+CSLog: DEBUG: Response : {accountid : 'cdfca0d1-2bed-11f0-89ec-50eb7122da94', 
account : 'admin', domainid : 'cdfb8bd6-2bed-11f0-89ec-50eb7122da94', 
domainpath : 'ROOT', userid : 'cdfd7c6f-2bed-11f0-89ec-50eb7122da94', cmd : 
'org.apache.cloudstack.api.command.admin.volume.CreateVolumeCmdByAdmin', 
jobstatus : 1, jobprocstatus : 0, jobresultcode : 0, jobresulttype : 'object', 
jobresult : {id : '33c3ddf8-4880-40ba-a8e1-3fc17a4db8d0', name : 
'TestDiskServ-RJJS8V', zoneid : 'b5e75171-0930-40ea [...]
+CSLog: DEBUG: Payload: {'name': 'Domain-X4NJMB', 'parentdomainid': 
'16476918-0530-4f18-b957-3acc3c270d87', 'command': 'createDomain', 'response': 
'json', 'apiKey': 
'QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw',
 'signature': b'HKL6VVvronWYYOxBPD+9sWsoeAQ='}
+CSLog: DEBUG: ========Sending GET Cmd : createDomain=======
+urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): localhost:8080
+urllib3.connectionpool: DEBUG: http://localhost:8080 "GET 
/client/api?name=Domain-X4NJMB&parentdomainid=16476918-0530-4f18-b957-3acc3c270d87&command=createDomain&response=json&apiKey=QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw&signature=HKL6VVvronWYYOxBPD%2B9sWsoeAQ%3D
 HTTP/1.1" 200 292
+CSLog: DEBUG: Response : {id : 'df28e43d-2ec6-45ff-9f7f-29103e292373', name : 
'Domain-X4NJMB', level : 2, parentdomainid : 
'16476918-0530-4f18-b957-3acc3c270d87', parentdomainname : 'Domain-ZD2EW8', 
haschild : False, path : 'ROOT/Domain-ZD2EW8/Domain-X4NJMB', 
secondarystoragetotal : 0.0}
+CSLog: DEBUG: Payload: {'accounttype': 0, 'domainid': 
'df28e43d-2ec6-45ff-9f7f-29103e292373', 'email': 't...@test.com', 'firstname': 
'Test', 'lastname': 'User', 'password': 'password', 'username': 
'test-TestVMOwnership-Z355XF', 'command': 'createAccount', 'response': 'json', 
'apiKey': 
'QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw',
 'signature': b'U4GQ1dL1pqZ371eSVQESGJzIvB0='}
+CSLog: DEBUG: ========Sending GET Cmd : createAccount=======
+urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): localhost:8080
+urllib3.connectionpool: DEBUG: http://localhost:8080 "GET 
/client/api?accounttype=0&domainid=df28e43d-2ec6-45ff-9f7f-29103e292373&email=test%40test.com&firstname=Test&lastname=User&password=password&username=test-TestVMOwnership-Z355XF&command=createAccount&response=json&apiKey=QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw&signature=U4GQ1dL1pqZ371eSVQESGJzIvB0%3D
 HTTP/1.1" 200 1810
+CSLog: DEBUG: Response : {id : 'ed6bb8b3-d9bb-40d4-82ae-a132346d4215', name : 
'test-TestVMOwnership-Z355XF', accounttype : 0, roleid : 
'e33478f3-2bed-11f0-89ec-50eb7122da94', roletype : 'User', rolename : 'User', 
domainid : 'df28e43d-2ec6-45ff-9f7f-29103e292373', domain : 'Domain-X4NJMB', 
domainpath : 'ROOT/Domain-ZD2EW8/Domain-X4NJMB', vmlimit : '20', vmtotal : 0, 
vmavailable : '20', iplimit : '20', iptotal : 0, ipavailable : '20', 
volumelimit : '20', volumetotal : 0, volumeavailable :  [...]
+CSLog: DEBUG: Payload: {'account': 'test-TestVMOwnership-Z355XF', 'domainid': 
'df28e43d-2ec6-45ff-9f7f-29103e292373', 'email': 'u...@test.com', 'firstname': 
'User', 'lastname': 'User', 'password': 'fr3sca', 'username': 'User-OUX3U9', 
'command': 'createUser', 'response': 'json', 'apiKey': 
'QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw',
 'signature': b'AqZnhhT3xlKg5+Y2LScWHZzCCfo='}
+CSLog: DEBUG: ========Sending GET Cmd : createUser=======
+urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): localhost:8080
+urllib3.connectionpool: DEBUG: http://localhost:8080 "GET 
/client/api?account=test-TestVMOwnership-Z355XF&domainid=df28e43d-2ec6-45ff-9f7f-29103e292373&email=user%40test.com&firstname=User&lastname=User&password=fr3sca&username=User-OUX3U9&command=createUser&response=json&apiKey=QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw&signature=AqZnhhT3xlKg5%2BY2LScWHZzCCfo%3D
 HTTP/1.1" 200 595
+CSLog: DEBUG: Response : {id : 'e3bba722-dc2c-42e2-800c-f675e86bb441', 
username : 'User-OUX3U9', firstname : 'User', lastname : 'User', email : 
'u...@test.com', created : '2025-05-08T16:13:25+0530', state : 'enabled', 
account : 'test-TestVMOwnership-Z355XF', accounttype : 0, usersource : 
'native', roleid : 'e33478f3-2bed-11f0-89ec-50eb7122da94', roletype : 'User', 
rolename : 'User', domainid : 'df28e43d-2ec6-45ff-9f7f-29103e292373', domain : 
'Domain-X4NJMB', accountid : 'ed6bb8b3-d9bb-40 [...]
+CSLog: DEBUG: Payload: {'account': 'test-TestVMOwnership-Z355XF', 
'displaytext': 'Test project', 'domainid': 
'df28e43d-2ec6-45ff-9f7f-29103e292373', 'name': 'Project-UW04FB', 'command': 
'createProject', 'response': 'json', 'apiKey': 
'QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw',
 'signature': b'qcC3UKlnxCLRvUQ4v3hpL3tF+uA='}
+CSLog: DEBUG: ========Sending GET Cmd : createProject=======
+urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): localhost:8080
+urllib3.connectionpool: DEBUG: http://localhost:8080 "GET 
/client/api?account=test-TestVMOwnership-Z355XF&displaytext=Test+project&domainid=df28e43d-2ec6-45ff-9f7f-29103e292373&name=Project-UW04FB&command=createProject&response=json&apiKey=QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw&signature=qcC3UKlnxCLRvUQ4v3hpL3tF%2BuA%3D
 HTTP/1.1" 200 118
+CSLog: DEBUG: === Jobid: 2149583d-c040-46b4-916c-cd176df640c3 Started ===
+CSLog: DEBUG: Payload: {'jobid': '2149583d-c040-46b4-916c-cd176df640c3', 
'command': 'queryAsyncJobResult', 'response': 'json', 'apiKey': 
'QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw',
 'signature': b'IlRhJR/4oA3UU9z6Qyg/3DsTbAc='}
+CSLog: DEBUG: ========Sending GET Cmd : queryAsyncJobResult=======
+urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): localhost:8080
+urllib3.connectionpool: DEBUG: http://localhost:8080 "GET 
/client/api?jobid=2149583d-c040-46b4-916c-cd176df640c3&command=queryAsyncJobResult&response=json&apiKey=QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw&signature=IlRhJR%2F4oA3UU9z6Qyg%2F3DsTbAc%3D
 HTTP/1.1" 200 487
+CSLog: DEBUG: Response : {accountid : 'cdfca0d1-2bed-11f0-89ec-50eb7122da94', 
account : 'admin', domainid : 'cdfb8bd6-2bed-11f0-89ec-50eb7122da94', 
domainpath : 'ROOT', userid : 'cdfd7c6f-2bed-11f0-89ec-50eb7122da94', cmd : 
'org.apache.cloudstack.api.command.user.project.CreateProjectCmd', jobstatus : 
0, jobprocstatus : 0, jobresultcode : 0, jobinstancetype : 'None', 
managementserverid : 88972145646228, created : '2025-05-08T16:13:25+0530', 
jobid : '2149583d-c040-46b4-916c-cd176df640c3'}
+CSLog: DEBUG: === JobId:2149583d-c040-46b4-916c-cd176df640c3 is Still 
Processing, Will TimeOut in:3599 ====
+CSLog: DEBUG: Payload: {'jobid': '2149583d-c040-46b4-916c-cd176df640c3', 
'command': 'queryAsyncJobResult', 'response': 'json', 'apiKey': 
'QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw',
 'signature': b'IlRhJR/4oA3UU9z6Qyg/3DsTbAc='}
+CSLog: DEBUG: ========Sending GET Cmd : queryAsyncJobResult=======
+urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): localhost:8080
+urllib3.connectionpool: DEBUG: http://localhost:8080 "GET 
/client/api?jobid=2149583d-c040-46b4-916c-cd176df640c3&command=queryAsyncJobResult&response=json&apiKey=QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw&signature=IlRhJR%2F4oA3UU9z6Qyg%2F3DsTbAc%3D
 HTTP/1.1" 200 1585
+CSLog: DEBUG: Response : {accountid : 'cdfca0d1-2bed-11f0-89ec-50eb7122da94', 
account : 'admin', domainid : 'cdfb8bd6-2bed-11f0-89ec-50eb7122da94', 
domainpath : 'ROOT', userid : 'cdfd7c6f-2bed-11f0-89ec-50eb7122da94', cmd : 
'org.apache.cloudstack.api.command.user.project.CreateProjectCmd', jobstatus : 
1, jobprocstatus : 0, jobresultcode : 0, jobresulttype : 'object', jobresult : 
{id : '3a923805-efea-416e-aa22-1e5c32567ae6', name : 'Project-UW04FB', 
displaytext : 'Test project', domainid  [...]
+CSLog: DEBUG: ===Jobid:2149583d-c040-46b4-916c-cd176df640c3 ; StartTime:Thu 
May  8 16:13:25 2025 ; EndTime:Thu May  8 16:13:26 2025 ; TotalTime:-1===
+CSLog: DEBUG: Response : {accountid : 'cdfca0d1-2bed-11f0-89ec-50eb7122da94', 
account : 'admin', domainid : 'cdfb8bd6-2bed-11f0-89ec-50eb7122da94', 
domainpath : 'ROOT', userid : 'cdfd7c6f-2bed-11f0-89ec-50eb7122da94', cmd : 
'org.apache.cloudstack.api.command.user.project.CreateProjectCmd', jobstatus : 
1, jobprocstatus : 0, jobresultcode : 0, jobresulttype : 'object', jobresult : 
{id : '3a923805-efea-416e-aa22-1e5c32567ae6', name : 'Project-UW04FB', 
displaytext : 'Test project', domainid  [...]
+CSLog: DEBUG: Payload: {'account': 'test-TestVMOwnership-Z355XF', 
'diskofferingid': '0cdb9f5e-2e5a-4b21-8208-3278050fe4be', 'domainid': 
'df28e43d-2ec6-45ff-9f7f-29103e292373', 'name': 'TestDiskServ-P4OBTA', 
'zoneid': 'b5e75171-0930-40ea-aa4f-5242c812aad1', 'command': 'createVolume', 
'response': 'json', 'apiKey': 
'QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw',
 'signature': b'26trqIHRHCDC4reOqA53XbkwHhs='}
+CSLog: DEBUG: ========Sending GET Cmd : createVolume=======
+urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): localhost:8080
+urllib3.connectionpool: DEBUG: http://localhost:8080 "GET 
/client/api?account=test-TestVMOwnership-Z355XF&diskofferingid=0cdb9f5e-2e5a-4b21-8208-3278050fe4be&domainid=df28e43d-2ec6-45ff-9f7f-29103e292373&name=TestDiskServ-P4OBTA&zoneid=b5e75171-0930-40ea-aa4f-5242c812aad1&command=createVolume&response=json&apiKey=QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw&signature=26trqIHRHCDC4reOqA53XbkwHhs%3D
 HTTP/1.1" 200 117
+CSLog: DEBUG: === Jobid: 163bfca5-b18d-40f0-aaaa-a3e4e14a1b78 Started ===
+CSLog: DEBUG: Payload: {'jobid': '163bfca5-b18d-40f0-aaaa-a3e4e14a1b78', 
'command': 'queryAsyncJobResult', 'response': 'json', 'apiKey': 
'QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw',
 'signature': b'ybk+PiFf6yuwyly9jXnua7Tl+Wk='}
+CSLog: DEBUG: ========Sending GET Cmd : queryAsyncJobResult=======
+urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): localhost:8080
+urllib3.connectionpool: DEBUG: http://localhost:8080 "GET 
/client/api?jobid=163bfca5-b18d-40f0-aaaa-a3e4e14a1b78&command=queryAsyncJobResult&response=json&apiKey=QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw&signature=ybk%2BPiFf6yuwyly9jXnua7Tl%2BWk%3D
 HTTP/1.1" 200 550
+CSLog: DEBUG: Response : {accountid : 'cdfca0d1-2bed-11f0-89ec-50eb7122da94', 
account : 'admin', domainid : 'cdfb8bd6-2bed-11f0-89ec-50eb7122da94', 
domainpath : 'ROOT', userid : 'cdfd7c6f-2bed-11f0-89ec-50eb7122da94', cmd : 
'org.apache.cloudstack.api.command.admin.volume.CreateVolumeCmdByAdmin', 
jobstatus : 0, jobprocstatus : 0, jobresultcode : 0, jobinstancetype : 
'Volume', jobinstanceid : '79f8f22f-3cdf-4688-9caa-ac79f6979685', 
managementserverid : 88972145646228, created : '2025-05-08 [...]
+CSLog: DEBUG: === JobId:163bfca5-b18d-40f0-aaaa-a3e4e14a1b78 is Still 
Processing, Will TimeOut in:3599 ====
+CSLog: DEBUG: Payload: {'jobid': '163bfca5-b18d-40f0-aaaa-a3e4e14a1b78', 
'command': 'queryAsyncJobResult', 'response': 'json', 'apiKey': 
'QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw',
 'signature': b'ybk+PiFf6yuwyly9jXnua7Tl+Wk='}
+CSLog: DEBUG: ========Sending GET Cmd : queryAsyncJobResult=======
+urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): localhost:8080
+urllib3.connectionpool: DEBUG: http://localhost:8080 "GET 
/client/api?jobid=163bfca5-b18d-40f0-aaaa-a3e4e14a1b78&command=queryAsyncJobResult&response=json&apiKey=QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw&signature=ybk%2BPiFf6yuwyly9jXnua7Tl%2BWk%3D
 HTTP/1.1" 200 1447
+CSLog: DEBUG: Response : {accountid : 'cdfca0d1-2bed-11f0-89ec-50eb7122da94', 
account : 'admin', domainid : 'cdfb8bd6-2bed-11f0-89ec-50eb7122da94', 
domainpath : 'ROOT', userid : 'cdfd7c6f-2bed-11f0-89ec-50eb7122da94', cmd : 
'org.apache.cloudstack.api.command.admin.volume.CreateVolumeCmdByAdmin', 
jobstatus : 1, jobprocstatus : 0, jobresultcode : 0, jobresulttype : 'object', 
jobresult : {id : '79f8f22f-3cdf-4688-9caa-ac79f6979685', name : 
'TestDiskServ-P4OBTA', zoneid : 'b5e75171-0930-40ea [...]
+CSLog: DEBUG: ===Jobid:163bfca5-b18d-40f0-aaaa-a3e4e14a1b78 ; StartTime:Thu 
May  8 16:13:26 2025 ; EndTime:Thu May  8 16:13:27 2025 ; TotalTime:-1===
+CSLog: DEBUG: Response : {accountid : 'cdfca0d1-2bed-11f0-89ec-50eb7122da94', 
account : 'admin', domainid : 'cdfb8bd6-2bed-11f0-89ec-50eb7122da94', 
domainpath : 'ROOT', userid : 'cdfd7c6f-2bed-11f0-89ec-50eb7122da94', cmd : 
'org.apache.cloudstack.api.command.admin.volume.CreateVolumeCmdByAdmin', 
jobstatus : 1, jobprocstatus : 0, jobresultcode : 0, jobresulttype : 'object', 
jobresult : {id : '79f8f22f-3cdf-4688-9caa-ac79f6979685', name : 
'TestDiskServ-P4OBTA', zoneid : 'b5e75171-0930-40ea [...]
+CSLog: DEBUG: Payload: {'name': 'Domain-SS2OGB', 'parentdomainid': 
'df28e43d-2ec6-45ff-9f7f-29103e292373', 'command': 'createDomain', 'response': 
'json', 'apiKey': 
'QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw',
 'signature': b'/qnoWUbRFTbbMIwSIVr5W1l6DV0='}
+CSLog: DEBUG: ========Sending GET Cmd : createDomain=======
+urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): localhost:8080
+urllib3.connectionpool: DEBUG: http://localhost:8080 "GET 
/client/api?name=Domain-SS2OGB&parentdomainid=df28e43d-2ec6-45ff-9f7f-29103e292373&command=createDomain&response=json&apiKey=QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw&signature=%2FqnoWUbRFTbbMIwSIVr5W1l6DV0%3D
 HTTP/1.1" 200 306
+CSLog: DEBUG: Response : {id : 'cea5f842-383e-42da-9902-bb68297c7f70', name : 
'Domain-SS2OGB', level : 3, parentdomainid : 
'df28e43d-2ec6-45ff-9f7f-29103e292373', parentdomainname : 'Domain-X4NJMB', 
haschild : False, path : 'ROOT/Domain-ZD2EW8/Domain-X4NJMB/Domain-SS2OGB', 
secondarystoragetotal : 0.0}
+CSLog: DEBUG: Payload: {'accounttype': 0, 'domainid': 
'cea5f842-383e-42da-9902-bb68297c7f70', 'email': 't...@test.com', 'firstname': 
'Test', 'lastname': 'User', 'password': 'password', 'username': 
'test-TestVMOwnership-859ZR4', 'command': 'createAccount', 'response': 'json', 
'apiKey': 
'QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw',
 'signature': b'vuzYMrEqci891QCrqM47hjfZN1A='}
+CSLog: DEBUG: ========Sending GET Cmd : createAccount=======
+urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): localhost:8080
+urllib3.connectionpool: DEBUG: http://localhost:8080 "GET 
/client/api?accounttype=0&domainid=cea5f842-383e-42da-9902-bb68297c7f70&email=test%40test.com&firstname=Test&lastname=User&password=password&username=test-TestVMOwnership-859ZR4&command=createAccount&response=json&apiKey=QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw&signature=vuzYMrEqci891QCrqM47hjfZN1A%3D
 HTTP/1.1" 200 1824
+CSLog: DEBUG: Response : {id : 'b3c3478a-0c35-4b7f-ac35-049365b46612', name : 
'test-TestVMOwnership-859ZR4', accounttype : 0, roleid : 
'e33478f3-2bed-11f0-89ec-50eb7122da94', roletype : 'User', rolename : 'User', 
domainid : 'cea5f842-383e-42da-9902-bb68297c7f70', domain : 'Domain-SS2OGB', 
domainpath : 'ROOT/Domain-ZD2EW8/Domain-X4NJMB/Domain-SS2OGB', vmlimit : '20', 
vmtotal : 0, vmavailable : '20', iplimit : '20', iptotal : 0, ipavailable : 
'20', volumelimit : '20', volumetotal : 0, volu [...]
+CSLog: DEBUG: Payload: {'account': 'test-TestVMOwnership-859ZR4', 'domainid': 
'cea5f842-383e-42da-9902-bb68297c7f70', 'email': 'u...@test.com', 'firstname': 
'User', 'lastname': 'User', 'password': 'fr3sca', 'username': 'User-1LIOVW', 
'command': 'createUser', 'response': 'json', 'apiKey': 
'QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw',
 'signature': b'6CSytURDD92UNhYZxINNbCCU90w='}
+CSLog: DEBUG: ========Sending GET Cmd : createUser=======
+urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): localhost:8080
+urllib3.connectionpool: DEBUG: http://localhost:8080 "GET 
/client/api?account=test-TestVMOwnership-859ZR4&domainid=cea5f842-383e-42da-9902-bb68297c7f70&email=user%40test.com&firstname=User&lastname=User&password=fr3sca&username=User-1LIOVW&command=createUser&response=json&apiKey=QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw&signature=6CSytURDD92UNhYZxINNbCCU90w%3D
 HTTP/1.1" 200 595
+CSLog: DEBUG: Response : {id : '049f4db0-ecff-4555-a677-e550e6afeab3', 
username : 'User-1LIOVW', firstname : 'User', lastname : 'User', email : 
'u...@test.com', created : '2025-05-08T16:13:31+0530', state : 'enabled', 
account : 'test-TestVMOwnership-859ZR4', accounttype : 0, usersource : 
'native', roleid : 'e33478f3-2bed-11f0-89ec-50eb7122da94', roletype : 'User', 
rolename : 'User', domainid : 'cea5f842-383e-42da-9902-bb68297c7f70', domain : 
'Domain-SS2OGB', accountid : 'b3c3478a-0c35-4b [...]
+CSLog: DEBUG: Payload: {'account': 'test-TestVMOwnership-859ZR4', 
'displaytext': 'Test project', 'domainid': 
'cea5f842-383e-42da-9902-bb68297c7f70', 'name': 'Project-FGEYJG', 'command': 
'createProject', 'response': 'json', 'apiKey': 
'QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw',
 'signature': b'raj5JMN3UgHxlixMJlKXDF4ZMYQ='}
+CSLog: DEBUG: ========Sending GET Cmd : createProject=======
+urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): localhost:8080
+urllib3.connectionpool: DEBUG: http://localhost:8080 "GET 
/client/api?account=test-TestVMOwnership-859ZR4&displaytext=Test+project&domainid=cea5f842-383e-42da-9902-bb68297c7f70&name=Project-FGEYJG&command=createProject&response=json&apiKey=QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw&signature=raj5JMN3UgHxlixMJlKXDF4ZMYQ%3D
 HTTP/1.1" 200 118
+CSLog: DEBUG: === Jobid: 06575ed2-c8fe-43e6-8e99-cd8c4f105b46 Started ===
+CSLog: DEBUG: Payload: {'jobid': '06575ed2-c8fe-43e6-8e99-cd8c4f105b46', 
'command': 'queryAsyncJobResult', 'response': 'json', 'apiKey': 
'QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw',
 'signature': b'Zyp7mW/Gkjt/YzOIIYQCSTm7ga0='}
+CSLog: DEBUG: ========Sending GET Cmd : queryAsyncJobResult=======
+urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): localhost:8080
+urllib3.connectionpool: DEBUG: http://localhost:8080 "GET 
/client/api?jobid=06575ed2-c8fe-43e6-8e99-cd8c4f105b46&command=queryAsyncJobResult&response=json&apiKey=QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw&signature=Zyp7mW%2FGkjt%2FYzOIIYQCSTm7ga0%3D
 HTTP/1.1" 200 487
+CSLog: DEBUG: Response : {accountid : 'cdfca0d1-2bed-11f0-89ec-50eb7122da94', 
account : 'admin', domainid : 'cdfb8bd6-2bed-11f0-89ec-50eb7122da94', 
domainpath : 'ROOT', userid : 'cdfd7c6f-2bed-11f0-89ec-50eb7122da94', cmd : 
'org.apache.cloudstack.api.command.user.project.CreateProjectCmd', jobstatus : 
0, jobprocstatus : 0, jobresultcode : 0, jobinstancetype : 'None', 
managementserverid : 88972145646228, created : '2025-05-08T16:13:31+0530', 
jobid : '06575ed2-c8fe-43e6-8e99-cd8c4f105b46'}
+CSLog: DEBUG: === JobId:06575ed2-c8fe-43e6-8e99-cd8c4f105b46 is Still 
Processing, Will TimeOut in:3599 ====
+CSLog: DEBUG: Payload: {'jobid': '06575ed2-c8fe-43e6-8e99-cd8c4f105b46', 
'command': 'queryAsyncJobResult', 'response': 'json', 'apiKey': 
'QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw',
 'signature': b'Zyp7mW/Gkjt/YzOIIYQCSTm7ga0='}
+CSLog: DEBUG: ========Sending GET Cmd : queryAsyncJobResult=======
+urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): localhost:8080
+urllib3.connectionpool: DEBUG: http://localhost:8080 "GET 
/client/api?jobid=06575ed2-c8fe-43e6-8e99-cd8c4f105b46&command=queryAsyncJobResult&response=json&apiKey=QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw&signature=Zyp7mW%2FGkjt%2FYzOIIYQCSTm7ga0%3D
 HTTP/1.1" 200 1585
+CSLog: DEBUG: Response : {accountid : 'cdfca0d1-2bed-11f0-89ec-50eb7122da94', 
account : 'admin', domainid : 'cdfb8bd6-2bed-11f0-89ec-50eb7122da94', 
domainpath : 'ROOT', userid : 'cdfd7c6f-2bed-11f0-89ec-50eb7122da94', cmd : 
'org.apache.cloudstack.api.command.user.project.CreateProjectCmd', jobstatus : 
1, jobprocstatus : 0, jobresultcode : 0, jobresulttype : 'object', jobresult : 
{id : 'c4786679-48b6-4b82-bd5e-571bdf9b4478', name : 'Project-FGEYJG', 
displaytext : 'Test project', domainid  [...]
+CSLog: DEBUG: ===Jobid:06575ed2-c8fe-43e6-8e99-cd8c4f105b46 ; StartTime:Thu 
May  8 16:13:31 2025 ; EndTime:Thu May  8 16:13:32 2025 ; TotalTime:-1===
+CSLog: DEBUG: Response : {accountid : 'cdfca0d1-2bed-11f0-89ec-50eb7122da94', 
account : 'admin', domainid : 'cdfb8bd6-2bed-11f0-89ec-50eb7122da94', 
domainpath : 'ROOT', userid : 'cdfd7c6f-2bed-11f0-89ec-50eb7122da94', cmd : 
'org.apache.cloudstack.api.command.user.project.CreateProjectCmd', jobstatus : 
1, jobprocstatus : 0, jobresultcode : 0, jobresulttype : 'object', jobresult : 
{id : 'c4786679-48b6-4b82-bd5e-571bdf9b4478', name : 'Project-FGEYJG', 
displaytext : 'Test project', domainid  [...]
+CSLog: DEBUG: Payload: {'account': 'test-TestVMOwnership-859ZR4', 
'diskofferingid': '0cdb9f5e-2e5a-4b21-8208-3278050fe4be', 'domainid': 
'cea5f842-383e-42da-9902-bb68297c7f70', 'name': 'TestDiskServ-R4XKHZ', 
'zoneid': 'b5e75171-0930-40ea-aa4f-5242c812aad1', 'command': 'createVolume', 
'response': 'json', 'apiKey': 
'QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw',
 'signature': b'3k5pNF+599lVn7uMRD3mTJ7h86c='}
+CSLog: DEBUG: ========Sending GET Cmd : createVolume=======
+urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): localhost:8080
+urllib3.connectionpool: DEBUG: http://localhost:8080 "GET 
/client/api?account=test-TestVMOwnership-859ZR4&diskofferingid=0cdb9f5e-2e5a-4b21-8208-3278050fe4be&domainid=cea5f842-383e-42da-9902-bb68297c7f70&name=TestDiskServ-R4XKHZ&zoneid=b5e75171-0930-40ea-aa4f-5242c812aad1&command=createVolume&response=json&apiKey=QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw&signature=3k5pNF%2B599lVn7uMRD3mTJ7h86c%3D
 HTTP/1.1" 200 117
+CSLog: DEBUG: === Jobid: 2a1be28a-c1e2-43a6-85d4-220748f9cc34 Started ===
+CSLog: DEBUG: Payload: {'jobid': '2a1be28a-c1e2-43a6-85d4-220748f9cc34', 
'command': 'queryAsyncJobResult', 'response': 'json', 'apiKey': 
'QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw',
 'signature': b'dVmDscieiD66a798dzZKnTbVGK0='}
+CSLog: DEBUG: ========Sending GET Cmd : queryAsyncJobResult=======
+urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): localhost:8080
+urllib3.connectionpool: DEBUG: http://localhost:8080 "GET 
/client/api?jobid=2a1be28a-c1e2-43a6-85d4-220748f9cc34&command=queryAsyncJobResult&response=json&apiKey=QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw&signature=dVmDscieiD66a798dzZKnTbVGK0%3D
 HTTP/1.1" 200 550
+CSLog: DEBUG: Response : {accountid : 'cdfca0d1-2bed-11f0-89ec-50eb7122da94', 
account : 'admin', domainid : 'cdfb8bd6-2bed-11f0-89ec-50eb7122da94', 
domainpath : 'ROOT', userid : 'cdfd7c6f-2bed-11f0-89ec-50eb7122da94', cmd : 
'org.apache.cloudstack.api.command.admin.volume.CreateVolumeCmdByAdmin', 
jobstatus : 0, jobprocstatus : 0, jobresultcode : 0, jobinstancetype : 
'Volume', jobinstanceid : 'f996fc1f-1371-48ce-a4ef-39db8314b3c8', 
managementserverid : 88972145646228, created : '2025-05-08 [...]
+CSLog: DEBUG: === JobId:2a1be28a-c1e2-43a6-85d4-220748f9cc34 is Still 
Processing, Will TimeOut in:3599 ====
+CSLog: DEBUG: Payload: {'jobid': '2a1be28a-c1e2-43a6-85d4-220748f9cc34', 
'command': 'queryAsyncJobResult', 'response': 'json', 'apiKey': 
'QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw',
 'signature': b'dVmDscieiD66a798dzZKnTbVGK0='}
+CSLog: DEBUG: ========Sending GET Cmd : queryAsyncJobResult=======
+urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): localhost:8080
+urllib3.connectionpool: DEBUG: http://localhost:8080 "GET 
/client/api?jobid=2a1be28a-c1e2-43a6-85d4-220748f9cc34&command=queryAsyncJobResult&response=json&apiKey=QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw&signature=dVmDscieiD66a798dzZKnTbVGK0%3D
 HTTP/1.1" 200 1461
+CSLog: DEBUG: Response : {accountid : 'cdfca0d1-2bed-11f0-89ec-50eb7122da94', 
account : 'admin', domainid : 'cdfb8bd6-2bed-11f0-89ec-50eb7122da94', 
domainpath : 'ROOT', userid : 'cdfd7c6f-2bed-11f0-89ec-50eb7122da94', cmd : 
'org.apache.cloudstack.api.command.admin.volume.CreateVolumeCmdByAdmin', 
jobstatus : 1, jobprocstatus : 0, jobresultcode : 0, jobresulttype : 'object', 
jobresult : {id : 'f996fc1f-1371-48ce-a4ef-39db8314b3c8', name : 
'TestDiskServ-R4XKHZ', zoneid : 'b5e75171-0930-40ea [...]
+CSLog: DEBUG: ===Jobid:2a1be28a-c1e2-43a6-85d4-220748f9cc34 ; StartTime:Thu 
May  8 16:13:32 2025 ; EndTime:Thu May  8 16:13:33 2025 ; TotalTime:-1===
+CSLog: DEBUG: Response : {accountid : 'cdfca0d1-2bed-11f0-89ec-50eb7122da94', 
account : 'admin', domainid : 'cdfb8bd6-2bed-11f0-89ec-50eb7122da94', 
domainpath : 'ROOT', userid : 'cdfd7c6f-2bed-11f0-89ec-50eb7122da94', cmd : 
'org.apache.cloudstack.api.command.admin.volume.CreateVolumeCmdByAdmin', 
jobstatus : 1, jobprocstatus : 0, jobresultcode : 0, jobresulttype : 'object', 
jobresult : {id : 'f996fc1f-1371-48ce-a4ef-39db8314b3c8', name : 
'TestDiskServ-R4XKHZ', zoneid : 'b5e75171-0930-40ea [...]
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: 
::::::::::::STARTED : TC: test_02_move_across_subdomains :::::::::::
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: Deploying 
instance in the account: test-TestVMOwnership-NKAFDT
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: Payload: 
{'domainid': 'ef20ee13-e555-48f6-949b-b5d474f33df3', 'id': 
'b5e75171-0930-40ea-aa4f-5242c812aad1', 'command': 'listZones', 'response': 
'json', 'apiKey': 
'QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw',
 'signature': b'bRbZOeLuUDfdjPpIgjocsuF9x9Y='}
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: ========Sending 
GET Cmd : listZones=======
+urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): localhost:8080
+urllib3.connectionpool: DEBUG: http://localhost:8080 "GET 
/client/api?domainid=ef20ee13-e555-48f6-949b-b5d474f33df3&id=b5e75171-0930-40ea-aa4f-5242c812aad1&command=listZones&response=json&apiKey=QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw&signature=bRbZOeLuUDfdjPpIgjocsuF9x9Y%3D
 HTTP/1.1" 200 619
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: Response : [{id 
: 'b5e75171-0930-40ea-aa4f-5242c812aad1', name : 'Sandbox-simulator', dns1 : 
'10.147.28.6', internaldns1 : '10.147.28.6', guestcidraddress : '10.1.1.0/24', 
networktype : 'Advanced', securitygroupsenabled : False, allocationstate : 
'Enabled', zonetoken : 'fdaea40d-652d-3333-b94f-cc824b94fa6f', dhcpprovider : 
'VirtualRouter', localstorageenabled : False, tags : [], allowuserspecify [...]
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: Payload: 
{'account': 'test-TestVMOwnership-NKAFDT', 'displayname': 'testserver', 
'domainid': 'ef20ee13-e555-48f6-949b-b5d474f33df3', 'serviceofferingid': 
'dc196617-6abf-456f-b9d9-63a028bf97b7', 'templateid': 
'227cc83c-2bee-11f0-89ec-50eb7122da94', 'zoneid': 
'b5e75171-0930-40ea-aa4f-5242c812aad1', 'command': 'deployVirtualMachine', 
'response': 'json', 'apiKey': 'QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQ [...]
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: ========Sending 
GET Cmd : deployVirtualMachine=======
+urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): localhost:8080
+urllib3.connectionpool: DEBUG: http://localhost:8080 "GET 
/client/api?account=test-TestVMOwnership-NKAFDT&displayname=testserver&domainid=ef20ee13-e555-48f6-949b-b5d474f33df3&serviceofferingid=dc196617-6abf-456f-b9d9-63a028bf97b7&templateid=227cc83c-2bee-11f0-89ec-50eb7122da94&zoneid=b5e75171-0930-40ea-aa4f-5242c812aad1&command=deployVirtualMachine&response=json&apiKey=QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw&signature=m3kFs9P7lup230ielo1Tmuq
 [...]
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: === Jobid: 
8063f070-0022-48ee-bce2-2d5523a1a475 Started ===
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: Payload: 
{'jobid': '8063f070-0022-48ee-bce2-2d5523a1a475', 'command': 
'queryAsyncJobResult', 'response': 'json', 'apiKey': 
'QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw',
 'signature': b'oCj8OnoMIGQryssQ+UDNwDUXzfk='}
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: ========Sending 
GET Cmd : queryAsyncJobResult=======
+urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): localhost:8080
+urllib3.connectionpool: DEBUG: http://localhost:8080 "GET 
/client/api?jobid=8063f070-0022-48ee-bce2-2d5523a1a475&command=queryAsyncJobResult&response=json&apiKey=QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw&signature=oCj8OnoMIGQryssQ%2BUDNwDUXzfk%3D
 HTTP/1.1" 200 550
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: Response : 
{accountid : 'cdfca0d1-2bed-11f0-89ec-50eb7122da94', account : 'admin', 
domainid : 'cdfb8bd6-2bed-11f0-89ec-50eb7122da94', domainpath : 'ROOT', userid 
: 'cdfd7c6f-2bed-11f0-89ec-50eb7122da94', cmd : 
'org.apache.cloudstack.api.command.admin.vm.DeployVMCmdByAdmin', jobstatus : 0, 
jobprocstatus : 0, jobresultcode : 0, jobinstancetype : 'VirtualMachine', 
jobinstanceid : 'e28b84c8-9c9e-48b [...]
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: === 
JobId:8063f070-0022-48ee-bce2-2d5523a1a475 is Still Processing, Will TimeOut 
in:3599 ====
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: Payload: 
{'jobid': '8063f070-0022-48ee-bce2-2d5523a1a475', 'command': 
'queryAsyncJobResult', 'response': 'json', 'apiKey': 
'QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw',
 'signature': b'oCj8OnoMIGQryssQ+UDNwDUXzfk='}
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: ========Sending 
GET Cmd : queryAsyncJobResult=======
+urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): localhost:8080
+urllib3.connectionpool: DEBUG: http://localhost:8080 "GET 
/client/api?jobid=8063f070-0022-48ee-bce2-2d5523a1a475&command=queryAsyncJobResult&response=json&apiKey=QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw&signature=oCj8OnoMIGQryssQ%2BUDNwDUXzfk%3D
 HTTP/1.1" 200 550
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: Response : 
{accountid : 'cdfca0d1-2bed-11f0-89ec-50eb7122da94', account : 'admin', 
domainid : 'cdfb8bd6-2bed-11f0-89ec-50eb7122da94', domainpath : 'ROOT', userid 
: 'cdfd7c6f-2bed-11f0-89ec-50eb7122da94', cmd : 
'org.apache.cloudstack.api.command.admin.vm.DeployVMCmdByAdmin', jobstatus : 0, 
jobprocstatus : 0, jobresultcode : 0, jobinstancetype : 'VirtualMachine', 
jobinstanceid : 'e28b84c8-9c9e-48b [...]
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: === 
JobId:8063f070-0022-48ee-bce2-2d5523a1a475 is Still Processing, Will TimeOut 
in:3598 ====
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: Payload: 
{'jobid': '8063f070-0022-48ee-bce2-2d5523a1a475', 'command': 
'queryAsyncJobResult', 'response': 'json', 'apiKey': 
'QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw',
 'signature': b'oCj8OnoMIGQryssQ+UDNwDUXzfk='}
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: ========Sending 
GET Cmd : queryAsyncJobResult=======
+urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): localhost:8080
+urllib3.connectionpool: DEBUG: http://localhost:8080 "GET 
/client/api?jobid=8063f070-0022-48ee-bce2-2d5523a1a475&command=queryAsyncJobResult&response=json&apiKey=QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw&signature=oCj8OnoMIGQryssQ%2BUDNwDUXzfk%3D
 HTTP/1.1" 200 550
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: Response : 
{accountid : 'cdfca0d1-2bed-11f0-89ec-50eb7122da94', account : 'admin', 
domainid : 'cdfb8bd6-2bed-11f0-89ec-50eb7122da94', domainpath : 'ROOT', userid 
: 'cdfd7c6f-2bed-11f0-89ec-50eb7122da94', cmd : 
'org.apache.cloudstack.api.command.admin.vm.DeployVMCmdByAdmin', jobstatus : 0, 
jobprocstatus : 0, jobresultcode : 0, jobinstancetype : 'VirtualMachine', 
jobinstanceid : 'e28b84c8-9c9e-48b [...]
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: === 
JobId:8063f070-0022-48ee-bce2-2d5523a1a475 is Still Processing, Will TimeOut 
in:3597 ====
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: Payload: 
{'jobid': '8063f070-0022-48ee-bce2-2d5523a1a475', 'command': 
'queryAsyncJobResult', 'response': 'json', 'apiKey': 
'QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw',
 'signature': b'oCj8OnoMIGQryssQ+UDNwDUXzfk='}
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: ========Sending 
GET Cmd : queryAsyncJobResult=======
+urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): localhost:8080
+urllib3.connectionpool: DEBUG: http://localhost:8080 "GET 
/client/api?jobid=8063f070-0022-48ee-bce2-2d5523a1a475&command=queryAsyncJobResult&response=json&apiKey=QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw&signature=oCj8OnoMIGQryssQ%2BUDNwDUXzfk%3D
 HTTP/1.1" 200 550
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: Response : 
{accountid : 'cdfca0d1-2bed-11f0-89ec-50eb7122da94', account : 'admin', 
domainid : 'cdfb8bd6-2bed-11f0-89ec-50eb7122da94', domainpath : 'ROOT', userid 
: 'cdfd7c6f-2bed-11f0-89ec-50eb7122da94', cmd : 
'org.apache.cloudstack.api.command.admin.vm.DeployVMCmdByAdmin', jobstatus : 0, 
jobprocstatus : 0, jobresultcode : 0, jobinstancetype : 'VirtualMachine', 
jobinstanceid : 'e28b84c8-9c9e-48b [...]
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: === 
JobId:8063f070-0022-48ee-bce2-2d5523a1a475 is Still Processing, Will TimeOut 
in:3596 ====
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: Payload: 
{'jobid': '8063f070-0022-48ee-bce2-2d5523a1a475', 'command': 
'queryAsyncJobResult', 'response': 'json', 'apiKey': 
'QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw',
 'signature': b'oCj8OnoMIGQryssQ+UDNwDUXzfk='}
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: ========Sending 
GET Cmd : queryAsyncJobResult=======
+urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): localhost:8080
+urllib3.connectionpool: DEBUG: http://localhost:8080 "GET 
/client/api?jobid=8063f070-0022-48ee-bce2-2d5523a1a475&command=queryAsyncJobResult&response=json&apiKey=QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw&signature=oCj8OnoMIGQryssQ%2BUDNwDUXzfk%3D
 HTTP/1.1" 200 2714
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: Response : 
{accountid : 'cdfca0d1-2bed-11f0-89ec-50eb7122da94', account : 'admin', 
domainid : 'cdfb8bd6-2bed-11f0-89ec-50eb7122da94', domainpath : 'ROOT', userid 
: 'cdfd7c6f-2bed-11f0-89ec-50eb7122da94', cmd : 
'org.apache.cloudstack.api.command.admin.vm.DeployVMCmdByAdmin', jobstatus : 1, 
jobprocstatus : 0, jobresultcode : 0, jobresulttype : 'object', jobresult : {id 
: 'e28b84c8-9c9e-48be-be57-a [...]
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: 
===Jobid:8063f070-0022-48ee-bce2-2d5523a1a475 ; StartTime:Thu May  8 16:13:34 
2025 ; EndTime:Thu May  8 16:13:38 2025 ; TotalTime:-4===
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: Response : 
{accountid : 'cdfca0d1-2bed-11f0-89ec-50eb7122da94', account : 'admin', 
domainid : 'cdfb8bd6-2bed-11f0-89ec-50eb7122da94', domainpath : 'ROOT', userid 
: 'cdfd7c6f-2bed-11f0-89ec-50eb7122da94', cmd : 
'org.apache.cloudstack.api.command.admin.vm.DeployVMCmdByAdmin', jobstatus : 1, 
jobprocstatus : 0, jobresultcode : 0, jobresulttype : 'object', jobresult : {id 
: 'e28b84c8-9c9e-48be-be57-a [...]
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: Deployed 
instance in account: test-TestVMOwnership-NKAFDT
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: Payload: {'id': 
'e28b84c8-9c9e-48be-be57-a92c858f9ba7', 'command': 'listVirtualMachines', 
'response': 'json', 'apiKey': 
'QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw',
 'signature': b'5z0YkAPszU2TlBaBa3RKBIwvSog='}
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: ========Sending 
GET Cmd : listVirtualMachines=======
+urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): localhost:8080
+urllib3.connectionpool: DEBUG: http://localhost:8080 "GET 
/client/api?id=e28b84c8-9c9e-48be-be57-a92c858f9ba7&command=listVirtualMachines&response=json&apiKey=QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw&signature=5z0YkAPszU2TlBaBa3RKBIwvSog%3D
 HTTP/1.1" 200 2106
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: Response : [{id 
: 'e28b84c8-9c9e-48be-be57-a92c858f9ba7', name : 
'QA-e28b84c8-9c9e-48be-be57-a92c858f9ba7', displayname : 'testserver', account 
: 'test-TestVMOwnership-NKAFDT', userid : 
'6616a348-ac2c-4293-96df-bbba49b95844', username : 
'test-TestVMOwnership-NKAFDT', domainid : 
'ef20ee13-e555-48f6-949b-b5d474f33df3', domain : 'Domain-6IJIKW', domainpath : 
'/Domain-5VF2X8/Domain-6IJIKW/', created [...]
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: Payload: {'id': 
'e28b84c8-9c9e-48be-be57-a92c858f9ba7', 'command': 'stopVirtualMachine', 
'response': 'json', 'apiKey': 
'QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw',
 'signature': b'LF8CxcQsuaOTLyY6gkZrZn2xnUY='}
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: ========Sending 
GET Cmd : stopVirtualMachine=======
+urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): localhost:8080
+urllib3.connectionpool: DEBUG: http://localhost:8080 "GET 
/client/api?id=e28b84c8-9c9e-48be-be57-a92c858f9ba7&command=stopVirtualMachine&response=json&apiKey=QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw&signature=LF8CxcQsuaOTLyY6gkZrZn2xnUY%3D
 HTTP/1.1" 200 79
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: === Jobid: 
670f9131-1f84-4670-9a83-5908134b58b1 Started ===
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: Payload: 
{'jobid': '670f9131-1f84-4670-9a83-5908134b58b1', 'command': 
'queryAsyncJobResult', 'response': 'json', 'apiKey': 
'QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw',
 'signature': b'kl2HfuNB2eab4lB8jjYQzu8bW64='}
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: ========Sending 
GET Cmd : queryAsyncJobResult=======
+urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): localhost:8080
+urllib3.connectionpool: DEBUG: http://localhost:8080 "GET 
/client/api?jobid=670f9131-1f84-4670-9a83-5908134b58b1&command=queryAsyncJobResult&response=json&apiKey=QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw&signature=kl2HfuNB2eab4lB8jjYQzu8bW64%3D
 HTTP/1.1" 200 548
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: Response : 
{accountid : 'cdfca0d1-2bed-11f0-89ec-50eb7122da94', account : 'admin', 
domainid : 'cdfb8bd6-2bed-11f0-89ec-50eb7122da94', domainpath : 'ROOT', userid 
: 'cdfd7c6f-2bed-11f0-89ec-50eb7122da94', cmd : 
'org.apache.cloudstack.api.command.admin.vm.StopVMCmdByAdmin', jobstatus : 0, 
jobprocstatus : 0, jobresultcode : 0, jobinstancetype : 'VirtualMachine', 
jobinstanceid : 'e28b84c8-9c9e-48be- [...]
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: === 
JobId:670f9131-1f84-4670-9a83-5908134b58b1 is Still Processing, Will TimeOut 
in:3599 ====
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: Payload: 
{'jobid': '670f9131-1f84-4670-9a83-5908134b58b1', 'command': 
'queryAsyncJobResult', 'response': 'json', 'apiKey': 
'QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw',
 'signature': b'kl2HfuNB2eab4lB8jjYQzu8bW64='}
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: ========Sending 
GET Cmd : queryAsyncJobResult=======
+urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): localhost:8080
+urllib3.connectionpool: DEBUG: http://localhost:8080 "GET 
/client/api?jobid=670f9131-1f84-4670-9a83-5908134b58b1&command=queryAsyncJobResult&response=json&apiKey=QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw&signature=kl2HfuNB2eab4lB8jjYQzu8bW64%3D
 HTTP/1.1" 200 548
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: Response : 
{accountid : 'cdfca0d1-2bed-11f0-89ec-50eb7122da94', account : 'admin', 
domainid : 'cdfb8bd6-2bed-11f0-89ec-50eb7122da94', domainpath : 'ROOT', userid 
: 'cdfd7c6f-2bed-11f0-89ec-50eb7122da94', cmd : 
'org.apache.cloudstack.api.command.admin.vm.StopVMCmdByAdmin', jobstatus : 0, 
jobprocstatus : 0, jobresultcode : 0, jobinstancetype : 'VirtualMachine', 
jobinstanceid : 'e28b84c8-9c9e-48be- [...]
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: === 
JobId:670f9131-1f84-4670-9a83-5908134b58b1 is Still Processing, Will TimeOut 
in:3598 ====
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: Payload: 
{'jobid': '670f9131-1f84-4670-9a83-5908134b58b1', 'command': 
'queryAsyncJobResult', 'response': 'json', 'apiKey': 
'QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw',
 'signature': b'kl2HfuNB2eab4lB8jjYQzu8bW64='}
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: ========Sending 
GET Cmd : queryAsyncJobResult=======
+urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): localhost:8080
+urllib3.connectionpool: DEBUG: http://localhost:8080 "GET 
/client/api?jobid=670f9131-1f84-4670-9a83-5908134b58b1&command=queryAsyncJobResult&response=json&apiKey=QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw&signature=kl2HfuNB2eab4lB8jjYQzu8bW64%3D
 HTTP/1.1" 200 2520
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: Response : 
{accountid : 'cdfca0d1-2bed-11f0-89ec-50eb7122da94', account : 'admin', 
domainid : 'cdfb8bd6-2bed-11f0-89ec-50eb7122da94', domainpath : 'ROOT', userid 
: 'cdfd7c6f-2bed-11f0-89ec-50eb7122da94', cmd : 
'org.apache.cloudstack.api.command.admin.vm.StopVMCmdByAdmin', jobstatus : 1, 
jobprocstatus : 0, jobresultcode : 0, jobresulttype : 'object', jobresult : {id 
: 'e28b84c8-9c9e-48be-be57-a92 [...]
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: 
===Jobid:670f9131-1f84-4670-9a83-5908134b58b1 ; StartTime:Thu May  8 16:14:08 
2025 ; EndTime:Thu May  8 16:14:10 2025 ; TotalTime:-2===
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: Response : 
{accountid : 'cdfca0d1-2bed-11f0-89ec-50eb7122da94', account : 'admin', 
domainid : 'cdfb8bd6-2bed-11f0-89ec-50eb7122da94', domainpath : 'ROOT', userid 
: 'cdfd7c6f-2bed-11f0-89ec-50eb7122da94', cmd : 
'org.apache.cloudstack.api.command.admin.vm.StopVMCmdByAdmin', jobstatus : 1, 
jobprocstatus : 0, jobresultcode : 0, jobresulttype : 'object', jobresult : {id 
: 'e28b84c8-9c9e-48be-be57-a92 [...]
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: Payload: {'id': 
'e28b84c8-9c9e-48be-be57-a92c858f9ba7', 'listAll': True, 'command': 
'listVirtualMachines', 'response': 'json', 'apiKey': 
'QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw',
 'signature': b'qQ9sx05kwsKtf4w29+Q+5Fgw7Uw='}
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: ========Sending 
GET Cmd : listVirtualMachines=======
+urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): localhost:8080
+urllib3.connectionpool: DEBUG: http://localhost:8080 "GET 
/client/api?id=e28b84c8-9c9e-48be-be57-a92c858f9ba7&listAll=True&command=listVirtualMachines&response=json&apiKey=QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw&signature=qQ9sx05kwsKtf4w29%2BQ%2B5Fgw7Uw%3D
 HTTP/1.1" 200 1914
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: Response : [{id 
: 'e28b84c8-9c9e-48be-be57-a92c858f9ba7', name : 
'QA-e28b84c8-9c9e-48be-be57-a92c858f9ba7', displayname : 'testserver', account 
: 'test-TestVMOwnership-NKAFDT', userid : 
'6616a348-ac2c-4293-96df-bbba49b95844', username : 
'test-TestVMOwnership-NKAFDT', domainid : 
'ef20ee13-e555-48f6-949b-b5d474f33df3', domain : 'Domain-6IJIKW', domainpath : 
'/Domain-5VF2X8/Domain-6IJIKW/', created [...]
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: Payload: 
{'account': 'test-TestVMOwnership-Z355XF', 'domainid': 
'df28e43d-2ec6-45ff-9f7f-29103e292373', 'virtualmachineid': 
'e28b84c8-9c9e-48be-be57-a92c858f9ba7', 'command': 'assignVirtualMachine', 
'response': 'json', 'apiKey': 
'QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw',
 'signature': b'I1ZioIQC7jia4SLQNzWqQMmD4yk='}
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: ========Sending 
GET Cmd : assignVirtualMachine=======
+urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): localhost:8080
+urllib3.connectionpool: DEBUG: http://localhost:8080 "GET 
/client/api?account=test-TestVMOwnership-Z355XF&domainid=df28e43d-2ec6-45ff-9f7f-29103e292373&virtualmachineid=e28b84c8-9c9e-48be-be57-a92c858f9ba7&command=assignVirtualMachine&response=json&apiKey=QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw&signature=I1ZioIQC7jia4SLQNzWqQMmD4yk%3D
 HTTP/1.1" 530 121
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): ERROR: 
Exception:['Traceback (most recent call last):\n', '  File 
"/home/pdsilva/.local/lib/python3.10/site-packages/marvin/cloudstackConnection.py",
 line 308, in __parseAndGetResponse\n    ret = jsonHelper.getResultObj(\n', '  
File "/home/pdsilva/.local/lib/python3.10/site-packages/marvin/jsonHelper.py", 
line 155, in getResultObj\n    raise 
cloudstackException.CloudstackAPIException(respname, errMsg)\ [...]
+Traceback (most recent call last):
+  File 
"/home/pdsilva/.local/lib/python3.10/site-packages/marvin/cloudstackConnection.py",
 line 308, in __parseAndGetResponse
+    ret = jsonHelper.getResultObj(
+  File 
"/home/pdsilva/.local/lib/python3.10/site-packages/marvin/jsonHelper.py", line 
155, in getResultObj
+    raise cloudstackException.CloudstackAPIException(respname, errMsg)
+marvin.cloudstackException.CloudstackAPIException: Execute cmd: 
assignvirtualmachine failed, due to: errorCode: 530, errorText:Failed to move 
VM [23].
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): ERROR: marvinRequest : 
CmdName: <marvin.cloudstackAPI.assignVirtualMachine.assignVirtualMachineCmd 
object at 0x730615d0d960> Exception: ['Traceback (most recent call last):\n', ' 
 File 
"/home/pdsilva/.local/lib/python3.10/site-packages/marvin/cloudstackConnection.py",
 line 376, in marvinRequest\n    raise self.__lastError\n', '  File 
"/home/pdsilva/.local/lib/python3.10/site-packages/marvin/cloudstackC [...]
+Traceback (most recent call last):
+  File 
"/home/pdsilva/.local/lib/python3.10/site-packages/marvin/cloudstackConnection.py",
 line 376, in marvinRequest
+    raise self.__lastError
+  File 
"/home/pdsilva/.local/lib/python3.10/site-packages/marvin/cloudstackConnection.py",
 line 308, in __parseAndGetResponse
+    ret = jsonHelper.getResultObj(
+  File 
"/home/pdsilva/.local/lib/python3.10/site-packages/marvin/jsonHelper.py", line 
155, in getResultObj
+    raise cloudstackException.CloudstackAPIException(respname, errMsg)
+marvin.cloudstackException.CloudstackAPIException: Execute cmd: 
assignvirtualmachine failed, due to: errorCode: 530, errorText:Failed to move 
VM [23].
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: Test <function 
TestVMOwnership.test_02_move_across_subdomains at 0x730615cfd630> Failed due to 
Exception=assignVirtualMachine failed - Execute cmd: assignvirtualmachine 
failed, due to: errorCode: 530, errorText:Failed to move VM [23].
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: Cleaning up the 
resources
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: Payload: 
{'expunge': True, 'id': 'e28b84c8-9c9e-48be-be57-a92c858f9ba7', 'command': 
'destroyVirtualMachine', 'response': 'json', 'apiKey': 
'QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw',
 'signature': b'VqKwQINlnVZyvTrsRkGqbqIasS0='}
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: ========Sending 
GET Cmd : destroyVirtualMachine=======
+urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): localhost:8080
+urllib3.connectionpool: DEBUG: http://localhost:8080 "GET 
/client/api?expunge=True&id=e28b84c8-9c9e-48be-be57-a92c858f9ba7&command=destroyVirtualMachine&response=json&apiKey=QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw&signature=VqKwQINlnVZyvTrsRkGqbqIasS0%3D
 HTTP/1.1" 200 82
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: === Jobid: 
3272d505-ddf6-49cb-a2ef-2498aa3a5a94 Started ===
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: Payload: 
{'jobid': '3272d505-ddf6-49cb-a2ef-2498aa3a5a94', 'command': 
'queryAsyncJobResult', 'response': 'json', 'apiKey': 
'QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw',
 'signature': b'ePbvpEoo/DfmxEP6SxComnV4sxE='}
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: ========Sending 
GET Cmd : queryAsyncJobResult=======
+urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): localhost:8080
+urllib3.connectionpool: DEBUG: http://localhost:8080 "GET 
/client/api?jobid=3272d505-ddf6-49cb-a2ef-2498aa3a5a94&command=queryAsyncJobResult&response=json&apiKey=QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw&signature=ePbvpEoo%2FDfmxEP6SxComnV4sxE%3D
 HTTP/1.1" 200 551
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: Response : 
{accountid : 'cdfca0d1-2bed-11f0-89ec-50eb7122da94', account : 'admin', 
domainid : 'cdfb8bd6-2bed-11f0-89ec-50eb7122da94', domainpath : 'ROOT', userid 
: 'cdfd7c6f-2bed-11f0-89ec-50eb7122da94', cmd : 
'org.apache.cloudstack.api.command.admin.vm.DestroyVMCmdByAdmin', jobstatus : 
0, jobprocstatus : 0, jobresultcode : 0, jobinstancetype : 'VirtualMachine', 
jobinstanceid : 'e28b84c8-9c9e-48 [...]
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: === 
JobId:3272d505-ddf6-49cb-a2ef-2498aa3a5a94 is Still Processing, Will TimeOut 
in:3599 ====
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: Payload: 
{'jobid': '3272d505-ddf6-49cb-a2ef-2498aa3a5a94', 'command': 
'queryAsyncJobResult', 'response': 'json', 'apiKey': 
'QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw',
 'signature': b'ePbvpEoo/DfmxEP6SxComnV4sxE='}
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: ========Sending 
GET Cmd : queryAsyncJobResult=======
+urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): localhost:8080
+urllib3.connectionpool: DEBUG: http://localhost:8080 "GET 
/client/api?jobid=3272d505-ddf6-49cb-a2ef-2498aa3a5a94&command=queryAsyncJobResult&response=json&apiKey=QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw&signature=ePbvpEoo%2FDfmxEP6SxComnV4sxE%3D
 HTTP/1.1" 200 551
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: Response : 
{accountid : 'cdfca0d1-2bed-11f0-89ec-50eb7122da94', account : 'admin', 
domainid : 'cdfb8bd6-2bed-11f0-89ec-50eb7122da94', domainpath : 'ROOT', userid 
: 'cdfd7c6f-2bed-11f0-89ec-50eb7122da94', cmd : 
'org.apache.cloudstack.api.command.admin.vm.DestroyVMCmdByAdmin', jobstatus : 
0, jobprocstatus : 0, jobresultcode : 0, jobinstancetype : 'VirtualMachine', 
jobinstanceid : 'e28b84c8-9c9e-48 [...]
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: === 
JobId:3272d505-ddf6-49cb-a2ef-2498aa3a5a94 is Still Processing, Will TimeOut 
in:3598 ====
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: Payload: 
{'jobid': '3272d505-ddf6-49cb-a2ef-2498aa3a5a94', 'command': 
'queryAsyncJobResult', 'response': 'json', 'apiKey': 
'QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw',
 'signature': b'ePbvpEoo/DfmxEP6SxComnV4sxE='}
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: ========Sending 
GET Cmd : queryAsyncJobResult=======
+urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): localhost:8080
+urllib3.connectionpool: DEBUG: http://localhost:8080 "GET 
/client/api?jobid=3272d505-ddf6-49cb-a2ef-2498aa3a5a94&command=queryAsyncJobResult&response=json&apiKey=QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw&signature=ePbvpEoo%2FDfmxEP6SxComnV4sxE%3D
 HTTP/1.1" 200 551
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: Response : 
{accountid : 'cdfca0d1-2bed-11f0-89ec-50eb7122da94', account : 'admin', 
domainid : 'cdfb8bd6-2bed-11f0-89ec-50eb7122da94', domainpath : 'ROOT', userid 
: 'cdfd7c6f-2bed-11f0-89ec-50eb7122da94', cmd : 
'org.apache.cloudstack.api.command.admin.vm.DestroyVMCmdByAdmin', jobstatus : 
0, jobprocstatus : 0, jobresultcode : 0, jobinstancetype : 'VirtualMachine', 
jobinstanceid : 'e28b84c8-9c9e-48 [...]
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: === 
JobId:3272d505-ddf6-49cb-a2ef-2498aa3a5a94 is Still Processing, Will TimeOut 
in:3597 ====
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: Payload: 
{'jobid': '3272d505-ddf6-49cb-a2ef-2498aa3a5a94', 'command': 
'queryAsyncJobResult', 'response': 'json', 'apiKey': 
'QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw',
 'signature': b'ePbvpEoo/DfmxEP6SxComnV4sxE='}
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: ========Sending 
GET Cmd : queryAsyncJobResult=======
+urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): localhost:8080
+urllib3.connectionpool: DEBUG: http://localhost:8080 "GET 
/client/api?jobid=3272d505-ddf6-49cb-a2ef-2498aa3a5a94&command=queryAsyncJobResult&response=json&apiKey=QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw&signature=ePbvpEoo%2FDfmxEP6SxComnV4sxE%3D
 HTTP/1.1" 200 551
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: Response : 
{accountid : 'cdfca0d1-2bed-11f0-89ec-50eb7122da94', account : 'admin', 
domainid : 'cdfb8bd6-2bed-11f0-89ec-50eb7122da94', domainpath : 'ROOT', userid 
: 'cdfd7c6f-2bed-11f0-89ec-50eb7122da94', cmd : 
'org.apache.cloudstack.api.command.admin.vm.DestroyVMCmdByAdmin', jobstatus : 
0, jobprocstatus : 0, jobresultcode : 0, jobinstancetype : 'VirtualMachine', 
jobinstanceid : 'e28b84c8-9c9e-48 [...]
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: === 
JobId:3272d505-ddf6-49cb-a2ef-2498aa3a5a94 is Still Processing, Will TimeOut 
in:3596 ====
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: Payload: 
{'jobid': '3272d505-ddf6-49cb-a2ef-2498aa3a5a94', 'command': 
'queryAsyncJobResult', 'response': 'json', 'apiKey': 
'QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw',
 'signature': b'ePbvpEoo/DfmxEP6SxComnV4sxE='}
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: ========Sending 
GET Cmd : queryAsyncJobResult=======
+urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): localhost:8080
+urllib3.connectionpool: DEBUG: http://localhost:8080 "GET 
/client/api?jobid=3272d505-ddf6-49cb-a2ef-2498aa3a5a94&command=queryAsyncJobResult&response=json&apiKey=QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw&signature=ePbvpEoo%2FDfmxEP6SxComnV4sxE%3D
 HTTP/1.1" 200 551
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: Response : 
{accountid : 'cdfca0d1-2bed-11f0-89ec-50eb7122da94', account : 'admin', 
domainid : 'cdfb8bd6-2bed-11f0-89ec-50eb7122da94', domainpath : 'ROOT', userid 
: 'cdfd7c6f-2bed-11f0-89ec-50eb7122da94', cmd : 
'org.apache.cloudstack.api.command.admin.vm.DestroyVMCmdByAdmin', jobstatus : 
0, jobprocstatus : 0, jobresultcode : 0, jobinstancetype : 'VirtualMachine', 
jobinstanceid : 'e28b84c8-9c9e-48 [...]
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: === 
JobId:3272d505-ddf6-49cb-a2ef-2498aa3a5a94 is Still Processing, Will TimeOut 
in:3595 ====
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: Payload: 
{'jobid': '3272d505-ddf6-49cb-a2ef-2498aa3a5a94', 'command': 
'queryAsyncJobResult', 'response': 'json', 'apiKey': 
'QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw',
 'signature': b'ePbvpEoo/DfmxEP6SxComnV4sxE='}
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: ========Sending 
GET Cmd : queryAsyncJobResult=======
+urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): localhost:8080
+urllib3.connectionpool: DEBUG: http://localhost:8080 "GET 
/client/api?jobid=3272d505-ddf6-49cb-a2ef-2498aa3a5a94&command=queryAsyncJobResult&response=json&apiKey=QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw&signature=ePbvpEoo%2FDfmxEP6SxComnV4sxE%3D
 HTTP/1.1" 200 551
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: Response : 
{accountid : 'cdfca0d1-2bed-11f0-89ec-50eb7122da94', account : 'admin', 
domainid : 'cdfb8bd6-2bed-11f0-89ec-50eb7122da94', domainpath : 'ROOT', userid 
: 'cdfd7c6f-2bed-11f0-89ec-50eb7122da94', cmd : 
'org.apache.cloudstack.api.command.admin.vm.DestroyVMCmdByAdmin', jobstatus : 
0, jobprocstatus : 0, jobresultcode : 0, jobinstancetype : 'VirtualMachine', 
jobinstanceid : 'e28b84c8-9c9e-48 [...]
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: === 
JobId:3272d505-ddf6-49cb-a2ef-2498aa3a5a94 is Still Processing, Will TimeOut 
in:3594 ====
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: Payload: 
{'jobid': '3272d505-ddf6-49cb-a2ef-2498aa3a5a94', 'command': 
'queryAsyncJobResult', 'response': 'json', 'apiKey': 
'QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw',
 'signature': b'ePbvpEoo/DfmxEP6SxComnV4sxE='}
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: ========Sending 
GET Cmd : queryAsyncJobResult=======
+urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): localhost:8080
+urllib3.connectionpool: DEBUG: http://localhost:8080 "GET 
/client/api?jobid=3272d505-ddf6-49cb-a2ef-2498aa3a5a94&command=queryAsyncJobResult&response=json&apiKey=QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw&signature=ePbvpEoo%2FDfmxEP6SxComnV4sxE%3D
 HTTP/1.1" 200 551
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: Response : 
{accountid : 'cdfca0d1-2bed-11f0-89ec-50eb7122da94', account : 'admin', 
domainid : 'cdfb8bd6-2bed-11f0-89ec-50eb7122da94', domainpath : 'ROOT', userid 
: 'cdfd7c6f-2bed-11f0-89ec-50eb7122da94', cmd : 
'org.apache.cloudstack.api.command.admin.vm.DestroyVMCmdByAdmin', jobstatus : 
0, jobprocstatus : 0, jobresultcode : 0, jobinstancetype : 'VirtualMachine', 
jobinstanceid : 'e28b84c8-9c9e-48 [...]
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: === 
JobId:3272d505-ddf6-49cb-a2ef-2498aa3a5a94 is Still Processing, Will TimeOut 
in:3593 ====
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: Payload: 
{'jobid': '3272d505-ddf6-49cb-a2ef-2498aa3a5a94', 'command': 
'queryAsyncJobResult', 'response': 'json', 'apiKey': 
'QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw',
 'signature': b'ePbvpEoo/DfmxEP6SxComnV4sxE='}
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: ========Sending 
GET Cmd : queryAsyncJobResult=======
+urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): localhost:8080
+urllib3.connectionpool: DEBUG: http://localhost:8080 "GET 
/client/api?jobid=3272d505-ddf6-49cb-a2ef-2498aa3a5a94&command=queryAsyncJobResult&response=json&apiKey=QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw&signature=ePbvpEoo%2FDfmxEP6SxComnV4sxE%3D
 HTTP/1.1" 200 551
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: Response : 
{accountid : 'cdfca0d1-2bed-11f0-89ec-50eb7122da94', account : 'admin', 
domainid : 'cdfb8bd6-2bed-11f0-89ec-50eb7122da94', domainpath : 'ROOT', userid 
: 'cdfd7c6f-2bed-11f0-89ec-50eb7122da94', cmd : 
'org.apache.cloudstack.api.command.admin.vm.DestroyVMCmdByAdmin', jobstatus : 
0, jobprocstatus : 0, jobresultcode : 0, jobinstancetype : 'VirtualMachine', 
jobinstanceid : 'e28b84c8-9c9e-48 [...]
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: === 
JobId:3272d505-ddf6-49cb-a2ef-2498aa3a5a94 is Still Processing, Will TimeOut 
in:3592 ====
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: Payload: 
{'jobid': '3272d505-ddf6-49cb-a2ef-2498aa3a5a94', 'command': 
'queryAsyncJobResult', 'response': 'json', 'apiKey': 
'QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw',
 'signature': b'ePbvpEoo/DfmxEP6SxComnV4sxE='}
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: ========Sending 
GET Cmd : queryAsyncJobResult=======
+urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): localhost:8080
+urllib3.connectionpool: DEBUG: http://localhost:8080 "GET 
/client/api?jobid=3272d505-ddf6-49cb-a2ef-2498aa3a5a94&command=queryAsyncJobResult&response=json&apiKey=QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw&signature=ePbvpEoo%2FDfmxEP6SxComnV4sxE%3D
 HTTP/1.1" 200 551
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: Response : 
{accountid : 'cdfca0d1-2bed-11f0-89ec-50eb7122da94', account : 'admin', 
domainid : 'cdfb8bd6-2bed-11f0-89ec-50eb7122da94', domainpath : 'ROOT', userid 
: 'cdfd7c6f-2bed-11f0-89ec-50eb7122da94', cmd : 
'org.apache.cloudstack.api.command.admin.vm.DestroyVMCmdByAdmin', jobstatus : 
0, jobprocstatus : 0, jobresultcode : 0, jobinstancetype : 'VirtualMachine', 
jobinstanceid : 'e28b84c8-9c9e-48 [...]
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: === 
JobId:3272d505-ddf6-49cb-a2ef-2498aa3a5a94 is Still Processing, Will TimeOut 
in:3591 ====
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: Payload: 
{'jobid': '3272d505-ddf6-49cb-a2ef-2498aa3a5a94', 'command': 
'queryAsyncJobResult', 'response': 'json', 'apiKey': 
'QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw',
 'signature': b'ePbvpEoo/DfmxEP6SxComnV4sxE='}
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: ========Sending 
GET Cmd : queryAsyncJobResult=======
+urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): localhost:8080
+urllib3.connectionpool: DEBUG: http://localhost:8080 "GET 
/client/api?jobid=3272d505-ddf6-49cb-a2ef-2498aa3a5a94&command=queryAsyncJobResult&response=json&apiKey=QEwXd4bo1lHY1QVCRGBjmUGbczYfFbNeAQuY9HC7yglLiadO52hHhJqLzD8oS6oRFUrkZQ1YEFJP1s5MvYOEtw&signature=ePbvpEoo%2FDfmxEP6SxComnV4sxE%3D
 HTTP/1.1" 200 684
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: Response : 
{accountid : 'cdfca0d1-2bed-11f0-89ec-50eb7122da94', account : 'admin', 
domainid : 'cdfb8bd6-2bed-11f0-89ec-50eb7122da94', domainpath : 'ROOT', userid 
: 'cdfd7c6f-2bed-11f0-89ec-50eb7122da94', cmd : 
'org.apache.cloudstack.api.command.admin.vm.DestroyVMCmdByAdmin', jobstatus : 
1, jobprocstatus : 0, jobresultcode : 0, jobresulttype : 'object', jobresult : 
{securitygroup : [], nic : [],  [...]
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: 
===Jobid:3272d505-ddf6-49cb-a2ef-2498aa3a5a94 ; StartTime:Thu May  8 16:14:12 
2025 ; EndTime:Thu May  8 16:14:21 2025 ; TotalTime:-9===
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: Response : 
{accountid : 'cdfca0d1-2bed-11f0-89ec-50eb7122da94', account : 'admin', 
domainid : 'cdfb8bd6-2bed-11f0-89ec-50eb7122da94', domainpath : 'ROOT', userid 
: 'cdfd7c6f-2bed-11f0-89ec-50eb7122da94', cmd : 
'org.apache.cloudstack.api.command.admin.vm.DestroyVMCmdByAdmin', jobstatus : 
1, jobprocstatus : 0, jobresultcode : 0, jobresulttype : 'object', jobresult : 
{securitygroup : [], nic : [],  [...]
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): DEBUG: Cleanup complete!
+test_02_move_across_subdomains 
(integration.component.test_assign_vm.TestVMOwnership): CRITICAL: EXCEPTION: 
test_02_move_across_subdomains: ['Traceback (most recent call last):\n', '  
File "/home/pdsilva/.local/lib/python3.10/site-packages/marvin/lib/base.py", 
line 1029, in assign_virtual_machine\n    response = 
apiclient.assignVirtualMachine(cmd)\n', '  File 
"/home/pdsilva/.local/lib/python3.10/site-packages/marvin/cloudstackAPI/cloudstackAPIClient.py",
 line 3521, in assignVirtualMachin [...]
+--------------------- >> end captured logging << 
---------------------]]></error><system-out><![CDATA[=== TestName: 
test_02_move_across_subdomains | Status : EXCEPTION ===
+
+]]></system-out></testcase></testsuite>
\ No newline at end of file
diff --git a/server/src/main/java/com/cloud/vm/UserVmManagerImpl.java 
b/server/src/main/java/com/cloud/vm/UserVmManagerImpl.java
index 61d127e55aa..b8e44c7816a 100644
--- a/server/src/main/java/com/cloud/vm/UserVmManagerImpl.java
+++ b/server/src/main/java/com/cloud/vm/UserVmManagerImpl.java
@@ -3984,7 +3984,7 @@ public class UserVmManagerImpl extends ManagerBase 
implements UserVmManager, Vir
         return defaultNetwork;
     }
 
-    protected NetworkVO createDefaultNetworkForAccount(DataCenter zone, 
Account owner, List<NetworkOfferingVO> requiredOfferings)
+    private NetworkVO createDefaultNetworkForAccount(DataCenter zone, Account 
owner, List<NetworkOfferingVO> requiredOfferings)
             throws InsufficientCapacityException, ResourceAllocationException {
         NetworkVO defaultNetwork = null;
         long physicalNetworkId = 
_networkModel.findPhysicalNetworkId(zone.getId(), 
requiredOfferings.get(0).getTags(), requiredOfferings.get(0).getTrafficType());
@@ -7594,7 +7594,7 @@ public class UserVmManagerImpl extends ManagerBase 
implements UserVmManager, Vir
         MutableBoolean isNetworkCreated = new MutableBoolean(false);
         try {
             updateVmNetwork(cmd, caller, vm, newAccount, template, 
isNetworkCreated);
-        } catch (Exception e) {
+        } catch (InsufficientCapacityException | ResourceAllocationException 
e) {
             List<NetworkVO> networkVOS = 
_networkDao.listByAccountIdNetworkName(newAccountId, 
newAccount.getAccountName() + "-network");
             if (networkVOS.size() == 1 && isNetworkCreated.get()) {
                 _networkDao.remove(networkVOS.get(0).getId());
@@ -7663,7 +7663,7 @@ public class UserVmManagerImpl extends ManagerBase 
implements UserVmManager, Vir
      * @throws ResourceAllocationException
      */
     protected void updateVmNetwork(AssignVMCmd cmd, Account caller, UserVmVO 
vm, Account newAccount, VirtualMachineTemplate template, MutableBoolean 
isNetworkCreated)
-            throws Exception {
+            throws InsufficientCapacityException, ResourceAllocationException {
 
         logger.trace("Updating network for VM [{}].", vm);
 
@@ -7792,7 +7792,7 @@ public class UserVmManagerImpl extends ManagerBase 
implements UserVmManager, Vir
      */
     protected void updateAdvancedTypeNetworkForVm(AssignVMCmd cmd, Account 
caller, UserVmVO vm, Account newAccount, VirtualMachineTemplate template,
                                                   VirtualMachineProfileImpl 
vmOldProfile, DataCenterVO zone, List<Long> networkIdList, List<Long> 
securityGroupIdList, MutableBoolean isNetworkCreated)
-            throws Exception {
+            throws InsufficientCapacityException, ResourceAllocationException, 
InvalidParameterValueException {
 
         LinkedHashSet<NetworkVO> applicableNetworks = new LinkedHashSet<>();
         Map<Long, String> requestedIPv4ForNics = new HashMap<>();
@@ -7943,11 +7943,12 @@ public class UserVmManagerImpl extends ManagerBase 
implements UserVmManager, Vir
      * @param newAccount The new account associated to the selected network.
      * @param zone The zone where the network is selected.
      * @param applicableNetworks The applicable networks to which the selected 
network has to be added to.
-     * @throws Exception
+     * @throws InsufficientCapacityException
+     * @throws ResourceAllocationException
      */
     protected void selectApplicableNetworkToCreateVm(Account caller, Account 
newAccount, DataCenterVO zone,
                                                         Set<NetworkVO> 
applicableNetworks, MutableBoolean isNetworkCreated)
-            throws Exception {
+            throws InsufficientCapacityException, ResourceAllocationException {
 
         logger.trace("Selecting the applicable network to create the VM.");
 
diff --git a/test/integration/component/test_assign_vm.py 
b/test/integration/component/test_assign_vm.py
index e01f6fbc686..8f6dd72b931 100644
--- a/test/integration/component/test_assign_vm.py
+++ b/test/integration/component/test_assign_vm.py
@@ -246,7 +246,7 @@ class TestVMOwnership(cloudstackTestCase):
         self.virtual_machine.assign_virtual_machine(self.apiclient, 
self.domain_account_user2['account'].name 
,self.domain_account_user2['domain'].id)
         
self.check_vm_is_moved_in_account_domainid(self.domain_account_user2['account'])
 
-    @attr(tags = ["advanced"])
+    @attr(tags = ["pearl", "advanced"])
     @log_test_exceptions
     def test_02_move_across_subdomains(self):
         """Test as root, stop a VM from subdomain1 and attempt to move it to 
subdomain2
diff --git a/test/integration/smoke/test_hostha_simulator.py 
b/test/integration/smoke/test_hostha_simulator.py
index 1b3dd815a30..8784c15de53 100644
--- a/test/integration/smoke/test_hostha_simulator.py
+++ b/test/integration/smoke/test_hostha_simulator.py
@@ -401,7 +401,7 @@ class TestHostHA(cloudstackTestCase):
         self.checkSyncToState('Available')
 
 
-    @attr(tags=["devcloud", "advanced", "advancedns", "smoke", "basic", "sg"], 
required_hardware="false")
+    @attr(tags=["pearl", "devcloud", "advanced", "advancedns", "smoke", 
"basic", "sg"], required_hardware="false")
     def test_ha_multiple_mgmt_server_ownership(self):
         """
             Tests ha resource ownership expiry across multi-mgmt server

Reply via email to