Skip to content

Instantly share code, notes, and snippets.

@OpenConfigBot
Last active February 22, 2024 23:41
Show Gist options
  • Save OpenConfigBot/7dadd09b7c3133c9d8bc0d08fcb19b46 to your computer and use it in GitHub Desktop.
Save OpenConfigBot/7dadd09b7c3133c9d8bc0d08fcb19b46 to your computer and use it in GitHub Desktop.
Feature Profiles Pull Request Functional Testing

Pull Request Functional Testing

On each pull request, ci-trigger identifies any modified tests eligible for validation. An authorized user can launch tests by commenting in the pull request. It is not a requirement to pass all tests, however it is encouraged.

This testing is intended to offer a way to identify regressions before merging changes when possible.

Keyword Devices
/fptest all All device types
/fptest physical All physical device types
/fptest virtual All virtualized device types
/fptest arista-7808 Arista 7808
/fptest arista-ceos Arista cEOS (virtual)
/fptest cisco-8000e Cisco 8000E (virtual)
/fptest cisco-8808 Cisco 8808
/fptest cisco-xrd Cisco XRD (virtual)
/fptest juniper-ncptx Juniper ncPTX (virtual)
/fptest juniper-ptx10008 Juniper PTX10008
/fptest nokia-7250 Nokia 7250
/fptest nokia-srl Nokia SR Linux (virtual)
/fptest openconfig-lemming OpenConfig Lemming (virtual)

For example, commenting /fptest all on a pull request will cause all tests on all device types to run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment