Changes between Version 3 and Version 4 of WindowsTesting


Ignore:
Timestamp:
09/18/16 15:49:12 (8 years ago)
Author:
Gert Döring
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WindowsTesting

    v3 v4  
    3333== ip-win32 ==
    3434
    35 TODO
     35* dynamic (= DHCP)
     36* ipapi (= windows API system calls)
     37* netsh (= netsh.exe calls)
     38* maybe even "adaptive" (= try ipapi, fall back to dynamic)
     39
     40my minimal run.bat test has cases for that, and it seems {{{ --ip-win32 netsh }}} is already unreliable today, before d12fk's patch.
    3641
    3742= Management interface =
     
    4449= Basic connectivity testing =
    4550
    46 Extend t_client.sh tests to Windows also.
     51Extend t_client.sh tests to Windows also.  Right now: barebones run.bat+run2.bat
    4752
    4853= Infrastructure needed for the tests =
    4954
    50 TODO
     55* t_client server side
     56* what about testing "clients on other systems, server on windows"?