Add CSIT to the project repo 20/119620/1
authorkrishnaa96 <krishna.moorthy6@wipro.com>
Tue, 16 Mar 2021 05:57:38 +0000 (11:27 +0530)
committerHariharan Ramanathan <rh20085046@wipro.com>
Tue, 23 Mar 2021 08:21:59 +0000 (08:21 +0000)
commit934e7bea50c7e848a90a1083febf270adcd4bace
tree002cb778826bb8e3e7142555e7c91d832b3ee035
parent5df9fcffab2024f2dfc5c7fda6c151de92b1b5b3
Add CSIT to the project repo

Issue-ID: OPTFRA-930
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: I93d047739a9d24c90c33a179692329045f94b10b
(cherry picked from commit 11e362c453d8188076b7bc4511267f2ba4128e56)
49 files changed:
csit/.gitignore [new file with mode: 0644]
csit/plans/default/setup.sh [new file with mode: 0755]
csit/plans/default/teardown.sh [new file with mode: 0755]
csit/plans/default/testplan.txt [new file with mode: 0644]
csit/prepare-csit.sh [new file with mode: 0755]
csit/run-csit.sh [new file with mode: 0755]
csit/run-project-csit.sh [new file with mode: 0755]
csit/scripts/common_functions.sh [new file with mode: 0755]
csit/scripts/get-instance-ip.sh [new file with mode: 0755]
csit/scripts/has-properties/AAF_RootCA.cer [new file with mode: 0644]
csit/scripts/has-properties/conductor.conf.onap [new file with mode: 0644]
csit/scripts/has-properties/has.json [new file with mode: 0644]
csit/scripts/has-properties/log.conf.onap [new file with mode: 0644]
csit/scripts/has_proxy_settings.sh [new file with mode: 0755]
csit/scripts/has_script.sh [new file with mode: 0755]
csit/scripts/has_teardown_script.sh [new file with mode: 0755]
csit/scripts/music-properties/log4j.properties [new file with mode: 0644]
csit/scripts/music-properties/music.properties [new file with mode: 0644]
csit/scripts/music/cql/admin.cql [new file with mode: 0644]
csit/scripts/music/cql/admin_pw.cql [new file with mode: 0644]
csit/scripts/music/cql/extra/test.cql [new file with mode: 0644]
csit/scripts/music_script.sh [new file with mode: 0755]
csit/scripts/music_teardown_script.sh [new file with mode: 0755]
csit/scripts/setup-sms.sh [new file with mode: 0755]
csit/scripts/simulator_script.sh [new file with mode: 0755]
csit/scripts/simulator_teardown_script.sh [new file with mode: 0755]
csit/scripts/wait_for_port.sh [new file with mode: 0755]
csit/tests/has/__init__.robot [new file with mode: 0644]
csit/tests/has/data/healthcheck.json [new file with mode: 0644]
csit/tests/has/data/nsi_selection_template_with_create.json [new file with mode: 0644]
csit/tests/has/data/nsi_selection_template_with_nonsi.json [new file with mode: 0644]
csit/tests/has/data/nsi_selection_template_with_reuse.json [new file with mode: 0644]
csit/tests/has/data/nssi_selection_template.json [new file with mode: 0644]
csit/tests/has/data/nssi_selection_template_unmatched.json [new file with mode: 0644]
csit/tests/has/data/nst_selection_template.json [new file with mode: 0644]
csit/tests/has/data/onboard.json [new file with mode: 0644]
csit/tests/has/data/plan_with_hpa.json [new file with mode: 0644]
csit/tests/has/data/plan_with_hpa_requirements_mandatory.json [new file with mode: 0644]
csit/tests/has/data/plan_with_hpa_requirements_optionals.json [new file with mode: 0644]
csit/tests/has/data/plan_with_hpa_score_multi_objective.json [new file with mode: 0644]
csit/tests/has/data/plan_with_hpa_simple.json [new file with mode: 0644]
csit/tests/has/data/plan_with_hpa_unmatched.json [new file with mode: 0644]
csit/tests/has/data/plan_with_lati_and_longi.json [new file with mode: 0644]
csit/tests/has/data/plan_with_short_distance_constraint.json [new file with mode: 0644]
csit/tests/has/data/plan_with_vim_fit.json [new file with mode: 0644]
csit/tests/has/data/plan_with_wrong_distance_constraint.json [new file with mode: 0644]
csit/tests/has/data/plan_with_wrong_version.json [new file with mode: 0644]
csit/tests/has/data/plan_without_demand_section.json [new file with mode: 0644]
csit/tests/has/optf_has_test.robot [new file with mode: 0644]