~gwacl-hackers/gwacl/trunk

« back to all changes in this revision

Viewing changes to helpers_apiobjects_test.go

  • Committer: Julian Edwards
  • Date: 2013-07-18 01:45:02 UTC
  • mto: This revision was merged to the branch mainline in revision 189.
  • Revision ID: julian.edwards@canonical.com-20130718014502-1miug31yrzxklo1j
rename userdata to customdata

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
    hostname := MakeRandomString(10)
44
44
    username := MakeRandomString(10)
45
45
    password := MakeRandomString(10)
46
 
    userdata := MakeRandomString(10)
 
46
    customdata := MakeRandomString(10)
47
47
    disableSSH := BoolToString(MakeRandomBool())
48
 
    return NewLinuxProvisioningConfigurationSet(hostname, username, password, userdata, disableSSH)
 
48
    return NewLinuxProvisioningConfigurationSet(hostname, username, password, customdata, disableSSH)
49
49
}
50
50
 
51
51
func makeOSVirtualHardDisk() *OSVirtualHardDisk {