Convert disabled tests to the new format

This commit is contained in:
2023-07-21 05:16:09 +01:00
parent 3ba7a2cc55
commit d111f33f4c
6 changed files with 9 additions and 0 deletions
+19
View File
@@ -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
+2
View File
@@ -0,0 +1,2 @@
syscall:
net:
+1
View File
@@ -0,0 +1 @@
10s