Bug 1666376

Summary: [Docs][Tempest] Update the Integration Test Suite Guide for RHOSP 14
Product: Red Hat OpenStack Reporter: Martin Kopec <mkopec>
Component: documentationAssignee: Alex McLeod <amcleod>
Status: CLOSED CURRENTRELEASE QA Contact: RHOS Documentation Team <rhos-docs>
Severity: urgent Docs Contact:
Priority: unspecified    
Version: 14.0 (Rocky)CC: amcleod, mburns
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-03-01 09:41:22 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1574931    
Bug Blocks:    

Description Martin Kopec 2019-01-15 16:34:23 UTC
Description of problem:
The documentation is outdated:

1. The names of tempest plugins got changed

2. tempest-container was Tech Preview in RHOS 13, in RHOS 14 it's fully supported.

3. Section 3.3 step 2 shows openstack-status command - this command is part of openstack-utils package, if the package is not installed, the command doesn’t exist, it would be good to mention this fact somewhere

4. Section 4.1 step 3 generating tempest.conf file:
# discover-tempest-config --deployer-input ~/tempest-deployer-input.conf \
--debug --create identity.uri $OS_AUTH_URL identity.admin_password \
$OS_PASSWORD --network-id <UUID>

Should be changed to:
# discover-tempest-config --deployer-input ~/tempest-deployer-input.conf \
--debug --create --network-id <UUID>

The tool can detect credentials itself, because it went through major refactoring, see https://bugzilla.redhat.com/show_bug.cgi?id=1488126. Therefore a user doesn't have to (and it's recommended not to) pass them explicitly.