Bug 1573306

Summary: rhcert-ci clean and rhcert-cli clean don't have the same functionality
Product: Red Hat Certification Program Reporter: Martin Kopec <mkopec>
Component: redhat-certificationAssignee: Greg Nichols <gnichols>
Status: NEW --- QA Contact: rhcert qe <rhcert-qe>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 1.0   
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: 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:

Description Martin Kopec 2018-04-30 19:57:36 UTC
Description of problem:

In our job we ran rhcert tool like:
rhcert-ci clean all && rhcert-ci run --test self_check --test neutron_address_scope --test neutron_agents --test neutron_dhcp_extra --test neutron_flavor --test neutron_gateway_extra --test neutron_ip_availability --test neutron_l3_extra_route --test neutron_l3_flavors --test neutron_mtu --test neutron_rbac --test neutron_service_types --test neutron_subnet_allocation --test neutron_tags && rhcert-ci save

Then according to the test summary we saw, that director test failed, but there were no logs related to the director test. We assumed there were other runs in that machine. We tried to use 'rhcert-cli clean all' instead of 'rhcert-ci clean all' and it solved the issue, director test wasn't executed - as expected. 
Therefor it seems that rhcert-ci clean and rhcert-cli clean commands have a different behavior.


Version-Release number of selected component (if applicable):
latest in the time of creating the bug


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:
rhcert-ci and rhcert-cli have a different functionality

Expected results:
rhcert-ci and rhcert-cli should behave the same