Add basic test case for SFC, mainly Restconf Operations 81/19781/8
authorJohnson Li <johnson.li@intel.com>
Thu, 21 May 2015 05:08:13 +0000 (13:08 +0800)
committerJohnson Li <johnson.li@intel.com>
Thu, 21 May 2015 05:08:13 +0000 (13:08 +0800)
commite8ca93665f8a0443ffa9f44a71bc6c9ff1f98fd8
tree843c4f9c5b360c0c22278b1f8d71e182dd2a55b9
parent70439a87843404a931e65bf49c2cbf61cfc952f8
Add basic test case for SFC, mainly Restconf Operations

Add Some integration test cases for the Service Function
Chain Project. These cases mainly verify the Restconf
APIs works well or not.

Change Log:
Manually rebase, fix conflicts in Utils.txt
Add new Keywords to Utils.txt and use these words
Rename *.txt to *.robot and remove __init__.txt
Use Keywords from Library Utils.txt
Use Public RequestsLibrary to send requests
Add Test Cases for SFP and RSP

Signed-off-by: Johnson Li <johnson.li@intel.com>
32 files changed:
test/csit/libraries/Utils.txt
test/csit/suites/sfc/SFC_Basic/010__sfc_service_functions.robot [new file with mode: 0644]
test/csit/suites/sfc/SFC_Basic/020__sfc_service_forwarders.robot [new file with mode: 0644]
test/csit/suites/sfc/SFC_Basic/030__sfc_service_nodes.robot [new file with mode: 0644]
test/csit/suites/sfc/SFC_Basic/040__sfc_service_chains.robot [new file with mode: 0644]
test/csit/suites/sfc/SFC_Basic/050__sfc_service_schedule_types.robot [new file with mode: 0644]
test/csit/suites/sfc/SFC_Basic/060__sfc_service_paths.robot [new file with mode: 0644]
test/csit/suites/sfc/SFC_Basic/070__sfc_rendered_service_paths.robot [new file with mode: 0644]
test/csit/variables/sfc/service-function-chains.json [new file with mode: 0644]
test/csit/variables/sfc/service-function-forwarders.json [new file with mode: 0644]
test/csit/variables/sfc/service-function-paths.json [new file with mode: 0644]
test/csit/variables/sfc/service-functions.json [new file with mode: 0644]
test/csit/variables/sfc/service-loadbalance-schedule-type.json [new file with mode: 0644]
test/csit/variables/sfc/service-nodes.json [new file with mode: 0644]
test/csit/variables/sfc/service-random-schedule-type.json [new file with mode: 0644]
test/csit/variables/sfc/service-roundrobin-schedule-type.json [new file with mode: 0644]
test/csit/variables/sfc/service-schedule-types.json [new file with mode: 0644]
test/csit/variables/sfc/service-shortestpath-schedule-type.json [new file with mode: 0644]
test/csit/variables/sfc/service-wsp-schedule-type.json [new file with mode: 0644]
test/csit/variables/sfc/sf_dpi_102_100.json [new file with mode: 0644]
test/csit/variables/sfc/sf_dpl_101.json [new file with mode: 0644]
test/csit/variables/sfc/sfc_chain_100.json [new file with mode: 0644]
test/csit/variables/sfc/sfc_chain_100_sfids.json [new file with mode: 0644]
test/csit/variables/sfc/sff_csd_locator.json [new file with mode: 0644]
test/csit/variables/sfc/sff_csd_sff100.json [new file with mode: 0644]
test/csit/variables/sfc/sff_dpl_101.json [new file with mode: 0644]
test/csit/variables/sfc/sff_dpl_locator.json [new file with mode: 0644]
test/csit/variables/sfc/sff_ovs_100.json [new file with mode: 0644]
test/csit/variables/sfc/sff_sfd_locator.json [new file with mode: 0644]
test/csit/variables/sfc/sff_sfd_sf100.json [new file with mode: 0644]
test/csit/variables/sfc/sfp_sfc1_path400.json [new file with mode: 0644]
test/csit/variables/sfc/sn_node_100.json [new file with mode: 0644]