Merge pull request #466 from mesosphere/task-schema-fix
fix task slave schema due to mesos change
This commit is contained in:
7
cli/tests/fixtures/task.py
vendored
7
cli/tests/fixtures/task.py
vendored
@@ -28,7 +28,12 @@ def task_fixture():
|
||||
"container_status": {
|
||||
"network_infos": [
|
||||
{
|
||||
"ip_address": "172.17.8.12"
|
||||
"ip_address": "172.17.8.12",
|
||||
"ip_addresses": [
|
||||
{
|
||||
"ip_address": "127.17.8.12"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user