Molecule tests failing with 'Error: No such option: --base-config'
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
tripleo |
Fix Released
|
Critical
|
Unassigned |
Bug Description
Starting on 05/02, tripleo-
2023-05-02 12:40:26.110520 | centos-9-stream | try:
2023-05-02 12:40:26.110524 | centos-9-stream | > assert subprocess.
2023-05-02 12:40:26.110529 | centos-9-stream | E AssertionError: assert 1 == 0
2023-05-02 12:40:26.110535 | centos-9-stream | E + where 1 = <function call at 0x7f7d0c67e310>
2023-05-02 12:40:26.110542 | centos-9-stream | E + where <function call at 0x7f7d0c67e310> = subprocess.call
....
2023-05-02 12:40:26.110792 | centos-9-stream | AttributeError: 'Runtime' object has no attribute 'exec'
...
2023-05-02 12:40:26.110891 | centos-9-stream | Error: No such option: --base-config
2023-05-02 12:40:26.110896 | centos-9-stream | ----- generated html file: file://
The test history is at:
https:/
Example logs:
Changed in tripleo: | |
status: | Triaged → In Progress |
Changed in tripleo: | |
status: | In Progress → Fix Released |
Adding notes from chat:
Related failing line:
https:/ /github. com/openstack/ tripleo- ansible/ blob/master/ tests/test_ molecule. py#L71
Cédric Jeanneret:
and nudge in your same patch maybe? replacing by "-c" iirc