Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added resource and data source for aci_l3out_hsrp_secondary_vip and r… #45

Merged
merged 1 commit into from
Dec 28, 2021

Conversation

RutvikS-crest
Copy link
Owner

…esource index file

@RutvikS-crest
Copy link
Owner Author

$ go test -v -run TestAccAciL3outHSRPSecondary -timeout=60m
=== RUN TestAccAciL3outHSRPSecondaryVIPDataSource_Basic
=== STEP testing l3out_hsrp_secondary_vip Data Source without l3out_hsrp_interface_group_dn
=== STEP testing l3out_hsrp_secondary_vip Data Source without ip
=== STEP testing l3out_hsrp_secondary_vip Data Source with required arguments only
=== STEP testing l3out_hsrp_secondary_vip Data Source invalid attribute
=== STEP testing l3out_hsrp_secondary_vip Data Source with Invalid l3out_hsrp_interface_group_dn
=== STEP testing l3out_hsrp_secondary_vip Data Source with updated resource
=== PAUSE TestAccAciL3outHSRPSecondaryVIPDataSource_Basic
=== RUN TestAccAciL3outHSRPSecondaryVIP_Basic
=== STEP Basic: testing l3out_hsrp_secondary_vip creation without l3out_hsrp_interface_group_dn
=== STEP Basic: testing l3out_hsrp_secondary_vip creation without ip
=== STEP testing l3out_hsrp_secondary_vip creation with required arguments only
=== STEP Basic: testing l3out_hsrp_secondary_vip creation with optional parameters
=== STEP Basic: testing l3out_hsrp_secondary_vip creation with invalid IP
=== STEP Basic: testing l3out_hsrp_secondary_vip updation without required parameters
=== STEP testing l3out_hsrp_secondary_vip creation with parent resources name acctest_jpglb and ip 10.1.61.99
=== STEP testing l3out_hsrp_secondary_vip creation with required arguments only
=== STEP testing l3out_hsrp_secondary_vip creation with parent resources name acctest_xw28f and ip 10.2.61.99
=== PAUSE TestAccAciL3outHSRPSecondaryVIP_Basic
=== RUN TestAccAciL3outHSRPSecondaryVIP_Update
=== STEP testing l3out_hsrp_secondary_vip creation with required arguments only
=== STEP testing l3out_hsrp_secondary_vip attribute: config_issues=GroupName-Conflicts-Other-Group
=== STEP testing l3out_hsrp_secondary_vip attribute: config_issues=GroupVIP-Conflicts-Other-Group
=== STEP testing l3out_hsrp_secondary_vip attribute: config_issues=Multiple-Version-On-Interface
=== STEP testing l3out_hsrp_secondary_vip attribute: config_issues=Secondary-vip-conflicts-if-ip
=== STEP testing l3out_hsrp_secondary_vip attribute: config_issues=Secondary-vip-subnet-mismatch
=== STEP testing l3out_hsrp_secondary_vip attribute: config_issues=group-vip-conflicts-if-ip
=== STEP testing l3out_hsrp_secondary_vip attribute: config_issues=group-vip-subnet-mismatch
=== PAUSE TestAccAciL3outHSRPSecondaryVIP_Update
=== RUN TestAccAciL3outHSRPSecondaryVIP_Negative
=== STEP testing l3out_hsrp_secondary_vip creation with required arguments only
=== STEP Negative Case: testing l3out_hsrp_secondary_vip creation with invalid parent Dn
=== STEP testing l3out_hsrp_secondary_vip attribute: description=8x17tekswfjyp1grz6nys4mhovp9c267vqw3kij4j3rd0lch7ml2zzxygben8aab2k7x1d7iae9qwkimw4wuj217jzzz16bw43ghth2uwkutyp8cf3zzycbcammfj79rt
=== STEP testing l3out_hsrp_secondary_vip attribute: annotation=lc7temkncscugdiakuiqqorsodx4cypljytyza9vws6310txta9wtqrcqvzr34yjnnl14qz2cmim0lbo18i4dxr8s4q19o1gpnt2r13ijumgma6wndjgmd2p6vwdzdupv
=== STEP testing l3out_hsrp_secondary_vip attribute: name_alias=llir1o6nofcv3d12bajw1j04w2g4dwtaeps31hupcvpzm9gifr7vdxxje3b3ipg2
=== STEP testing l3out_hsrp_secondary_vip attribute: config_issues=pumls
=== STEP testing l3out_hsrp_secondary_vip attribute: kcuco=pumls
=== STEP testing l3out_hsrp_secondary_vip creation with required arguments only
=== PAUSE TestAccAciL3outHSRPSecondaryVIP_Negative
=== RUN TestAccAciL3outHSRPSecondaryVIP_MulipleCreateDelete
=== STEP testing l3out_hsrp_secondary_vip multiple creation
=== PAUSE TestAccAciL3outHSRPSecondaryVIP_MulipleCreateDelete
=== CONT TestAccAciL3outHSRPSecondaryVIPDataSource_Basic
=== CONT TestAccAciL3outHSRPSecondaryVIP_Negative
=== CONT TestAccAciL3outHSRPSecondaryVIP_Update
=== CONT TestAccAciL3outHSRPSecondaryVIP_Basic
=== CONT TestAccAciL3outHSRPSecondaryVIP_MulipleCreateDelete
=== STEP testing l3out_hsrp_secondary_vip destroy
--- PASS: TestAccAciL3outHSRPSecondaryVIP_MulipleCreateDelete (37.14s)
=== STEP testing l3out_hsrp_secondary_vip destroy
--- PASS: TestAccAciL3outHSRPSecondaryVIPDataSource_Basic (60.06s)
=== STEP testing l3out_hsrp_secondary_vip destroy
--- PASS: TestAccAciL3outHSRPSecondaryVIP_Negative (96.35s)
=== STEP testing l3out_hsrp_secondary_vip destroy
--- PASS: TestAccAciL3outHSRPSecondaryVIP_Basic (126.43s)
=== STEP testing l3out_hsrp_secondary_vip destroy
--- PASS: TestAccAciL3outHSRPSecondaryVIP_Update (144.69s)
PASS
ok github.com/terraform-providers/terraform-provider-aci/testacc 145.508s

@RutvikS-crest RutvikS-crest merged commit e7ca5da into s2-dev Dec 28, 2021
@RutvikS-crest RutvikS-crest deleted the hsrpsecvip branch December 28, 2021 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant