Merge "Fix the SSL test"

This commit is contained in:
Jenkins 2016-11-22 09:02:16 +00:00 committed by Gerrit Code Review
commit c5df4cc9ae
1 changed files with 5 additions and 5 deletions

View File

@ -295,7 +295,7 @@ nsxt_insecure_false
Description Description
########### ###########
Check that insecure checkbox functions properly. Check secure connection with NSX Manager.
Complexity Complexity
@ -309,10 +309,10 @@ Steps
1. Provide CA certificate via web UI or through system storage. 1. Provide CA certificate via web UI or through system storage.
2. Install NSX-T plugin. 2. Install NSX-T plugin.
3. Enable plugin on tab Networks -> NSX-T plugin. 3. Deploy cluster with one controller.
4. Fill the form with corresponding values. 4. Upload cert file on controller
5. Uncheck checkbox 'Bypass NSX Manager certificate verification'. 5. Set the insecure option in false and specify cert file (/etc/neutron/plugins/vmware/nsx.ini).
6. Deploy cluster with one controller. 6. Restart neutron-server.
7. Run OSTF. 7. Run OSTF.