File tree Expand file tree Collapse file tree 2 files changed +20
-6
lines changed
lib/engines/hcktest/drivers Expand file tree Collapse file tree 2 files changed +20
-6
lines changed Original file line number Diff line number Diff line change 5
5
"install_method" : " PNP" ,
6
6
"type" : 0 ,
7
7
"support" : true ,
8
- "post_start_commands " : [
8
+ "tests_config " : [
9
9
{
10
- "desc" : " Rename NetKVM ethernet adapter to SupportDevice0" ,
11
- "guest_run" : " Rename-NetAdapter -Name (Get-NetAdapter -InterfaceDescription 'Red Hat VirtIO Ethernet Adapter').Name -NewName 'SupportDevice0'"
10
+ "tests" : [
11
+ " .*"
12
+ ],
13
+ "pre_test_commands" : [
14
+ {
15
+ "desc" : " Rename NetKVM ethernet adapter to SupportDevice0" ,
16
+ "guest_run" : " Rename-NetAdapter -Name (Get-NetAdapter -InterfaceDescription 'Red Hat VirtIO Ethernet Adapter').Name -NewName 'SupportDevice0'"
17
+ }
18
+ ]
12
19
}
13
20
],
14
21
"reject_test_names" : [
Original file line number Diff line number Diff line change 4
4
"type" : 0 ,
5
5
"install_method" : " no-drv" ,
6
6
"support" : true ,
7
- "post_start_commands " : [
7
+ "tests_config " : [
8
8
{
9
- "desc" : " Rename igb ethernet adapter to SupportDevice0" ,
10
- "guest_run" : " Rename-NetAdapter -Name (Get-NetAdapter -InterfaceDescription 'Intel(R) 82576 Gigabit Dual Port Network Connection').Name -NewName 'SupportDevice0'"
9
+ "tests" : [
10
+ " .*"
11
+ ],
12
+ "pre_test_commands" : [
13
+ {
14
+ "desc" : " Rename igb ethernet adapter to SupportDevice0" ,
15
+ "guest_run" : " Rename-NetAdapter -Name (Get-NetAdapter -InterfaceDescription 'Intel(R) 82576 Gigabit Dual Port Network Connection').Name -NewName 'SupportDevice0'"
16
+ }
17
+ ]
11
18
}
12
19
],
13
20
"reject_test_names" : [
You can’t perform that action at this time.
0 commit comments