kvm integration test failures due to invalid config-disk path
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| cloud-init |
High
|
Chad Smith |
Bug Description
Cosmic and bionic integration tests are failing on nocloud kvm platforms due to invalid/strict assertions.
FAIL: test_instance_
Validate instance-data.json content by nocloud-kvm platform.
-------
Traceback (most recent call last):
File "/var/lib/
self.
AssertionError: 'config-disk (/dev/vda)' != 'config-disk (/dev/vdb)'
- config-disk (/dev/vda)
? ^
+ config-disk (/dev/vdb)
?
Related branches
- Server Team CI bot: Approve (continuous-integration) on 2018-10-11
- Scott Moser: Approve on 2018-10-11
-
Diff: 43 lines (+15/-2)2 files modifieddebian/changelog (+10/-0)
tests/cloud_tests/testcases/base.py (+5/-2)
- cloud-init Commiters: Pending requested 2018-10-10
-
Diff: 32 lines (+12/-1)2 files modifieddebian/changelog (+8/-0)
tests/cloud_tests/testcases/base.py (+4/-1)
- Scott Moser: Approve on 2018-10-10
- Server Team CI bot: Approve (continuous-integration) on 2018-10-10
-
Diff: 16 lines (+4/-1)1 file modifiedtests/cloud_tests/testcases/base.py (+4/-1)
Changed in cloud-init: | |
importance: | Undecided → High |
assignee: | nobody → Chad Smith (chad.smith) |
status: | New → In Progress |
Changed in cloud-init: | |
status: | In Progress → Fix Committed |
This bug is believed to be fixed in cloud-init in version 18.5. If this is still a problem for you, please make a comment and set the state back to New
Thank you.
Changed in cloud-init: | |
status: | Fix Committed → Fix Released |
This bug is fixed with commit 9f88125a to cloud-init on branch master. /git.launchpad. net/cloud- init/commit/ ?id=9f88125a
To view that commit see the following URL:
https:/