Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Primary Requirement IDSecondary Requirement IDUnit Test IDUnit Test Description
    UT-0085
  • Configure 128 NIDs on the same TCP/IB Network
  • Only the maximum NIDs will be configured
UT-0090
  • Configure a non-existent NID on tcp0
  • Configuration should fail with INVALID PARAMETER
  UT-0095
  • Configure the system to have 4 CPTs
    • options libcfs cpu_npartitions=4 cpu_pattern="0[0] 1[1] 2[2] 3[3]"
  • Configure 3 NIDs on tcp0
    • NID 1 should be on CPTs 0, 4
    • NID 2 should be on CPTs 1, 2
    • NID 3 should be on all CPTs
  • Show NIDs
    • NID 1 should fail since no CPT 4
  UT-0100

Go through the following lnetctl commands and excercise their parameters, by providing error values:

  • net
    • Valid net values are: tcp, o2ib, gni
    • Provide any garbage. Return value should be BAD PARAM
  • set num_range
    • valid range is any positive value.
    • Provide a negative value. Return value should be BAD PARAM
  UT-0105

Delete a non-existent network

Should return -EINVAL

  UT-0110

Delete a non existent NID on tcp/o2ib

Should return -EINVAL

 

Remote Peer Configuration

...