From 0dc0a425ff337b2c912bdef756915886086d683e Mon Sep 17 00:00:00 2001 From: Elio Martinez Date: Mon, 11 Mar 2019 10:14:46 -0400 Subject: [PATCH] Manual Tests: Networking Regression Manual Subdomain The goal for this patch is to start including all the regression test cases that contains basic operations for networking domain. These test cases can show the networking health in our systems. The test scope was considering any possible scenario where it should contain the operations across the time. Making this subdomain easy to understand and highly valuable for future exe- cutions. Change-Id: I9597347f4f7f9f9ce2f61be271d73cfaea49adc4 --- .../Networking_Regression_Manual.rst | 61 +++++++++++++++++++ 1 file changed, 61 insertions(+) diff --git a/doc/source/manual_tests/networking/Networking_Regression_Manual.rst b/doc/source/manual_tests/networking/Networking_Regression_Manual.rst index b67f431..5b4f28c 100644 --- a/doc/source/manual_tests/networking/Networking_Regression_Manual.rst +++ b/doc/source/manual_tests/networking/Networking_Regression_Manual.rst @@ -2,8 +2,69 @@ Networking Regression Manual ============================ +The intention for this set of tests is to replicate common networking +scenarios on the day on day operation. This subdomain can help system admins +in order to verify network sanity. All this tests are created in order to +check how your network is working. .. contents:: :local: :depth: 1 + +-------------------- +NET_REG_MAN_105 +-------------------- + +:Test ID: NET_REG_MAN_105 +:Test Title: Verify that the system name can be modified via CLI and GUI +:Tags: Regression + +~~~~~~~~~~~~~~~~~~ +Testcase Objective +~~~~~~~~~~~~~~~~~~ + +The objective for this test case is to verify that we can change system +properties in different ways. In this case we are just working with the system +name. + + +~~~~~~~~~~~~~~~~~~~ +Test Pre-Conditions +~~~~~~~~~~~~~~~~~~~ + +a) Any configuration up and running. + +~~~~~~~~~~ +Test Steps +~~~~~~~~~~ + +1. Obtain system name and description with the following command lines: + + :: + + $ system show + $ system host-lock + +2. Change system name and description through the following command line: + + :: + + $ system modify --name --description "Change reasons" + +3. Log into Horizon and navigate to Admin System Configuration section. + +4. Click on the "Edit System" button and change name and description back to + original values. + +~~~~~~~~~~~~~~~~~ +Expected Behavior +~~~~~~~~~~~~~~~~~ + +1. System name and description should be according with tested configurarion. + +2. Changing the System name and description should be accepted through command + line. + +3. Returning original values for name and description should be accepted + through Horizon interface.