No longer use the shutdown command when starting, which causes the use
of the incorrect version of shutdown (shutdown from current, not
previous) which generates an error.
{badrpc,{'EXIT',{{badfun,#Fun<erl_eval.20.80484245>},
[{erlang,apply,2,[]},
{rpc,'-handle_call_call/6-fun-0-',5,
[{file,"rpc.erl"},{line,203}]}]}}}
Resolve failures with cuttlefish configuration changes in Riak 2.0.
Remove riak_control_upgrade, since riak_control should cover those use
cases completely.
Wait until both the Riak Control gen_server has been registered, and the
webmachine routes have been added to the dispatcher to ensure that Riak
Control is able to service requests to prevent races between the test,
and application initialization.
* Verify 'none' authentication method works on previous and legacy
releases.
* Verify 'userlist' authentication, and forced SSL requirement of the
previous and legacy releases.
* Verify force_ssl option on current as best as we can, giving the open
R16B02 SSL ECC bug.