Fix: AAF timing issues 35/79135/1
authorroot <kranthi.guttikonda@att.com>
Mon, 25 Feb 2019 22:23:37 +0000 (17:23 -0500)
committerroot <kranthi.guttikonda@att.com>
Mon, 25 Feb 2019 22:23:37 +0000 (17:23 -0500)
commit40fad64132a671731e37ce97911a03db72ff7ecf
treec059cca09084c8d12cb630ba012382a0e42fa20b
parentc9324c82b4a7d6e2867b2e765f4949ee306045af
Fix: AAF timing issues

We wait until the cassandra DB comes up and listen on TCP 9042
before running any cqlsh commands. Also we increse cqlsh
--request-timeout to 60 seconds and in order to prevent
coordinator write timeouts we increase write_request_
timeout_in_ms to 20 seconds. So that Cassandra DB comes up in
all different setpups without any failures.

Change-Id: Idf2e1080a0ec39d6a594888f13625ef173aa5467
Issue-ID: AAF-773
Signed-off-by: kranthi.guttikonda@att.com
Signed-off-by: root <kranthi.guttikonda@att.com>
auth/auth-cass/cass_init/cmd.sh
auth/auth-cass/cass_init/push.sh