$:.push File.expand_path("../../lib", __FILE__)
require 'helix_web_services_client'
require_relative './util/test_config'
require 'pp'
api = HelixWebServices::DefaultApi.new
api.api_client.config.host = hws_host
login_request = HelixWebServices::LoginRequest.new(:user => 'jdoe', :password => 'johndoe1A!')
login_response = api.login_post(login_request)
raise "no ticket created" if login_response.ticket.nil?
# |
Change |
User |
Description |
Committed |
|
#1
|
19553 |
swellard |
Move and rename clients |
|
|
//guest/perforce_software/helix-web-services/main/source/clients/2016.1.0/ruby/test/default_api.login_post.rb |
#1
|
19190 |
tjuricek |
Ruby Client SDK test reconfiguration and tests for branches, login, p4d configuration |
|
|