Versions Compared

Key

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

...

Primary Requirement ID

Secondary Requirement ID

Unit Test ID

Unit Test Description

cfg-105
basic-cfg-err-001
  • Setup: configure single network, 3 NIDs on the network 
  • Add UDSP rule that gives two of the interfaces highest priority
  • Execute UDSP "Show" command
  • Verify that the resulting YAML file contains policy description as expected
  • Execute UDSP "Delete" command providing policy index that doesn't exist
  • Verify that the command failed with an error


basic-cfg-err-002
  • Setup: configure single network, 3 NIDs on the network 
  • Verify that attempts to add UDSP rule for source or dst network fail: "0tcp", "0o2ib", "tcpp", "t", "tcp100000000000000000000000000000000000000000000000001"


basic-cfg-err-003
  • Setup: configure single network, 3 NIDs on the network 
  • Verify that attempts to add UDSP rule for source or dst NID fail: "@tcp", "1@tcp", "1.1.1@tcp", "1.1.1.1.1@tcp"


Issues

Unit Test IDDescriptionStatus
basic-cfg-err-001"add" command with bad syntax yields "Success" description in the result along with errno -22fix ready
basic-cfg-err-001"del" command with "idx" parameter value that doesn't match any existing policy yields no error ignore
basic-cfg-err-001"del" command with bad syntax ("idxx" instead of "idx") causes info for the "add" command to be printedfix ready
basic-cfg-err-001"add" command that duplicates existing policy yields "cannot add udsp: Unknown error -114"fix ready
basic-cfg-err-001"add" command that duplicates existing policy except assigning a (different) priority yields a duplicated policy with the specified priorityfix ready

...

Unit Test IDDescriptionStatus
singlenet-006NID pair UDSP doesn't appear to be taking effectpending commitfix ready
singlenet-006Deleting NID-pair UDSP that specifies multiple source NIDs causes kernel crashpending commitfix ready

Multiple Network Configuration

...

Unit Test IDDescriptionStatus
LU-13193"Oops" when adding a destination nid UDSPDNSpending commit

Routed Network Configuration

...