This is an old revision of the document!
This wiki details the identified test cases for the OPNFV SFC Brahmaputra release.
Use the following slide for a logical overview of the testing scenario: Logical Testing Overview
| Yardstick Id | Name | Description | Jira |
| TC029 | VM Creation | Verify that only 2 Service Function VMs are created for Service Chains Chain1 and Chain2 | https://jira.opnfv.org/browse/YARDSTICK-189 |
The Service Function VMs will be created by Tacker when the Service Chains Chain1 and Chain2 are created. This test verifies that the VMs are indeed created, but only 2.
| Id | Name | Description | Jira |
| TC2 | Block HTTP | Verify that Client1 can not do HTTP traffic, but can do SSH traffic | https://jira.opnfv.org/browse/YARDSTICK-190 |
Client1 should be using Chain1, which will only send traffic through Service Function SF1 before sending the traffic on o the server. SF1 is a firewall configured to block all HTTP traffic, but let everything else pass through.
| Id | Name | Description | Jira |
| TC3 | Block SSH | Verify that Client2 can not do SSH traffic, but can do HTTP traffic | https://jira.opnfv.org/browse/YARDSTICK-191 |
Client2 should be using Chain2, which will only send traffic through Service Function SF2 before sending the traffic on o the server. SF2 is a firewall configured to block all SSH traffic, but let everything else pass through.