mirror of
https://github.com/ceph/ceph
synced 2025-01-15 07:23:16 +00:00
Merge PR #33211 into master
* refs/pull/33211/head: qa/tasks/mgr/dashboard/test_orchestrator: support addr attribute in inventory Reviewed-by: Sebastian Wagner <swagner@suse.com>
This commit is contained in:
commit
207aca5325
@ -9,6 +9,7 @@ test_data = {
|
||||
'inventory': [
|
||||
{
|
||||
'name': 'test-host0',
|
||||
'addr': '1.2.3.4',
|
||||
'devices': [
|
||||
{
|
||||
'path': '/dev/sda',
|
||||
@ -17,6 +18,7 @@ test_data = {
|
||||
},
|
||||
{
|
||||
'name': 'test-host1',
|
||||
'addr': '1.2.3.5',
|
||||
'devices': [
|
||||
{
|
||||
'path': '/dev/sdb',
|
||||
|
Loading…
Reference in New Issue
Block a user