From c2982cf02c1c2b4fbcadce673c1f5deffcbe4417 Mon Sep 17 00:00:00 2001 From: mrpa Date: Thu, 9 Jan 2020 15:57:11 +0100 Subject: Added 3.1.9 Network Config DPDK. Change-Id: I0bc55993e6c84ccba17a530f00502b9949831649 --- .../doc/sample_test_cases.xml | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/doc/book-enea-nfv-access-system-test-specification/doc/sample_test_cases.xml b/doc/book-enea-nfv-access-system-test-specification/doc/sample_test_cases.xml index cac0e8a..eecd3b4 100644 --- a/doc/book-enea-nfv-access-system-test-specification/doc/sample_test_cases.xml +++ b/doc/book-enea-nfv-access-system-test-specification/doc/sample_test_cases.xml @@ -333,6 +333,42 @@ bridge=<Bridge-name>" not exist: # debug <Bridge-name> bridge not found! + +
+ Network - Configure_DPDK + + Description: Enabling or + Disabling the DPDK to a device. For details please refer to: + + + + <AF-TH-install-dir>/playbooks/network/configDPDK.yml. + + + + <AF-TH-install-dir>/automation_framework/network/configDPDK.py. + + + + Precondition: + + A device must have been previously added to the uCPE Manager + instance. + + Action: Run the + configDPDK.yml Ansible Playbook with the + <Device-name> and + <enable/disable> as extra-vars:ansible-playbook playbooks/configDPDK.yml -e "device=<Device-name> \ +state=<enable/disable>" + + Result: Output of the test case + run using the Test Harness: + + # Configure DPDK task result +DEBUG: Set DPDK state to <enable/disable>Note: DPDK use cannot be disabled if DPDK + interfaces are configured. The task will fail in this case. +
-- cgit v1.2.3-54-g00ecf