Import Cases and refactoring 12/48912/9
authorsdevaraj <kalyan.ds@gmail.com>
Fri, 2 Dec 2016 08:40:34 +0000 (00:40 -0800)
committerLuis Gomez <ecelgp@gmail.com>
Tue, 6 Dec 2016 18:41:25 +0000 (18:41 +0000)
commit5d9b6bcf238bd6249eb8e874c71e73f7ee526676
treeabb551e555df8abceb97bca76360b8d737bbef78
parentd871d7fa82461f63f20eaa0f70f11d241f0d34fa
Import Cases and refactoring

     - Fixed tidy script issues
     - Added requestslibrary, made jsons pretty under variables/daexim/daexim folder,replaced tabs with spaces.
     - Added a controller restart for the import test cases
     - Increased the loop of querying netconf device
     - Added a looping mechanism to check netconf mount status
     - Added new test case for import
     - Added a case for export with a netconf mount. Netconf endpoint is the controller itself mounted
     - Replace backup with export and restore with Import as these terms are more relevant to the project
     - Added new test suites into the testplan

Change-Id: I28b6c56f9ed88eac8a76837379f4e8d636eeff23
Signed-off-by: sdevaraj <kalyan.ds@gmail.com>
13 files changed:
csit/libraries/DaeximKeywords.robot
csit/suites/daexim/010-special-export.robot
csit/suites/daexim/020-import-basic.robot [new file with mode: 0644]
csit/suites/daexim/030-export-basic.robot [new file with mode: 0644]
csit/testplans/daexim-basic.txt
csit/variables/daexim/DaeximVariables.robot
csit/variables/daexim/daexim/odl_backup_config.json [new file with mode: 0644]
csit/variables/daexim/daexim/odl_backup_models.json [new file with mode: 0644]
csit/variables/daexim/daexim/odl_backup_operational.json [new file with mode: 0644]
csit/variables/daexim/import.json [new file with mode: 0644]
csit/variables/daexim/netconf_mount.json [new file with mode: 0644]
csit/variables/daexim/schedule_export.json [moved from csit/variables/daexim/schedule_backup.json with 100% similarity]
csit/variables/daexim/schedule_export_exclude.json [moved from csit/variables/daexim/schedule_backup_exclude.json with 100% similarity]