Update max_nic_count for unit test.

This commit is contained in:
Lili Deng 2021-10-25 11:02:11 +08:00 коммит произвёл Chi Song
Родитель f7efac2c93
Коммит cdadbe6e50
10 изменённых файлов: 63 добавлений и 30 удалений

Просмотреть файл

@ -1594,6 +1594,8 @@ class AzurePlatform(Platform):
node_space.network_interface.data_path.add(schema.NetworkDataPath.Synthetic)
node_space.network_interface.data_path.add(schema.NetworkDataPath.Sriov)
node_space.network_interface.nic_count = search_space.IntRange(min=1)
# till now, the max nic number supported in Azure is 8
node_space.network_interface.max_nic_count = 8
azure_capability = AzureCapability(
location=location,

Просмотреть файл

@ -49,7 +49,8 @@
"min": 1,
"max": 8,
"max_inclusive": true
}
},
"max_nic_count": 8
},
"gpu_count": 0,
"features": {
@ -217,7 +218,8 @@
"min": 1,
"max": 2,
"max_inclusive": true
}
},
"max_nic_count": 2
},
"gpu_count": 0,
"features": {
@ -393,7 +395,8 @@
"min": 1,
"max": 2,
"max_inclusive": true
}
},
"max_nic_count": 2
},
"gpu_count": 0,
"features": {

Просмотреть файл

@ -49,7 +49,8 @@
"min": 1,
"max": 8,
"max_inclusive": true
}
},
"max_nic_count": 8
},
"gpu_count": 0,
"features": {
@ -217,7 +218,8 @@
"min": 1,
"max": 2,
"max_inclusive": true
}
},
"max_nic_count": 2
},
"gpu_count": 0,
"features": {
@ -393,7 +395,8 @@
"min": 1,
"max": 2,
"max_inclusive": true
}
},
"max_nic_count": 2
},
"gpu_count": 0,
"features": {

Просмотреть файл

@ -49,7 +49,8 @@
"min": 1,
"max": 8,
"max_inclusive": true
}
},
"max_nic_count": 8
},
"gpu_count": 0,
"features": {
@ -217,7 +218,8 @@
"min": 1,
"max": 2,
"max_inclusive": true
}
},
"max_nic_count": 2
},
"gpu_count": 0,
"features": {
@ -394,7 +396,8 @@
"min": 1,
"max": 2,
"max_inclusive": true
}
},
"max_nic_count": 2
},
"gpu_count": 0,
"features": {

Просмотреть файл

@ -49,7 +49,8 @@
"min": 1,
"max": 2,
"max_inclusive": true
}
},
"max_nic_count": 2
},
"gpu_count": 0,
"features": {
@ -218,7 +219,8 @@
"min": 1,
"max": 2,
"max_inclusive": true
}
},
"max_nic_count": 2
},
"gpu_count": 0,
"features": {
@ -394,7 +396,8 @@
"min": 1,
"max": 2,
"max_inclusive": true
}
},
"max_nic_count": 2
},
"gpu_count": 0,
"features": {
@ -575,7 +578,8 @@
"min": 1,
"max": 8,
"max_inclusive": true
}
},
"max_nic_count": 2
},
"gpu_count": 0,
"features": {
@ -769,7 +773,8 @@
"min": 1,
"max": 8,
"max_inclusive": true
}
},
"max_nic_count": 2
},
"gpu_count": 0,
"features": {
@ -933,7 +938,8 @@
"min": 1,
"max": 8,
"max_inclusive": true
}
},
"max_nic_count": 8
},
"gpu_count": 4,
"features": {

Просмотреть файл

@ -49,7 +49,8 @@
"min": 1,
"max": 8,
"max_inclusive": true
}
},
"max_nic_count": 8
},
"gpu_count": 0,
"features": {
@ -217,7 +218,8 @@
"min": 1,
"max": 2,
"max_inclusive": true
}
},
"max_nic_count": 2
},
"gpu_count": 0,
"features": {
@ -393,7 +395,8 @@
"min": 1,
"max": 2,
"max_inclusive": true
}
},
"max_nic_count": 2
},
"gpu_count": 0,
"features": {

Просмотреть файл

@ -49,7 +49,8 @@
"min": 1,
"max": 8,
"max_inclusive": true
}
},
"max_nic_count": 8
},
"gpu_count": 0,
"features": {
@ -217,7 +218,8 @@
"min": 1,
"max": 2,
"max_inclusive": true
}
},
"max_nic_count": 2
},
"gpu_count": 0,
"features": {
@ -393,7 +395,8 @@
"min": 1,
"max": 2,
"max_inclusive": true
}
},
"max_nic_count": 2
},
"gpu_count": 0,
"features": {

Просмотреть файл

@ -49,7 +49,8 @@
"min": 1,
"max": 8,
"max_inclusive": true
}
},
"max_nic_count": 8
},
"gpu_count": 0,
"features": {
@ -217,7 +218,8 @@
"min": 1,
"max": 2,
"max_inclusive": true
}
},
"max_nic_count": 2
},
"gpu_count": 0,
"features": {
@ -393,7 +395,8 @@
"min": 1,
"max": 2,
"max_inclusive": true
}
},
"max_nic_count": 2
},
"gpu_count": 0,
"features": {

Просмотреть файл

@ -46,7 +46,8 @@
"Synthetic"
]
},
"nic_count": 1
"nic_count": 1,
"max_nic_count": 4
},
"gpu_count": 0,
"features": {
@ -199,7 +200,8 @@
"min": 1,
"max": 2,
"max_inclusive": true
}
},
"max_nic_count": 2
},
"gpu_count": 0,
"features": {
@ -376,7 +378,8 @@
"min": 1,
"max": 2,
"max_inclusive": true
}
},
"max_nic_count": 2
},
"gpu_count": 0,
"features": {
@ -558,7 +561,8 @@
"min": 1,
"max": 2,
"max_inclusive": true
}
},
"max_nic_count": 2
},
"gpu_count": 0,
"features": {
@ -739,7 +743,8 @@
"min": 1,
"max": 2,
"max_inclusive": true
}
},
"max_nic_count": 2
},
"gpu_count": 0,
"features": {
@ -920,7 +925,8 @@
"min": 1,
"max": 2,
"max_inclusive": true
}
},
"max_nic_count": 2
},
"gpu_count": 0,
"features": {

Просмотреть файл

@ -150,6 +150,7 @@ def generate_runbook(
"items": ["Sriov", "Synthetic"],
},
"nic_count": {"min": 1, "max": 1, "max_inclusive": True},
"max_nic_count": 4,
},
}
)