intel-device-plugins-for-kubernetes icon indicating copy to clipboard operation
intel-device-plugins-for-kubernetes copied to clipboard

restructure and document e2e "focus" targets

Open mythi opened this issue 3 years ago • 1 comments

our e2e tests have evolved a lot since they were originally created and we currently miss consistent structure how the tests are run with user defined "focus" (as in `-ginkgo.focus").

this task is to define the structure and get the restructuring done (including documentation)

corner cases that are currently not well defined:

  • run selected devices with a subset of tests, for example:
    • without demo apps to just test plugin resources are OK
    • selected demo apps for a subset of devices in the same category (QAT Gen2 vs Gen4)
  • run operator based tests only for certain devices

mythi avatar Sep 07 '22 06:09 mythi

@ozhuraki @hj-johannes-lee FYI. This is related to your e2e activities

mythi avatar Sep 07 '22 14:09 mythi

this task is to define the structure and get the restructuring done (including documentation)

looks like there's going to be a need to have NFD deployed as part of the suite. One idea would be to run and Skip() tests based on node features.

mythi avatar Oct 13 '22 12:10 mythi