Change Management Schedule Optimization 13/71213/5
authorsv764t <sv764t@att.com>
Thu, 25 Oct 2018 05:42:52 +0000 (01:42 -0400)
committervrvarma <vv8305@att.com>
Thu, 1 Nov 2018 23:46:14 +0000 (19:46 -0400)
commit8bf49988b7d6af5fdb48b5d2c1f830fbe318e83a
tree4f802e46be137517205641fed2cb151636d1e1c4
parent96028b74964d833bfb82322b8f5cc10d29b3da9b
Change Management Schedule Optimization

Adding scripts and robot test suites for cmso as per CSIT procedure
Fixing the start up scripts to use docker
Removing .pyc files
Fix copyright headers for the shell scripts

Change-Id: I61492abd5d5060b5a773dec74320f2ecfc0fcbf5
Issue-ID: OPTFRA-382
Signed-off-by: sv764t <sv764t@att.com>
Signed-off-by: vrvarma <vv8305@att.com>
59 files changed:
plans/optf-cmso/cmso/setup.sh [new file with mode: 0644]
plans/optf-cmso/cmso/teardown.sh [new file with mode: 0644]
plans/optf-cmso/cmso/testplan.txt [new file with mode: 0644]
scripts/optf-cmso/cmso/clone_cmso_and_change_dockercompose.sh [new file with mode: 0644]
scripts/optf-cmso/cmso/kill_and_remove_cmso_containers.sh [new file with mode: 0644]
scripts/optf-cmso/cmso/start_cmso_containers.sh [new file with mode: 0644]
scripts/optf-cmso/cmso/wait_for_port.sh [new file with mode: 0755]
tests/optf-cmso/cmso/attlibs/CurlLibrary.py [new file with mode: 0644]
tests/optf-cmso/cmso/attlibs/HTTPUtils.py [new file with mode: 0644]
tests/optf-cmso/cmso/attlibs/JSONUtils.py [new file with mode: 0644]
tests/optf-cmso/cmso/attlibs/OSUtils.py [new file with mode: 0644]
tests/optf-cmso/cmso/attlibs/RequestsClientCert.py [new file with mode: 0644]
tests/optf-cmso/cmso/attlibs/StringTemplater.py [new file with mode: 0644]
tests/optf-cmso/cmso/attlibs/UID.py [new file with mode: 0644]
tests/optf-cmso/cmso/resources/approval_requests.robot [new file with mode: 0644]
tests/optf-cmso/cmso/resources/assets/templates/FailureCasesChangeManagement/OneVnfOneChangeWindowEmptyDomain.json.template [new file with mode: 0644]
tests/optf-cmso/cmso/resources/assets/templates/FailureCasesChangeManagement/OneVnfOneChangeWindowEmptyScheduleID.json.template [new file with mode: 0644]
tests/optf-cmso/cmso/resources/assets/templates/FailureCasesChangeManagement/OneVnfOneChangeWindowEmptyScheduleName.json.template [new file with mode: 0644]
tests/optf-cmso/cmso/resources/assets/templates/FailureCasesChangeManagement/OneVnfOneChangeWindowEmptyUserID.json.template [new file with mode: 0644]
tests/optf-cmso/cmso/resources/assets/templates/FailureCasesChangeManagement/OneVnfOneChangeWindowIncorrectPolicyId.json.template [new file with mode: 0644]
tests/optf-cmso/cmso/resources/assets/templates/FailureCasesChangeManagement/OneVnfOneChangeWindowIncorrectWorkflow.json.template [new file with mode: 0644]
tests/optf-cmso/cmso/resources/assets/templates/FailureCasesChangeManagement/OneVnfOneChangeWindowNegativeNormalDurationInSeconds.json.template [new file with mode: 0644]
tests/optf-cmso/cmso/resources/assets/templates/FailureCasesChangeManagement/OneVnfOneChangeWindowNoEndTime.json.template [new file with mode: 0644]
tests/optf-cmso/cmso/resources/assets/templates/FailureCasesChangeManagement/OneVnfOneChangeWindowNoNodeName.json.template [new file with mode: 0644]
tests/optf-cmso/cmso/resources/assets/templates/FailureCasesChangeManagement/OneVnfOneChangeWindowNoStartTime.json.template [new file with mode: 0644]
tests/optf-cmso/cmso/resources/assets/templates/FailureCasesChangeManagement/OneVnfOneChangeWindowSwitchedTime.json.template [new file with mode: 0644]
tests/optf-cmso/cmso/resources/assets/templates/MutipleVNFImmediateFailureCases/MultipleVnfImmediateEmptyAdditionalDuration.json.template [new file with mode: 0644]
tests/optf-cmso/cmso/resources/assets/templates/MutipleVNFImmediateFailureCases/MultipleVnfImmediateEmptyDomain.json.template [new file with mode: 0644]
tests/optf-cmso/cmso/resources/assets/templates/MutipleVNFImmediateFailureCases/MultipleVnfImmediateEmptyScheduleId.json.template [new file with mode: 0644]
tests/optf-cmso/cmso/resources/assets/templates/MutipleVNFImmediateFailureCases/MultipleVnfImmediateEmptyUserId.json.template [new file with mode: 0644]
tests/optf-cmso/cmso/resources/assets/templates/OneVNFImmediateFailureCases/OneVnfImmediateEmptyDomain.json.template [new file with mode: 0644]
tests/optf-cmso/cmso/resources/assets/templates/OneVNFImmediateFailureCases/OneVnfImmediateEmptyScheduleId.json.template [new file with mode: 0644]
tests/optf-cmso/cmso/resources/assets/templates/OneVNFImmediateFailureCases/OneVnfImmediateEmptyScheduleName.json.template [new file with mode: 0644]
tests/optf-cmso/cmso/resources/assets/templates/OneVNFImmediateFailureCases/OneVnfImmediateEmptySchedulingInfo.json.template [new file with mode: 0644]
tests/optf-cmso/cmso/resources/assets/templates/OneVNFImmediateFailureCases/OneVnfImmediateEmptyUserId.json.template [new file with mode: 0644]
tests/optf-cmso/cmso/resources/assets/templates/SearchSchedulerDetails/OneVnfImmediate_domainData1.json.template [new file with mode: 0644]
tests/optf-cmso/cmso/resources/assets/templates/SearchSchedulerDetails/OneVnfImmediate_domainData2.json.template [new file with mode: 0644]
tests/optf-cmso/cmso/resources/assets/templates/SearchSchedulerDetails/OneVnfImmediate_domainData3.json.template [new file with mode: 0644]
tests/optf-cmso/cmso/resources/assets/templates/changemanagement/MultipleVnfImmediate.json.template [new file with mode: 0644]
tests/optf-cmso/cmso/resources/assets/templates/changemanagement/OneGroupMultipleVNFsOneChangeWindow.json.template [new file with mode: 0644]
tests/optf-cmso/cmso/resources/assets/templates/changemanagement/OneGroupMultipleVNSsTwoChangeWindows.json.template [new file with mode: 0644]
tests/optf-cmso/cmso/resources/assets/templates/changemanagement/OneVnfImmediate.json.template [new file with mode: 0644]
tests/optf-cmso/cmso/resources/assets/templates/changemanagement/OneVnfImmediateIncorrectWorkflow.json.template [new file with mode: 0644]
tests/optf-cmso/cmso/resources/assets/templates/changemanagement/OneVnfImmediateReplaceVNFInfra.json.template [new file with mode: 0644]
tests/optf-cmso/cmso/resources/assets/templates/changemanagement/OneVnfOneChangeWindow.json.template [new file with mode: 0644]
tests/optf-cmso/cmso/resources/assets/templates/changemanagement/OneVnfOneChangeWindowEmptyCallbackData.json.template [new file with mode: 0644]
tests/optf-cmso/cmso/resources/assets/templates/changemanagement/OneVnfOneChangeWindowEmptyCallbackURL.json.template [new file with mode: 0644]
tests/optf-cmso/cmso/resources/assets/templates/changemanagement/OneVnfOneChangeWindowReplaceVNFInfra.json.template [new file with mode: 0644]
tests/optf-cmso/cmso/resources/assets/templates/changemanagement/VidCallbackData.json.template [new file with mode: 0644]
tests/optf-cmso/cmso/resources/browser_setup.robot [new file with mode: 0644]
tests/optf-cmso/cmso/resources/change_management_ete.robot [new file with mode: 0644]
tests/optf-cmso/cmso/resources/create_schedule.robot [new file with mode: 0644]
tests/optf-cmso/cmso/resources/files.robot [new file with mode: 0644]
tests/optf-cmso/cmso/resources/json_templater.robot [new file with mode: 0644]
tests/optf-cmso/cmso/resources/misc.robot [new file with mode: 0644]
tests/optf-cmso/cmso/resources/scheduler_common.robot [new file with mode: 0644]
tests/optf-cmso/cmso/resources/vtm_common.robot [new file with mode: 0644]
tests/optf-cmso/cmso/testsuites/ChangeManagementImmediate.robot [new file with mode: 0644]
tests/optf-cmso/cmso/testsuites/__init__.robot [new file with mode: 0644]