fabric expecting host_build parameter in testbed.py . This parameter may or may not in testbed.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Juniper Openstack |
Won't Fix
|
Medium
|
Senthilnathan Murugappan | ||
R3.2 |
Fix Committed
|
Medium
|
Senthilnathan Murugappan |
Bug Description
Sanity params generation is failing in 3.2 . Fabric js expecting host_build in testbed.py. THis name can be different in testbed or might not be available.
This checkin expecting build_host in sanity: https:/
root@fa4afa198f
Configuring test environment
Traceback (most recent call last):
2017-11-06 13:42:27:155393: File "tools/
2017-11-06 13:42:27:155488: sys.exit(
2017-11-06 13:42:27:155640: File "tools/
2017-11-06 13:42:27:155682: configure_
2017-11-06 13:42:27:155853: File "tools/
2017-11-06 13:42:27:155889: from fabfile.testbeds import testbed
2017-11-06 13:42:27:155949: File "/opt/contrail/
2017-11-06 13:42:27:155973: from tasks.kernel import *
2017-11-06 13:42:27:156018: File "/opt/contrail/
2017-11-06 13:42:27:156042: @hosts(
2017-11-06 13:42:27:156124: File "/opt/contrail/
2017-11-06 13:42:27:156148: if hstr == testbed.host_build:
2017-11-06 13:42:27:156212: AttributeError: 'module' object has no attribute 'host_build'
2017-11-06 13:42:27:156278: root@fa4afa198f
information type: | Proprietary → Public |
Changed in juniperopenstack: | |
assignee: | nobody → Senthilnathan Murugappan (msenthil) |
description: | updated |
tags: | added: sanityblocker |
Changed in juniperopenstack: | |
status: | New → Won't Fix |
Review in progress for https:/ /review. opencontrail. org/37222
Submitter: Senthilnathan Murugappan (<email address hidden>)