aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Collapse)AuthorFilesLines
2019-03-20Add version tag for casablancaeh552t1-1/+1
Change-Id: I6ca38ee3ccaf6df6c4ee26173aebe2803ca7f5b9 Signed-off-by: eh552t <eh552t@intl.att.com> Issue-ID: CLAMP-233
2019-03-19Fix CSIT add branch in casablancaeh552t1-1/+1
Change-Id: I8db5514ce62e42d948825b7e8af9d392e3b4a441 Signed-off-by: eh552t <eh552t@intl.att.com> Issue-ID: CLAMP-233
2019-03-11Fix casablanca policy scriptpdragosh1-2/+10
This should fix the CSIT for casablanca merge jobs. Issue-ID: POLICY-1579 Change-Id: I7a70883b82fa06b922e1cfa24be72c9c575e7f10 Signed-off-by: pdragosh <pdragosh@research.att.com>
2019-01-16Update OOF version for HASRuoyu1-1/+1
Update version to 1.2.5-SNAPSHOT-latest Change-Id: Ieb19ae819b94c95f13cb30b873fb84b3907e7a10 Issue-ID: OPTFRA-401 Signed-off-by: Ruoyu <ruoyu.ying@intel.com> (cherry picked from commit 27400840cf6b0f8cf749b50e249835a4949ad80d)
2019-01-07Restart docker if mariadb fails to startjh73581-15/+49
Also modified script to use a different mechanism to get the host IP (copied from CSIT setup.sh), one that should work in developer VMs as well as in the Jenkins environment. Change-Id: Ide454ff827ebd90f55b699f16e5f7f6eb40bd1d1 Issue-ID: POLICY-885 Signed-off-by: Jim Hahn <jrh3@att.com> (cherry picked from commit 582f11f6dc7b7237f18798ee646d762b29eb0f35)
2018-11-05Remove Busybox netcat check for music-dbDileep Ranganathan2-7/+3
Change-Id: I27d035145bdc1ef6f727ad92afc21f35ef3b2f21 Issue-ID: MUSIC-176 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2018-11-05Add snapshot version to the csit docker instancevrvarma1-2/+7
Change-Id: I749c541e0cad832c87f1a29a345d08535d9814a6 Signed-off-by: vrvarma <vv8305@att.com> Issue-ID: OPTFRA-392
2018-11-02Update OOF version for OSDF and HASDileep Ranganathan2-2/+2
Update version to 1.2.4-SNAPSHOT-latest Change-Id: I5b96beee7e5c4635b6793b35757130267002efb8 Issue-ID: OPTFRA-384 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2018-11-02Merge "Fix AAF integration config"Gary Wu2-2/+20
2018-11-01Change Management Schedule Optimizationsv764t4-0/+153
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>
2018-11-01Fix AAF integration configDileep Ranganathan2-2/+20
Change-Id: I70f07702ec8abcc431d4ce624d27d67b2b12ef44 Issue-ID: OPTFRA-331 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2018-10-24Upgrade docker image versionDileep Ranganathan2-2/+2
Upgrade docker version to 1.2.3 Change-Id: I64f21e287d3b419726b1c172deafa242ba57df49 Issue-ID: OPTFRA-370 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2018-10-24Fix MUSIC timing issues on OOFDileep Ranganathan1-6/+19
More logging Longer Delay for TOMCAT More Delays Change-Id: Id110687723364586abc354d4fbb1f696589f5e05 Issue-ID: MUSIC-138 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2018-10-23Merge "OOF SMS CSIT"Gary Wu8-86/+223
2018-10-23Adjust to new DR docker-compose dirDominic Lunanuova1-2/+1
Change-Id: Ib0adc762e0e00ce1d2715cf8ae313a90c96f16c6 Signed-off-by: Dominic Lunanuova <dgl@research.att.com> Issue-ID: DMAAP-847
2018-10-23Enhance vid CSIT tests, added for scaleoutkoblosz2-2/+17
Issue-ID: VID-323 Change-Id: I31ad377ee766eaf66c848ad802c33e21ea1dfe76 Signed-off-by: Sandra Koblosz <sandra.koblosz@nokia.com>
2018-10-22OOF SMS CSITDileep Ranganathan8-86/+223
Added CSIT support for HAS and OSDF with SMS Bring up dependencies like sms service and related containers Preload secrets Removed clear text secrets from config files Deleted unused osdf folders inside has folders. osdf uses separate folders now. Change-Id: Ie534e13b87a98de9f3ab1ed0be66f5f699353d93 Issue-ID: OPTFRA-343 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2018-10-10Upgrade docker image versionDileep Ranganathan2-2/+2
Upgrade docker version to 1.2.2 Change-Id: I8f9c5bdc5cd8f6bfa6aea357e43ab6604fc15403 Issue-ID: OPTFRA-370 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2018-10-08OOF HAS CSIT with MUSIC v3 integrationDileep Ranganathan10-200/+466
Updated HAS setup and teardown scripts Added MUSIC v3 support, AAF support, Basic Authorization for MUSIC. Used AAF_RootCA for A&AI simulator. Sync conductor.conf based on generated latest conf. Change-Id: Id1a6c8a4e524a6ade5b60277a6cb538724902d11 Issue-ID: OPTFRA-366 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2018-10-04Merge "Initial implementation of optf-osdf csit"Gary Wu5-0/+266
2018-10-03Initial implementation of optf-osdf csitvrvarma5-0/+266
Fixing osdf, simulator startup scripts Split the setup & functional test cases Add robot keywords for test suites Refactoring test suites based on comments Change-Id: Ic96343968ec919ac3c5272bc953bbaeb974f2393 Signed-off-by: vrvarma <vv8305@att.com> Issue-ID: OPTFRA-286
2018-10-03Reset MR IP after docker-compose restartDominic Lunanuova1-2/+13
Change-Id: Ibbca8bdc23928a36694da0dcbc59169df5cd3c5f Signed-off-by: Dominic Lunanuova <dgl@research.att.com> Issue-ID: DMAAP-827
2018-10-02Merge "Change to AAF-compatible default credentials"Gary Wu1-1/+1
2018-10-02Change to AAF-compatible default credentialsJorge Hernandez1-1/+1
Change-Id: I4a5f5bb716a5acd0d823ca29d85defeebbcb55ef Issue-ID: POLICY-1156 Signed-off-by: Jorge Hernandez <jh1730@att.com>
2018-10-01Use default docker prefix of CSIT envDominic Lunanuova2-4/+12
Change-Id: I9823414e7a984fac98981b8c364628290eeb0707 Signed-off-by: Dominic Lunanuova <dgl@research.att.com> Issue-ID: DMAAP-827
2018-09-27Adjust relative paths for CSIT filesGary Wu32-55/+55
Remove leading test/csit/ from all relative paths to accomodate the move into integration/csit repo. Change-Id: Id9482b46df839f5eba28135e9f987a3eda1d7d94 Issue-ID: INT-671 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-09-27Move CSIT to integration/csit repoGary Wu109-0/+7734
To facilite branching of CSIT tests, all CSIT test code and scripts are relocated to the integration/csit repo. Change-Id: I1e4c0eff44691f73f8098b3c52764107f6b8b8df Issue-ID: INT-671 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>