Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
e8bafe7
README: update docs and development INSTALL.md
yadvr Jul 8, 2019
4737149
Fix listing of tags when resourceid projects is provided
yadvr Jul 8, 2019
fd93619
fix enum string comparison
yadvr Jul 8, 2019
942c733
fix equal ignorecase
yadvr Jul 8, 2019
f0b160e
fix api param usage, id instead of ids while listing tags
yadvr Jul 8, 2019
d10c8b3
only print failed, errorer test results/cases
yadvr Jul 8, 2019
8a5176a
send hypervisor version, otherwise NPE may occur
yadvr Jul 9, 2019
6f81baa
add missing/new test to travisci
yadvr Jul 10, 2019
c03af88
use unique tag names per test to avoid intermittent errors
yadvr Jul 10, 2019
b52441c
fix attributes etc
yadvr Jul 10, 2019
cff4cae
retab and fix remove execution modbit
yadvr Jul 10, 2019
dae282e
fix typo in test name
yadvr Jul 10, 2019
475ec67
optimize groups of tests to execute in 40-45 mins
yadvr Jul 10, 2019
4b5f39f
optimize test run based on last build
yadvr Jul 10, 2019
808d7fa
add a total of 130 known passing tests
yadvr Jul 10, 2019
fe6816a
sort all component test and print mgmt server log
yadvr Jul 11, 2019
2ca5c2c
reoptimise regroup...
yadvr Jul 11, 2019
2756899
again...
yadvr Jul 11, 2019
e7674ce
more fixes
yadvr Jul 11, 2019
da3fbb0
more fixes meh
yadvr Jul 11, 2019
f2db872
again
yadvr Jul 11, 2019
36b318f
oh Travis gods, please go green this time!
yadvr Jul 11, 2019
75c7cac
final optimisation by time
yadvr Jul 11, 2019
5f74e9e
go green like hulk!
yadvr Jul 11, 2019
060c905
travis get it around or less than 40mins
yadvr Jul 12, 2019
1868ce2
disable packaging jobs they are failing
yadvr Jul 12, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
reoptimise regroup...
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
  • Loading branch information
yadvr committed Jul 11, 2019
commit 2ca5c2ccb3a731eadb17691383c85a1def4a503b
67 changes: 35 additions & 32 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,14 @@ env:
smoke/test_portforwardingrules
smoke/test_privategw_acl
smoke/test_projects
smoke/test_public_ip_range"

- TESTS="smoke/test_pvlan
smoke/test_public_ip_range
smoke/test_pvlan
smoke/test_regions
smoke/test_reset_vm_on_reboot
smoke/test_resource_accounting
smoke/test_resource_detail
smoke/test_router_dhcphosts
smoke/test_resource_detail"

- TESTS="smoke/test_router_dhcphosts
smoke/test_router_dns
smoke/test_routers
smoke/test_routers_iptables_default_policy
Expand All @@ -105,33 +105,34 @@ env:
smoke/test_volumes
smoke/test_vpc_redundant
smoke/test_vpc_router_nics
smoke/test_vpc_vpn"

- TESTS="smoke/test_primary_storage
smoke/test_vpc_vpn
smoke/test_primary_storage
smoke/misc/test_deploy_vm
smoke/misc/test_escalations_templates
smoke/misc/test_vm_ha
smoke/misc/test_vm_sync
component/find_hosts_for_migration"
smoke/misc/test_vm_sync"

- TESTS="component/test_acl_isolatednetwork
- TESTS="component/find_hosts_for_migration
component/test_acl_isolatednetwork
component/test_acl_isolatednetwork_delete
component/test_acl_listsnapshot
component/test_acl_listvm
component/test_acl_listvolume
component/test_acl_sharednetwork
component/test_acl_sharednetwork_deployVM-impersonation"
component/test_acl_listvolume"

- TESTS="component/test_acl_sharednetwork
component/test_acl_sharednetwork_deployVM-impersonation
component/test_affinity_groups_projects"

- TESTS="component/test_affinity_groups_projects
component/test_allocation_states
- TESTS="component/test_allocation_states
component/test_assign_vm
component/test_concurrent_snapshots_limit
component/test_cpu_domain_limits
component/test_concurrent_snapshots_limit"

- TESTS="component/test_cpu_domain_limits
component/test_cpu_limits
component/test_cpu_max_limits"
component/test_cpu_max_limits
component/test_cpu_project_limits"

- TESTS="component/test_cpu_project_limits
component/test_deploy_vm_userdata_multi_nic
- TESTS="component/test_deploy_vm_userdata_multi_nic
component/test_egress_fw_rules
component/test_invalid_gw_nm
component/test_ip_reservation
Expand All @@ -149,14 +150,16 @@ env:
- TESTS="component/test_overcommit
component/test_persistent_networks
component/test_project_configs
component/test_project_limits
component/test_project_resources
component/test_project_limits"

- TESTS="component/test_project_resources
component/test_project_usage"

- TESTS="component/test_ps_limits
component/test_ps_max_limits
component/test_ps_project_limits
component/test_regions_accounts
component/test_ps_project_limits"

- TESTS="component/test_regions_accounts
component/test_resource_limits"

- TESTS="component/test_routers
Expand All @@ -165,16 +168,16 @@ env:
component/test_tags
component/test_templates
component/test_updateResourceCount
component/test_update_vm"
component/test_update_vm
component/test_volumes"

- TESTS="component/test_volumes
component/test_vpc
- TESTS="component/test_vpc
component/test_vpc_distributed_routing_offering
component/test_vpc_network
component/test_vpc_network_internal_lbrules
component/test_vpc_network_lbrules"
component/test_vpc_network"

- TESTS="component/test_vpc_offerings
- TESTS="component/test_vpc_network_internal_lbrules
component/test_vpc_network_lbrules
component/test_vpc_offerings
component/test_vpc_routers
component/test_vpc_vm_life_cycle
component/test_vpc_vms_deployment
Expand Down