Add basic test case for SFC, mainly Restconf Operations
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)
commit48a4038b810bd7b3cf4bab08d2d4b2f8f0b236c8
tree8a74a46d0a5e7a2c6d422569ce90080821aaa0d1
parente5f32d00767fa3a6a4f3300fbc3690a1becf7055
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]