~ibmcharmers/charms/trusty/was-base/devel

« back to all changes in this revision

Viewing changes to tests/00-setup

  • Committer: Geetha S
  • Date: 2015-07-14 15:40:56 UTC
  • Revision ID: geethas1@in.ibm.com-20150714154056-htty9s042z507jr7
WAS Base charm code checkin

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/bash
2
2
# ATTENTION: ib_url must contain the repository with
3
3
#            your IB packages
4
 
export WAS_URL="http://9.124.100.99/debs/WAS-BASE"
5
 
export IM_FILE_NAME="Install_Mgr_v1.6.2_Lnx_WASv8.5.5.zip"
 
4
 
6
5
WAS_URL=${WAS_URL?Error: IBM WAS Base repository must be defined in tests/00-setup}
7
6
IM_FILE_NAME=${IM_FILE_NAME?Error: IBM IM package be defined in tests/00-setup}
8
7