You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2022/04/28 06:43:51 UTC

[GitHub] [cloudstack] shwstppr opened a new pull request, #6329: test: fix ipv6 network test for xenserver

shwstppr opened a new pull request, #6329:
URL: https://github.com/apache/cloudstack/pull/6329

   ### Description
   
   Default ACS Xenserver template, CentOS 5.6, has IPv6 disabled.
   /etc/modeprobe.conf shows "options ipv6 disable=1"
   To run IPv6 network test successfully on Xenserver smoketest run get_test_template will be used instead of get_template while deploying guest VM in the IPv6 guest network.
   
   ### Types of changes
   
   - [ ] Breaking change (fix or feature that would cause existing functionality to change)
   - [ ] New feature (non-breaking change which adds functionality)
   - [x] Bug fix (non-breaking change which fixes an issue)
   - [ ] Enhancement (improves an existing feature and functionality)
   - [ ] Cleanup (Code refactoring and cleanup, that may add test cases)
   
   ### Feature/Enhancement Scale or Bug Severity
   
   #### Feature/Enhancement Scale
   
   - [ ] Major
   - [ ] Minor
   
   #### Bug Severity
   
   - [ ] BLOCKER
   - [ ] Critical
   - [ ] Major
   - [ ] Minor
   - [ ] Trivial
   
   
   ### Screenshots (if appropriate):
   VM with default Xenserver CentOS 5.6 template
   ![Screenshot from 2022-04-28 12-13-01](https://user-images.githubusercontent.com/153340/165692980-fd6901af-6dca-4d71-ad61-75d6453a4bdf.png)
   ![Screenshot from 2022-04-28 12-12-51](https://user-images.githubusercontent.com/153340/165692992-8b696e04-c6bf-4708-bf79-5bb47e766dd7.png)
   
   
   ### How Has This Been Tested?
   Ran test with changes in a Xenserver env:
   
   ```
   [root@pr5811-t4060-xenserver-71-marvin ~]# cat /marvin/MarvinLogs/test_network_ipv6_2Z56GX/results.txt
   Test to create network offering ... === TestName: test_01_create_ipv6_network_offering | Status : SUCCESS ===
   ok
   Test to create network offering ... === TestName: test_02_create_ipv6_network_offering_fail | Status : SUCCESS ===
   ok
   Test to create network offering ... === TestName: test_03_create_ipv6_vpc_offering | Status : SUCCESS ===
   ok
   Test to create VPC offering failure ... === TestName: test_04_create_ipv6_vpc_offering_fail | Status : SUCCESS ===
   ok
   Test to add IPv6 guest prefix ... === TestName: test_01_create_ipv6_guest_prefix | Status : SUCCESS ===
   ok
   Test to add IPv6 guest prefix failure ... === TestName: test_02_create_ipv6_guest_prefix_fail | Status : SUCCESS ===
   ok
   Test to verify IPv6 network ... === TestName: test_01_verify_ipv6_network | Status : SUCCESS ===
   ok
   Test to verify redundant IPv6 network ... === TestName: test_02_verify_ipv6_network_redundant | Status : SUCCESS ===
   ok
   Test to add IPv6 public IP range ... === TestName: test_01_create_ipv6_public_ip_range | Status : SUCCESS ===
   ok
   Test to add IPv6 public IP range failure ... === TestName: test_02_create_ipv6_public_ip_range_fail | Status : SUCCESS ===
   ok
   
   ----------------------------------------------------------------------
   Ran 10 tests in 1235.315s
   
   OK
   
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] blueorangutan commented on pull request #6329: test: fix ipv6 network test for xenserver

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on PR #6329:
URL: https://github.com/apache/cloudstack/pull/6329#issuecomment-1114307185

   <b>Trillian test result (tid-4086)</b>
   Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 38167 seconds
   Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr6329-t4086-kvm-centos7.zip
   Smoke tests completed. 91 look OK, 4 have errors
   Only failed tests results shown below:
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   test_01_add_primary_storage_disabled_host | `Error` | 0.60 | test_primary_storage.py
   test_01_primary_storage_nfs | `Error` | 0.11 | test_primary_storage.py
   ContextSuite context=TestStorageTags>:setup | `Error` | 0.20 | test_primary_storage.py
   test_03_deploy_and_scale_kubernetes_cluster | `Failure` | 29.80 | test_kubernetes_clusters.py
   test_07_deploy_kubernetes_ha_cluster | `Failure` | 61.62 | test_kubernetes_clusters.py
   test_08_upgrade_kubernetes_ha_cluster | `Failure` | 40.06 | test_kubernetes_clusters.py
   test_09_delete_kubernetes_ha_cluster | `Failure` | 0.05 | test_kubernetes_clusters.py
   ContextSuite context=TestKubernetesCluster>:teardown | `Error` | 77.74 | test_kubernetes_clusters.py
   test_01_secure_vm_migration | `Error` | 160.39 | test_vm_life_cycle.py
   test_02_unsecure_vm_migration | `Error` | 270.44 | test_vm_life_cycle.py
   test_03_secured_to_nonsecured_vm_migration | `Error` | 141.82 | test_vm_life_cycle.py
   test_08_migrate_vm | `Error` | 44.73 | test_vm_life_cycle.py
   test_hostha_enable_ha_when_host_in_maintenance | `Error` | 306.17 | test_hostha_kvm.py
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] nvazquez merged pull request #6329: test: fix ipv6 network test for xenserver

Posted by GitBox <gi...@apache.org>.
nvazquez merged PR #6329:
URL: https://github.com/apache/cloudstack/pull/6329


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] blueorangutan commented on pull request #6329: test: fix ipv6 network test for xenserver

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on PR #6329:
URL: https://github.com/apache/cloudstack/pull/6329#issuecomment-1113899804

   <b>Trillian Build Failed (tid-4084)<b/>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] blueorangutan commented on pull request #6329: test: fix ipv6 network test for xenserver

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on PR #6329:
URL: https://github.com/apache/cloudstack/pull/6329#issuecomment-1112571242

   <b>Trillian test result (tid-4068)</b>
   Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 40906 seconds
   Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr6329-t4068-kvm-centos7.zip
   Smoke tests completed. 95 look OK, 0 have errors
   Only failed tests results shown below:
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] blueorangutan commented on pull request #6329: test: fix ipv6 network test for xenserver

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on PR #6329:
URL: https://github.com/apache/cloudstack/pull/6329#issuecomment-1111810974

   @shwstppr a Jenkins job has been kicked to build packages. It will be bundled with  KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] blueorangutan commented on pull request #6329: test: fix ipv6 network test for xenserver

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on PR #6329:
URL: https://github.com/apache/cloudstack/pull/6329#issuecomment-1113894870

   @nvazquez a Trillian-Jenkins matrix job (centos7 mgmt + xs71, centos7 mgmt + vmware65, centos7 mgmt + kvmcentos7) has been kicked to run smoke tests


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] blueorangutan commented on pull request #6329: test: fix ipv6 network test for xenserver

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on PR #6329:
URL: https://github.com/apache/cloudstack/pull/6329#issuecomment-1114305940

   <b>Trillian test result (tid-4085)</b>
   Environment: xenserver-71 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 37770 seconds
   Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr6329-t4085-xenserver-71.zip
   Smoke tests completed. 95 look OK, 0 have errors
   Only failed tests results shown below:
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] blueorangutan commented on pull request #6329: test: fix ipv6 network test for xenserver

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on PR #6329:
URL: https://github.com/apache/cloudstack/pull/6329#issuecomment-1113708883

   <b>Trillian Build Failed (tid-4078)<b/>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] shwstppr commented on pull request #6329: test: fix ipv6 network test for xenserver

Posted by GitBox <gi...@apache.org>.
shwstppr commented on PR #6329:
URL: https://github.com/apache/cloudstack/pull/6329#issuecomment-1111847901

   @blueorangutan test matrix


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] blueorangutan commented on pull request #6329: test: fix ipv6 network test for xenserver

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on PR #6329:
URL: https://github.com/apache/cloudstack/pull/6329#issuecomment-1113707765

   <b>Trillian Build Failed (tid-4080)<b/>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] blueorangutan commented on pull request #6329: test: fix ipv6 network test for xenserver

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on PR #6329:
URL: https://github.com/apache/cloudstack/pull/6329#issuecomment-1113710831

   <b>Trillian Build Failed (tid-4079)<b/>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] blueorangutan commented on pull request #6329: test: fix ipv6 network test for xenserver

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on PR #6329:
URL: https://github.com/apache/cloudstack/pull/6329#issuecomment-1113897099

   <b>Trillian Build Failed (tid-4082)<b/>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] blueorangutan commented on pull request #6329: test: fix ipv6 network test for xenserver

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on PR #6329:
URL: https://github.com/apache/cloudstack/pull/6329#issuecomment-1112547396

   <b>Trillian test result (tid-4067)</b>
   Environment: xenserver-71 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 39247 seconds
   Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr6329-t4067-xenserver-71.zip
   Smoke tests completed. 95 look OK, 0 have errors
   Only failed tests results shown below:
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] weizhouapache commented on pull request #6329: test: fix ipv6 network test for xenserver

Posted by GitBox <gi...@apache.org>.
weizhouapache commented on PR #6329:
URL: https://github.com/apache/cloudstack/pull/6329#issuecomment-1113670532

   @blueorangutan test matrix


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] blueorangutan commented on pull request #6329: test: fix ipv6 network test for xenserver

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on PR #6329:
URL: https://github.com/apache/cloudstack/pull/6329#issuecomment-1114310756

   <b>Trillian test result (tid-4087)</b>
   Environment: vmware-65u2 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 39512 seconds
   Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr6329-t4087-vmware-65u2.zip
   Smoke tests completed. 95 look OK, 0 have errors
   Only failed tests results shown below:
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] shwstppr commented on pull request #6329: test: fix ipv6 network test for xenserver

Posted by GitBox <gi...@apache.org>.
shwstppr commented on PR #6329:
URL: https://github.com/apache/cloudstack/pull/6329#issuecomment-1111810275

   @blueorangutan package


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] blueorangutan commented on pull request #6329: test: fix ipv6 network test for xenserver

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on PR #6329:
URL: https://github.com/apache/cloudstack/pull/6329#issuecomment-1111842119

   Packaging result: :heavy_check_mark: el7 :heavy_check_mark: el8 :heavy_check_mark: debian :heavy_check_mark: suse15. SL-JID 3322


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] blueorangutan commented on pull request #6329: test: fix ipv6 network test for xenserver

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on PR #6329:
URL: https://github.com/apache/cloudstack/pull/6329#issuecomment-1113882975

   <b>Trillian test result (tid-4077)</b>
   Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 17373 seconds
   Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr6329-t4077-kvm-centos7.zip
   Intermittent failure detected: /marvin/tests/smoke/test_volumes.py


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] blueorangutan commented on pull request #6329: test: fix ipv6 network test for xenserver

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on PR #6329:
URL: https://github.com/apache/cloudstack/pull/6329#issuecomment-1112670225

   <b>Trillian test result (tid-4069)</b>
   Environment: vmware-65u2 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 48906 seconds
   Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr6329-t4069-vmware-65u2.zip
   Smoke tests completed. 94 look OK, 1 have errors
   Only failed tests results shown below:
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   test_01_deploy_vm_on_specific_host | `Error` | 21.84 | test_vm_deployment_planner.py
   test_02_deploy_vm_on_specific_cluster | `Error` | 3602.85 | test_vm_deployment_planner.py
   test_03_deploy_vm_on_specific_pod | `Error` | 3.35 | test_vm_deployment_planner.py
   test_04_deploy_vm_on_host_override_pod_and_cluster | `Error` | 2.33 | test_vm_deployment_planner.py
   test_05_deploy_vm_on_cluster_override_pod | `Error` | 4.32 | test_vm_deployment_planner.py
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] blueorangutan commented on pull request #6329: test: fix ipv6 network test for xenserver

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on PR #6329:
URL: https://github.com/apache/cloudstack/pull/6329#issuecomment-1113672323

   @weizhouapache a Trillian-Jenkins matrix job (centos7 mgmt + xs71, centos7 mgmt + vmware65, centos7 mgmt + kvmcentos7) has been kicked to run smoke tests


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] blueorangutan commented on pull request #6329: test: fix ipv6 network test for xenserver

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on PR #6329:
URL: https://github.com/apache/cloudstack/pull/6329#issuecomment-1113882976

   <b>Trillian test result (tid-4076)</b>
   Environment: vmware-65u2 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 17613 seconds
   Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr6329-t4076-vmware-65u2.zip
   Intermittent failure detected: /marvin/tests/smoke/test_volumes.py


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] blueorangutan commented on pull request #6329: test: fix ipv6 network test for xenserver

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on PR #6329:
URL: https://github.com/apache/cloudstack/pull/6329#issuecomment-1111848060

   @shwstppr a Trillian-Jenkins matrix job (centos7 mgmt + xs71, centos7 mgmt + vmware65, centos7 mgmt + kvmcentos7) has been kicked to run smoke tests


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] nvazquez commented on pull request #6329: test: fix ipv6 network test for xenserver

Posted by GitBox <gi...@apache.org>.
nvazquez commented on PR #6329:
URL: https://github.com/apache/cloudstack/pull/6329#issuecomment-1113894788

   @blueorangutan test matrix


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] blueorangutan commented on pull request #6329: test: fix ipv6 network test for xenserver

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on PR #6329:
URL: https://github.com/apache/cloudstack/pull/6329#issuecomment-1113900362

   <b>Trillian Build Failed (tid-4083)<b/>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org