Skip to content

Commit

Permalink
Comment out this test until we can get a stable and accurate test (#6179
Browse files Browse the repository at this point in the history
) (#6181)
  • Loading branch information
mhagen-vmware authored Aug 31, 2017
1 parent c23b0e0 commit fbab49b
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*** Settings ***
Documentation Test 11-03 - Upgrade-InsecureRegistry
Resource ../../resources/Util.robot
Test Teardown Cleanup Test Environment
#Test Teardown Cleanup Test Environment

*** Variables ***
${test_vic_version} 7315
Expand Down Expand Up @@ -89,8 +89,9 @@ Cleanup Test Environment
Should Be Equal As Integers ${rc} 0
Kill Local Docker Daemon ${handle} ${docker_daemon_pid}

*** Test Cases ***
*** Test Cases ***
Upgrade VCH with Harbor On HTTP
Pass Execution Need to use a different insecure registry, because Harbor does not support VIC as insecure and 0.5.0 is too old
Set Test Environment Variables
${out}= Cleanup Harbor ${http_harbor_name}
Log ${out}
Expand All @@ -113,6 +114,7 @@ Upgrade VCH with Harbor On HTTP
Test VCH And Registry %{VCH-IP}:%{VCH-PORT} ${harbor_ip}

Upgrade VCH with Harbor On HTTPS
Pass Execution Need to use a different insecure registry, because Harbor does not support VIC as insecure and 0.5.0 is too old
${out}= Cleanup Harbor ${http_harbor_name}
Log ${out}
${out}= Cleanup Harbor ${https_harbor_name}
Expand Down

0 comments on commit fbab49b

Please sign in to comment.