Convert disabled tests to the new format
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
umka_boot
|
||||
stack_init
|
||||
net_add_device
|
||||
net_get_dev_type 1
|
||||
net_get_dev_name 1
|
||||
net_dev_reset 1
|
||||
net_get_dev 1
|
||||
net_get_packet_tx_count 1
|
||||
net_get_packet_rx_count 1
|
||||
net_get_byte_tx_count 1
|
||||
net_get_byte_rx_count 1
|
||||
net_get_link_status 1
|
||||
|
||||
#net_bind 3 80 127.0.0.1
|
||||
|
||||
net_open_socket 2 1 0
|
||||
|
||||
net_connect 1 80 127.0.0.1
|
||||
net_accept 1 80 127.0.0.1
|
||||
@@ -0,0 +1,2 @@
|
||||
syscall:
|
||||
net:
|
||||
@@ -0,0 +1 @@
|
||||
10s
|
||||
Reference in New Issue
Block a user