Advertisement
Guest User

Untitled

a guest
Aug 14th, 2017
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.85 KB | None | 0 0
  1. $ ./run_suite.sh basic-suite-4.1/
  2. + CLI=lago
  3. + DO_CLEANUP=false
  4. + RECOMMENDED_RAM_IN_MB=8196
  5. + EXTRA_SOURCES=()
  6. + RPMS_TO_INSTALL=()
  7. ++ getopt -o ho:e:n:b:cs:r:l:i --long help,output:,engine:,node:,boot-iso:,cleanup,images --long extra-rpm-source,reposync-config:,local-rpms: -n run_suite.sh -- basic-suite-4.1/
  8. + options=' -- '\''basic-suite-4.1/'\'''
  9. + [[ 0 != \0 ]]
  10. + eval set -- ' -- '\''basic-suite-4.1/'\'''
  11. ++ set -- -- basic-suite-4.1/
  12. + true
  13. + case $1 in
  14. + shift
  15. + break
  16. + [[ -z basic-suite-4.1/ ]]
  17. + export OST_REPO_ROOT=/home/myoung/repos/github/ovirt-system-tests
  18. + OST_REPO_ROOT=/home/myoung/repos/github/ovirt-system-tests
  19. ++ realpath basic-suite-4.1/
  20. + export SUITE=/home/myoung/repos/github/ovirt-system-tests/basic-suite-4.1
  21. + SUITE=/home/myoung/repos/github/ovirt-system-tests/basic-suite-4.1
  22. + '[' -z '' ']'
  23. + export PREFIX=/home/myoung/repos/github/ovirt-system-tests/deployment-basic-suite-4.1
  24. + PREFIX=/home/myoung/repos/github/ovirt-system-tests/deployment-basic-suite-4.1
  25. + false
  26. + [[ -d /home/myoung/repos/github/ovirt-system-tests/basic-suite-4.1 ]]
  27. + echo '################# lago version'
  28. ################# lago version
  29. + lago --version
  30. lago 0.41.0
  31. + echo '#################'
  32. #################
  33. + check_ram 8196
  34. + local recommended=8196
  35. ++ free -m
  36. ++ grep Mem
  37. ++ awk '{print $2}'
  38. + local cur_ram=4773
  39. + [[ 4773 -lt 8196 ]]
  40. + echo 'It'\''s recommended to have at least 8196MB of RAM' 'installed on the system to run the system tests, if you find' 'issues while running them, consider upgrading your system.' '(only detected 4773MB installed)'
  41. It's recommended to have at least 8196MB of RAM installed on the system to run the system tests, if you find issues while running them, consider upgrading your system. (only detected 4773MB installed)
  42. + echo 'Running suite found in /home/myoung/repos/github/ovirt-system-tests/basic-suite-4.1'
  43. Running suite found in /home/myoung/repos/github/ovirt-system-tests/basic-suite-4.1
  44. + echo 'Environment will be deployed at /home/myoung/repos/github/ovirt-system-tests/deployment-basic-suite-4.1'
  45. Environment will be deployed at /home/myoung/repos/github/ovirt-system-tests/deployment-basic-suite-4.1
  46. + rm -rf /home/myoung/repos/github/ovirt-system-tests/deployment-basic-suite-4.1
  47. + export PYTHONPATH=:/home/myoung/repos/github/ovirt-system-tests/basic-suite-4.1
  48. + PYTHONPATH=:/home/myoung/repos/github/ovirt-system-tests/basic-suite-4.1
  49. + source /home/myoung/repos/github/ovirt-system-tests/basic-suite-4.1/control.sh
  50. + prep_suite '' '' ''
  51. + local suite_name=basic-suite-4.1
  52. + suite_name=basic-suite-4-1
  53. + local engine hosts
  54. + source /home/myoung/repos/github/ovirt-system-tests/basic-suite-4.1/templates
  55. ++ engine=el7.3-base
  56. ++ hosts=el7.3-base
  57. + sed -r -e s,__ENGINE__,lago-basic-suite-4-1-engine,g -e 's,__HOST([0-9]+)__,lago-basic-suite-4-1-host\1,g' -e 's,__LAGO_NET_([A-Za-z0-9]*)__,lago-basic-suite-4-1-net-\L\1,g' -e s,__STORAGE__,lago-basic-suite-4-1-storage,g -e s,__ENGINE_TEMPLATE__,el7.3-base,g -e s,__HOSTS_TEMPLATE__,el7.3-base,g
  58. + run_suite
  59. + env_init '' /home/myoung/repos/github/ovirt-system-tests/basic-suite-4.1/LagoInitFile
  60. + ci_msg_if_fails env_init
  61. + msg_if_fails 'Failed to prepare environment on step env_init, please contact the CI team.'
  62. ++ dirname /home/myoung/repos/github/ovirt-system-tests/basic-suite-4.1
  63. + local repo_root_dir=/home/myoung/repos/github/ovirt-system-tests
  64. + echo 'Failed to prepare environment on step env_init, please contact the CI team.'
  65. + echo '#########################'
  66. #########################
  67. + local template_repo=/home/myoung/repos/github/ovirt-system-tests/basic-suite-4.1/template-repo.json
  68. + local initfile=/home/myoung/repos/github/ovirt-system-tests/basic-suite-4.1/LagoInitFile
  69. + lago init /home/myoung/repos/github/ovirt-system-tests/deployment-basic-suite-4.1 /home/myoung/repos/github/ovirt-system-tests/basic-suite-4.1/LagoInitFile --template-repo-path /home/myoung/repos/github/ovirt-system-tests/basic-suite-4.1/template-repo.json
  70. @ Initialize and populate prefix:
  71. # Initialize prefix:
  72. * Create prefix dirs:
  73. * Create prefix dirs: Success (in 0:00:00)
  74. * Generate prefix uuid:
  75. * Generate prefix uuid: Success (in 0:00:00)
  76. * Create ssh keys:
  77. * Create ssh keys: Success (in 0:00:00)
  78. * Tag prefix as initialized:
  79. * Tag prefix as initialized: Success (in 0:00:00)
  80. # Initialize prefix: Success (in 0:00:00)
  81. # Create disks for VM lago-basic-suite-4-1-engine:
  82. * Create disk root:
  83. * Create disk root: Success (in 0:00:00)
  84. * Create disk nfs:
  85. * Create disk nfs: Success (in 0:00:00)
  86. * Create disk iscsi:
  87. * Create disk iscsi: Success (in 0:00:00)
  88. # Create disks for VM lago-basic-suite-4-1-engine: Success (in 0:00:00)
  89. # Create disks for VM lago-basic-suite-4-1-host1:
  90. * Create disk root:
  91. * Create disk root: Success (in 0:00:00)
  92. # Create disks for VM lago-basic-suite-4-1-host1: Success (in 0:00:00)
  93. # Create disks for VM lago-basic-suite-4-1-host0:
  94. * Create disk root:
  95. * Create disk root: Success (in 0:00:00)
  96. # Create disks for VM lago-basic-suite-4-1-host0: Success (in 0:00:00)
  97. # Copying any deploy scripts:
  98. # Copying any deploy scripts: Success (in 0:00:00)
  99. # [Thread-1] Bootstrapping lago-basic-suite-4-1-engine:
  100. # [Thread-2] Bootstrapping lago-basic-suite-4-1-host1:
  101. # [Thread-3] Bootstrapping lago-basic-suite-4-1-host0:
  102. # [Thread-2] Bootstrapping lago-basic-suite-4-1-host1: Success (in 0:00:59)
  103. # [Thread-3] Bootstrapping lago-basic-suite-4-1-host0: Success (in 0:00:59)
  104. # [Thread-1] Bootstrapping lago-basic-suite-4-1-engine: Success (in 0:00:59)
  105. # Save prefix:
  106. * Save nets:
  107. * Save nets: Success (in 0:00:00)
  108. * Save VMs:
  109. * Save VMs: Success (in 0:00:00)
  110. * Save env:
  111. * Save env: Success (in 0:00:00)
  112. # Save prefix: Success (in 0:00:00)
  113. @ Initialize and populate prefix: Success (in 0:01:02)
  114. + env_repo_setup
  115. + ci_msg_if_fails env_repo_setup
  116. + msg_if_fails 'Failed to prepare environment on step env_repo_setup, please contact the CI team.'
  117. ++ dirname /home/myoung/repos/github/ovirt-system-tests/basic-suite-4.1
  118. + local repo_root_dir=/home/myoung/repos/github/ovirt-system-tests
  119. + echo 'Failed to prepare environment on step env_repo_setup, please contact the CI team.'
  120. + echo '#########################'
  121. #########################
  122. + local extrasrc
  123. + declare -a extrasrcs
  124. + cd /home/myoung/repos/github/ovirt-system-tests/deployment-basic-suite-4.1
  125. + local reposync_conf=/home/myoung/repos/github/ovirt-system-tests/basic-suite-4.1/reposync-config.repo
  126. + [[ -e '' ]]
  127. + echo 'using reposync config file: /home/myoung/repos/github/ovirt-system-tests/basic-suite-4.1/reposync-config.repo'
  128. using reposync config file: /home/myoung/repos/github/ovirt-system-tests/basic-suite-4.1/reposync-config.repo
  129. + http_proxy=
  130. + lago ovirt reposetup --reposync-yum-config /home/myoung/repos/github/ovirt-system-tests/basic-suite-4.1/reposync-config.repo
  131. @ Create prefix internal repo:
  132. # Syncing remote repos locally (this might take some time):
  133. * Running reposync:
  134. * Running reposync: Success (in 0:00:30)
  135. # Syncing remote repos locally (this might take some time): Success (in 0:00:30)
  136. # Running repoman:
  137. # Running repoman: Success (in 0:00:52)
  138. # Save prefix:
  139. * Save nets:
  140. * Save nets: Success (in 0:00:00)
  141. * Save VMs:
  142. * Save VMs: Success (in 0:00:00)
  143. * Save env:
  144. * Save env: Success (in 0:00:00)
  145. # Save prefix: Success (in 0:00:00)
  146. @ Create prefix internal repo: Success (in 0:01:22)
  147. + cd -
  148. /home/myoung/repos/github/ovirt-system-tests
  149. + install_local_rpms
  150. + local pkg_manager os path_to_config local_repo
  151. + [[ 0 -le 0 ]]
  152. + return
  153. + env_start
  154. + ci_msg_if_fails env_start
  155. + msg_if_fails 'Failed to prepare environment on step env_start, please contact the CI team.'
  156. ++ dirname /home/myoung/repos/github/ovirt-system-tests/basic-suite-4.1
  157. + local repo_root_dir=/home/myoung/repos/github/ovirt-system-tests
  158. + echo 'Failed to prepare environment on step env_start, please contact the CI team.'
  159. + echo '#########################'
  160. #########################
  161. + cd /home/myoung/repos/github/ovirt-system-tests/deployment-basic-suite-4.1
  162. + lago start
  163. @ Start Prefix:
  164. # Start nets:
  165. * Create network lago-basic-suite-4-1-net-bonding:
  166. * Create network lago-basic-suite-4-1-net-bonding: Success (in 0:00:05)
  167. * Create network lago-basic-suite-4-1-net-management:
  168. * Create network lago-basic-suite-4-1-net-management: Success (in 0:00:06)
  169. * Create network lago-basic-suite-4-1-net-storage:
  170. * Create network lago-basic-suite-4-1-net-storage: Success (in 0:00:06)
  171. # Start nets: Success (in 0:00:18)
  172. # Start vms:
  173. * Starting VM lago-basic-suite-4-1-engine:
  174. * Starting VM lago-basic-suite-4-1-engine: Success (in 0:00:00)
  175. * Starting VM lago-basic-suite-4-1-host1:
  176. * Starting VM lago-basic-suite-4-1-host1: Success (in 0:00:00)
  177. * Starting VM lago-basic-suite-4-1-host0:
  178. * Starting VM lago-basic-suite-4-1-host0: Success (in 0:00:00)
  179. # Start vms: Success (in 0:00:01)
  180. @ Start Prefix: Success (in 0:00:19)
  181. + cd -
  182. /home/myoung/repos/github/ovirt-system-tests
  183. + env_status
  184. + ci_msg_if_fails env_status
  185. + msg_if_fails 'Failed to prepare environment on step env_status, please contact the CI team.'
  186. ++ dirname /home/myoung/repos/github/ovirt-system-tests/basic-suite-4.1
  187. + local repo_root_dir=/home/myoung/repos/github/ovirt-system-tests
  188. + echo 'Failed to prepare environment on step env_status, please contact the CI team.'
  189. + echo '#########################'
  190. #########################
  191. + cd /home/myoung/repos/github/ovirt-system-tests/deployment-basic-suite-4.1
  192. + lago status
  193. [Prefix]:
  194. Base directory: /home/myoung/repos/github/ovirt-system-tests/deployment-basic-suite-4.1/default
  195. [Networks]:
  196. [lago-basic-suite-4-1-net-bonding]:
  197. gateway: 192.168.200.1
  198. management: False
  199. status: up
  200. [lago-basic-suite-4-1-net-management]:
  201. gateway: 192.168.201.1
  202. management: True
  203. status: up
  204. [lago-basic-suite-4-1-net-storage]:
  205. gateway: 192.168.202.1
  206. management: False
  207. status: up
  208. UUID: e69b9efa80e311e7a207001a4a16017b
  209. [VMs]:
  210. [lago-basic-suite-4-1-engine]:
  211. [NICs]:
  212. [eth0]:
  213. ip: 192.168.201.2
  214. network: lago-basic-suite-4-1-net-management
  215. [eth1]:
  216. ip: 192.168.202.2
  217. network: lago-basic-suite-4-1-net-storage
  218. distro: el7
  219. [metadata]:
  220. deploy-scripts:
  221. $LAGO_PREFIX_PATH/scripts/_home_myoung_repos_github_ovirt-system-tests_basic-suite-4.1_.._common_deploy-scripts_add_local_repo.sh
  222. $LAGO_PREFIX_PATH/scripts/_home_myoung_repos_github_ovirt-system-tests_basic-suite-4.1_.._common_deploy-scripts_setup_storage_unified_el7.sh
  223. $LAGO_PREFIX_PATH/scripts/_home_myoung_repos_github_ovirt-system-tests_basic-suite-4.1_.._common_deploy-scripts_setup_engine.sh
  224. ovirt-engine-password: 123
  225. root password: 123456
  226. status: running
  227. [lago-basic-suite-4-1-host0]:
  228. [NICs]:
  229. [eth0]:
  230. ip: 192.168.201.4
  231. network: lago-basic-suite-4-1-net-management
  232. [eth1]:
  233. ip: 192.168.202.4
  234. network: lago-basic-suite-4-1-net-storage
  235. [eth2]:
  236. ip: 192.168.200.4
  237. network: lago-basic-suite-4-1-net-bonding
  238. [eth3]:
  239. ip: 192.168.200.5
  240. network: lago-basic-suite-4-1-net-bonding
  241. distro: el7
  242. [metadata]:
  243. deploy-scripts:
  244. $LAGO_PREFIX_PATH/scripts/_home_myoung_repos_github_ovirt-system-tests_basic-suite-4.1_.._common_deploy-scripts_add_local_repo.sh
  245. $LAGO_PREFIX_PATH/scripts/_home_myoung_repos_github_ovirt-system-tests_basic-suite-4.1_.._common_deploy-scripts_setup_host_el7.sh
  246. root password: 123456
  247. status: running
  248. [lago-basic-suite-4-1-host1]:
  249. [NICs]:
  250. [eth0]:
  251. ip: 192.168.201.3
  252. network: lago-basic-suite-4-1-net-management
  253. [eth1]:
  254. ip: 192.168.202.3
  255. network: lago-basic-suite-4-1-net-storage
  256. [eth2]:
  257. ip: 192.168.200.2
  258. network: lago-basic-suite-4-1-net-bonding
  259. [eth3]:
  260. ip: 192.168.200.3
  261. network: lago-basic-suite-4-1-net-bonding
  262. distro: el7
  263. [metadata]:
  264. deploy-scripts:
  265. $LAGO_PREFIX_PATH/scripts/_home_myoung_repos_github_ovirt-system-tests_basic-suite-4.1_.._common_deploy-scripts_add_local_repo.sh
  266. $LAGO_PREFIX_PATH/scripts/_home_myoung_repos_github_ovirt-system-tests_basic-suite-4.1_.._common_deploy-scripts_setup_host_el7.sh
  267. root password: 123456
  268. status: running
  269. + cd -
  270. /home/myoung/repos/github/ovirt-system-tests
  271. + env_deploy
  272. + ci_msg_if_fails env_deploy
  273. + msg_if_fails 'Failed to prepare environment on step env_deploy, please contact the CI team.'
  274. ++ dirname /home/myoung/repos/github/ovirt-system-tests/basic-suite-4.1
  275. + local repo_root_dir=/home/myoung/repos/github/ovirt-system-tests
  276. + echo 'Failed to prepare environment on step env_deploy, please contact the CI team.'
  277. + echo '#########################'
  278. #########################
  279. + local res=0
  280. + cd /home/myoung/repos/github/ovirt-system-tests/deployment-basic-suite-4.1
  281. + lago ovirt deploy
  282. @ Deploy oVirt environment:
  283. # Deploy environment:
  284. * [Thread-2] Deploy VM lago-basic-suite-4-1-engine:
  285. * [Thread-3] Deploy VM lago-basic-suite-4-1-host1:
  286. * [Thread-4] Deploy VM lago-basic-suite-4-1-host0:
  287. * [Thread-4] Deploy VM lago-basic-suite-4-1-host0: Success (in 0:01:28)
  288. * [Thread-3] Deploy VM lago-basic-suite-4-1-host1: Success (in 0:01:32)
  289. * [Thread-2] Deploy VM lago-basic-suite-4-1-engine: Success (in 0:13:02)
  290. # Deploy environment: Success (in 0:13:02)
  291. @ Deploy oVirt environment: Success (in 0:13:02)
  292. + cd -
  293. /home/myoung/repos/github/ovirt-system-tests
  294. + return 0
  295. + test_scenarios=($(ls "$SUITE"/test-scenarios/*.py | sort))
  296. ++ sort
  297. ++ ls /home/myoung/repos/github/ovirt-system-tests/basic-suite-4.1/test-scenarios/000_check_repo_closure.py /home/myoung/repos/github/ovirt-system-tests/basic-suite-4.1/test-scenarios/001_initialize_engine.py /home/myoung/repos/github/ovirt-system-tests/basic-suite-4.1/test-scenarios/002_bootstrap.py /home/myoung/repos/github/ovirt-system-tests/basic-suite-4.1/test-scenarios/003_basic_networking.py /home/myoung/repos/github/ovirt-system-tests/basic-suite-4.1/test-scenarios/004_basic_sanity.py /home/myoung/repos/github/ovirt-system-tests/basic-suite-4.1/test-scenarios/006_migrations.py /home/myoung/repos/github/ovirt-system-tests/basic-suite-4.1/test-scenarios/099_aaa-ldap.py
  298. + declare test_scenarios
  299. + declare failed=false
  300. + for scenario in '"${test_scenarios[@]}"'
  301. + echo 'Running test scenario 000_check_repo_closure.py'
  302. Running test scenario 000_check_repo_closure.py
  303. + env_run_test /home/myoung/repos/github/ovirt-system-tests/basic-suite-4.1/test-scenarios/000_check_repo_closure.py
  304. + msg_if_fails 'Test 000_check_repo_closure.py failed.'
  305. ++ dirname /home/myoung/repos/github/ovirt-system-tests/basic-suite-4.1
  306. + local repo_root_dir=/home/myoung/repos/github/ovirt-system-tests
  307. + echo 'Test 000_check_repo_closure.py failed.'
  308. + echo '#########################'
  309. #########################
  310. + local res=0
  311. + cd /home/myoung/repos/github/ovirt-system-tests/deployment-basic-suite-4.1
  312. + lago ovirt runtest /home/myoung/repos/github/ovirt-system-tests/basic-suite-4.1/test-scenarios/000_check_repo_closure.py
  313. @ Run test: 000_check_repo_closure.py:
  314. nose.config: INFO: Ignoring files matching ['^\\.', '^_', '^setup\\.py$']
  315. # check_repo_closure:
  316. # check_repo_closure: Success (in 0:00:45)
  317. # Results located at /home/myoung/repos/github/ovirt-system-tests/deployment-basic-suite-4.1/default/000_check_repo_closure.py.junit.xml
  318. @ Run test: 000_check_repo_closure.py: Success (in 0:00:46)
  319. + cd -
  320. /home/myoung/repos/github/ovirt-system-tests
  321. + return 0
  322. + env_collect /home/myoung/repos/github/ovirt-system-tests/test_logs/basic-suite-4.1/post-000_check_repo_closure.py
  323. + local tests_out_dir=/home/myoung/repos/github/ovirt-system-tests/test_logs/basic-suite-4.1/post-000_check_repo_closure.py
  324. + echo '#########################'
  325. #########################
  326. + [[ -e /home/myoung/repos/github/ovirt-system-tests/test_logs/basic-suite-4.1 ]]
  327. + cd /home/myoung/repos/github/ovirt-system-tests/deployment-basic-suite-4.1/current
  328. + lago collect --output /home/myoung/repos/github/ovirt-system-tests/test_logs/basic-suite-4.1/post-000_check_repo_closure.py
  329. @ Collect artifacts:
  330. # [Thread-1] lago-basic-suite-4-1-engine:
  331. # [Thread-2] lago-basic-suite-4-1-host1:
  332. # [Thread-3] lago-basic-suite-4-1-host0:
  333. # [Thread-3] lago-basic-suite-4-1-host0: Success (in 0:00:02)
  334. # [Thread-2] lago-basic-suite-4-1-host1: Success (in 0:00:02)
  335. # [Thread-1] lago-basic-suite-4-1-engine: Success (in 0:00:03)
  336. @ Collect artifacts: Success (in 0:00:03)
  337. + cp -a logs /home/myoung/repos/github/ovirt-system-tests/test_logs/basic-suite-4.1/post-000_check_repo_closure.py/lago_logs
  338. + cd -
  339. /home/myoung/repos/github/ovirt-system-tests
  340. + false
  341. + for scenario in '"${test_scenarios[@]}"'
  342. + echo 'Running test scenario 001_initialize_engine.py'
  343. Running test scenario 001_initialize_engine.py
  344. + env_run_test /home/myoung/repos/github/ovirt-system-tests/basic-suite-4.1/test-scenarios/001_initialize_engine.py
  345. + msg_if_fails 'Test 001_initialize_engine.py failed.'
  346. ++ dirname /home/myoung/repos/github/ovirt-system-tests/basic-suite-4.1
  347. + local repo_root_dir=/home/myoung/repos/github/ovirt-system-tests
  348. + echo 'Test 001_initialize_engine.py failed.'
  349. + echo '#########################'
  350. #########################
  351. + local res=0
  352. + cd /home/myoung/repos/github/ovirt-system-tests/deployment-basic-suite-4.1
  353. + lago ovirt runtest /home/myoung/repos/github/ovirt-system-tests/basic-suite-4.1/test-scenarios/001_initialize_engine.py
  354. @ Run test: 001_initialize_engine.py:
  355. nose.config: INFO: Ignoring files matching ['^\\.', '^_', '^setup\\.py$']
  356. # 001_initialize_engine.test_initialize_engine:
  357. * Copy /home/myoung/repos/github/ovirt-system-tests/basic-suite-4.1/engine-answer-file.conf to lago-basic-suite-4-1-engine:/tmp/answer-file:
  358. * Copy /home/myoung/repos/github/ovirt-system-tests/basic-suite-4.1/engine-answer-file.conf to lago-basic-suite-4-1-engine:/tmp/answer-file: Success (in 0:00:00)
  359. * Copy /tmp/tmpzhz6Gj to lago-basic-suite-4-1-engine:/etc/ovirt-engine/engine.conf.d/99-custom-fqdn.conf:
  360. * Copy /tmp/tmpzhz6Gj to lago-basic-suite-4-1-engine:/etc/ovirt-engine/engine.conf.d/99-custom-fqdn.conf: Success (in 0:00:00)
  361. # 001_initialize_engine.test_initialize_engine: Success (in 0:13:07)
  362. # Results located at /home/myoung/repos/github/ovirt-system-tests/deployment-basic-suite-4.1/default/001_initialize_engine.py.junit.xml
  363. @ Run test: 001_initialize_engine.py: Success (in 0:13:07)
  364. + cd -
  365. /home/myoung/repos/github/ovirt-system-tests
  366. + return 0
  367. + env_collect /home/myoung/repos/github/ovirt-system-tests/test_logs/basic-suite-4.1/post-001_initialize_engine.py
  368. + local tests_out_dir=/home/myoung/repos/github/ovirt-system-tests/test_logs/basic-suite-4.1/post-001_initialize_engine.py
  369. + echo '#########################'
  370. #########################
  371. + [[ -e /home/myoung/repos/github/ovirt-system-tests/test_logs/basic-suite-4.1 ]]
  372. + cd /home/myoung/repos/github/ovirt-system-tests/deployment-basic-suite-4.1/current
  373. + lago collect --output /home/myoung/repos/github/ovirt-system-tests/test_logs/basic-suite-4.1/post-001_initialize_engine.py
  374. @ Collect artifacts:
  375. # [Thread-1] lago-basic-suite-4-1-engine:
  376. # [Thread-2] lago-basic-suite-4-1-host1:
  377. # [Thread-3] lago-basic-suite-4-1-host0:
  378. # [Thread-2] lago-basic-suite-4-1-host1: Success (in 0:00:02)
  379. # [Thread-3] lago-basic-suite-4-1-host0: Success (in 0:00:02)
  380. # [Thread-1] lago-basic-suite-4-1-engine: Success (in 0:00:13)
  381. @ Collect artifacts: Success (in 0:00:13)
  382. + cp -a logs /home/myoung/repos/github/ovirt-system-tests/test_logs/basic-suite-4.1/post-001_initialize_engine.py/lago_logs
  383. + cd -
  384. /home/myoung/repos/github/ovirt-system-tests
  385. + false
  386. + for scenario in '"${test_scenarios[@]}"'
  387. + echo 'Running test scenario 002_bootstrap.py'
  388. Running test scenario 002_bootstrap.py
  389. + env_run_test /home/myoung/repos/github/ovirt-system-tests/basic-suite-4.1/test-scenarios/002_bootstrap.py
  390. + msg_if_fails 'Test 002_bootstrap.py failed.'
  391. ++ dirname /home/myoung/repos/github/ovirt-system-tests/basic-suite-4.1
  392. + local repo_root_dir=/home/myoung/repos/github/ovirt-system-tests
  393. + echo 'Test 002_bootstrap.py failed.'
  394. + echo '#########################'
  395. #########################
  396. + local res=0
  397. + cd /home/myoung/repos/github/ovirt-system-tests/deployment-basic-suite-4.1
  398. + lago ovirt runtest /home/myoung/repos/github/ovirt-system-tests/basic-suite-4.1/test-scenarios/002_bootstrap.py
  399. @ Run test: 002_bootstrap.py:
  400. nose.config: INFO: Ignoring files matching ['^\\.', '^_', '^setup\\.py$']
  401. # print_api_ver:
  402. # print_api_ver: Success (in 0:00:00)
  403. # add_dc:
  404. # add_dc: Success (in 0:00:48)
  405. # add_cluster:
  406. # add_cluster: Success (in 0:00:03)
  407. # add_hosts:
  408. * Collect artifacts:
  409. * Collect artifacts: Success (in 0:00:14)
  410. # add_hosts: Success (in 0:15:54)
  411. # Results located at /home/myoung/repos/github/ovirt-system-tests/deployment-basic-suite-4.1/default/002_bootstrap.py.junit.xml
  412. @ Run test: 002_bootstrap.py: Success (in 0:16:46)
  413. Error occured, aborting
  414. Traceback (most recent call last):
  415. File "/usr/lib/python2.7/site-packages/ovirtlago/cmd.py", line 360, in do_run
  416. self.cli_plugins[args.ovirtverb].do_run(args)
  417. File "/usr/lib/python2.7/site-packages/lago/plugins/cli.py", line 184, in do_run
  418. self._do_run(**vars(args))
  419. File "/usr/lib/python2.7/site-packages/lago/utils.py", line 501, in wrapper
  420. return func(*args, **kwargs)
  421. File "/usr/lib/python2.7/site-packages/lago/utils.py", line 512, in wrapper
  422. return func(*args, prefix=prefix, **kwargs)
  423. File "/usr/lib/python2.7/site-packages/ovirtlago/cmd.py", line 99, in do_ovirt_runtest
  424. raise RuntimeError('Some tests failed')
  425. RuntimeError: Some tests failed
  426. + res=1
  427. + cd -
  428. /home/myoung/repos/github/ovirt-system-tests
  429. + return 1
  430. + failed=true
  431. + env_collect /home/myoung/repos/github/ovirt-system-tests/test_logs/basic-suite-4.1/post-002_bootstrap.py
  432. + local tests_out_dir=/home/myoung/repos/github/ovirt-system-tests/test_logs/basic-suite-4.1/post-002_bootstrap.py
  433. + echo '#########################'
  434. #########################
  435. + [[ -e /home/myoung/repos/github/ovirt-system-tests/test_logs/basic-suite-4.1 ]]
  436. + cd /home/myoung/repos/github/ovirt-system-tests/deployment-basic-suite-4.1/current
  437. + lago collect --output /home/myoung/repos/github/ovirt-system-tests/test_logs/basic-suite-4.1/post-002_bootstrap.py
  438. @ Collect artifacts:
  439. # [Thread-1] lago-basic-suite-4-1-engine:
  440. # [Thread-2] lago-basic-suite-4-1-host1:
  441. # [Thread-3] lago-basic-suite-4-1-host0:
  442. # [Thread-2] lago-basic-suite-4-1-host1: Success (in 0:00:03)
  443. # [Thread-3] lago-basic-suite-4-1-host0: Success (in 0:00:03)
  444. # [Thread-1] lago-basic-suite-4-1-engine: Success (in 0:00:14)
  445. @ Collect artifacts: Success (in 0:00:14)
  446. + cp -a logs /home/myoung/repos/github/ovirt-system-tests/test_logs/basic-suite-4.1/post-002_bootstrap.py/lago_logs
  447. + cd -
  448. /home/myoung/repos/github/ovirt-system-tests
  449. + true
  450. + echo '@@@@ ERROR: Failed running /home/myoung/repos/github/ovirt-system-tests/basic-suite-4.1/test-scenarios/002_bootstrap.py'
  451. @@@@ ERROR: Failed running /home/myoung/repos/github/ovirt-system-tests/basic-suite-4.1/test-scenarios/002_bootstrap.py
  452. + return 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement