Regenerates docs
parent
8f50ee999a
commit
1398988d52
|
@ -494,673 +494,6 @@ verifies the docker/podman driver works with a custom subnet
|
|||
## TestKicStaticIP
|
||||
starts minikube with the static IP flag
|
||||
|
||||
## TestPrintablePathCheckHandler
|
||||
|
||||
## TestGet_progress
|
||||
|
||||
## TestBzip2Decompressor
|
||||
|
||||
## TestGzipDecompressor
|
||||
|
||||
## TestTar
|
||||
|
||||
## TestDecompressTarPermissions
|
||||
|
||||
## TestTarBzip2Decompressor
|
||||
|
||||
## TestDecompressor
|
||||
is a helper function for testing generic decompressors.
|
||||
|
||||
## TestTarGzipDecompressor
|
||||
|
||||
## TestTarXzDecompressor
|
||||
|
||||
## TestTarZstdDecompressor
|
||||
|
||||
## TestXzDecompressor
|
||||
|
||||
## TestZipDecompressor
|
||||
|
||||
## TestDecompressZipPermissions
|
||||
|
||||
## TestZstdDecompressor
|
||||
|
||||
## TestBitBucketDetector
|
||||
|
||||
## TestFileDetector
|
||||
|
||||
## TestFileDetector_noPwd
|
||||
|
||||
## TestFileDetector_relativeSymlink
|
||||
If a relative symlink is passed in as the pwd to Detect, the resulting URL
|
||||
can have an invalid path.
|
||||
|
||||
## TestGCSDetector
|
||||
|
||||
## TestGitDetector
|
||||
|
||||
## TestGitHubDetector
|
||||
|
||||
## TestGitLabDetector
|
||||
|
||||
## TestS3Detector
|
||||
|
||||
## TestDetect
|
||||
|
||||
## TestFolderStorage_impl
|
||||
|
||||
## TestFolderStorage
|
||||
|
||||
## TestCopy
|
||||
|
||||
## TestFileGetter_impl
|
||||
|
||||
## TestFileGetter
|
||||
|
||||
## TestFileGetter_sourceFile
|
||||
|
||||
## TestFileGetter_sourceNoExist
|
||||
|
||||
## TestFileGetter_dir
|
||||
|
||||
## TestFileGetter_dirSymlink
|
||||
|
||||
## TestFileGetter_GetFile
|
||||
|
||||
## TestFileGetter_GetFile_Copy
|
||||
|
||||
## TestFileGetter_percent2F
|
||||
https://github.com/hashicorp/terraform/issues/8418
|
||||
|
||||
## TestFileGetter_ClientMode_notexist
|
||||
|
||||
## TestFileGetter_ClientMode_file
|
||||
|
||||
## TestFileGetter_ClientMode_dir
|
||||
|
||||
## TestGCSGetter_impl
|
||||
|
||||
## TestGCSGetter
|
||||
|
||||
## TestGCSGetter_subdir
|
||||
|
||||
## TestGCSGetter_GetFile
|
||||
|
||||
## TestGCSGetter_GetGenerationFile
|
||||
|
||||
## TestGCSGetter_GetFile_notfound
|
||||
|
||||
## TestGCSGetter_ClientMode_dir
|
||||
|
||||
## TestGCSGetter_ClientMode_file
|
||||
|
||||
## TestGCSGetter_ClientMode_notfound
|
||||
|
||||
## TestGCSGetter_Url
|
||||
|
||||
## TestGCSGetter_GetFile_OAuthAccessToken
|
||||
|
||||
## TestGitGetter_impl
|
||||
|
||||
## TestGitGetter
|
||||
|
||||
## TestGitGetter_branch
|
||||
|
||||
## TestGitGetter_commitID
|
||||
|
||||
## TestGitGetter_remoteWithoutMaster
|
||||
|
||||
## TestGitGetter_shallowClone
|
||||
|
||||
## TestGitGetter_shallowCloneWithTag
|
||||
|
||||
## TestGitGetter_shallowCloneWithCommitID
|
||||
|
||||
## TestGitGetter_branchUpdate
|
||||
|
||||
## TestGitGetter_tag
|
||||
|
||||
## TestGitGetter_GetFile
|
||||
|
||||
## TestGitGetter_gitVersion
|
||||
|
||||
## TestGitGetter_sshKey
|
||||
|
||||
## TestGitGetter_sshSCPStyle
|
||||
|
||||
## TestGitGetter_sshExplicitPort
|
||||
|
||||
## TestGitGetter_sshSCPStyleInvalidScheme
|
||||
|
||||
## TestGitGetter_submodule
|
||||
|
||||
## TestGitGetter_setupGitEnv_sshKey
|
||||
|
||||
## TestGitGetter_setupGitEnvWithExisting_sshKey
|
||||
|
||||
## TestGitGetter_subdirectory_symlink
|
||||
|
||||
## TestGitGetter_subdirectory
|
||||
|
||||
## TestHgGetter_impl
|
||||
|
||||
## TestHgGetter
|
||||
|
||||
## TestHgGetter_branch
|
||||
|
||||
## TestHgGetter_GetFile
|
||||
|
||||
## TestHgGetter_HgArgumentsNotAllowed
|
||||
|
||||
## TestHttpGetter_impl
|
||||
|
||||
## TestHttpGetter_header
|
||||
|
||||
## TestHttpGetter_requestHeader
|
||||
|
||||
## TestHttpGetter_meta
|
||||
|
||||
## TestHttpGetter_metaSubdir
|
||||
|
||||
## TestHttpGetter_metaSubdirGlob
|
||||
|
||||
## TestHttpGetter_none
|
||||
|
||||
## TestHttpGetter_resume
|
||||
|
||||
## TestHttpGetter_resumeNoRange
|
||||
The server may support Byte-Range, but has no size for the requested object
|
||||
|
||||
## TestHttpGetter_file
|
||||
|
||||
## TestHttpGetter_http2server
|
||||
tests that http.Request is not reused
|
||||
between HEAD & GET, which would lead to race condition in HTTP/2.
|
||||
This test is only meaningful for the race detector (go test -race).
|
||||
|
||||
## TestHttpGetter_auth
|
||||
|
||||
## TestHttpGetter_authNetrc
|
||||
|
||||
## TestHttpGetter_cleanhttp
|
||||
verify that the default httpClient no longer comes from http.DefaultClient
|
||||
|
||||
## TestHttpGetter__RespectsContextCanceled
|
||||
|
||||
## TestHttpGetter__XTerraformGetLimit
|
||||
|
||||
## TestHttpGetter__XTerraformGetDisabled
|
||||
|
||||
## TestHttpGetter__XTerraformGetDetected
|
||||
test a source url with no protocol
|
||||
|
||||
## TestHttpGetter__XTerraformGetProxyBypass
|
||||
|
||||
## TestHttpGetter__XTerraformGetConfiguredGettersBypass
|
||||
|
||||
## TestHttpGetter__endless_body
|
||||
|
||||
## TestHttpGetter_subdirLink
|
||||
|
||||
## TestS3Getter_impl
|
||||
|
||||
## TestS3Getter
|
||||
|
||||
## TestS3Getter_subdir
|
||||
|
||||
## TestS3Getter_GetFile
|
||||
|
||||
## TestS3Getter_GetFile_badParams
|
||||
|
||||
## TestS3Getter_GetFile_notfound
|
||||
|
||||
## TestS3Getter_ClientMode_dir
|
||||
|
||||
## TestS3Getter_ClientMode_file
|
||||
|
||||
## TestS3Getter_ClientMode_notfound
|
||||
|
||||
## TestS3Getter_ClientMode_collision
|
||||
|
||||
## TestS3Getter_Url
|
||||
|
||||
## TestGet_badSchema
|
||||
|
||||
## TestGet_file
|
||||
|
||||
## TestGet_fileDecompressorExt
|
||||
https://github.com/hashicorp/terraform/issues/11438
|
||||
|
||||
## TestGet_filePercent2F
|
||||
https://github.com/hashicorp/terraform/issues/8418
|
||||
|
||||
## TestGet_fileDetect
|
||||
|
||||
## TestGet_fileForced
|
||||
|
||||
## TestGet_fileSubdir
|
||||
|
||||
## TestGet_archive
|
||||
|
||||
## TestGetAny_archive
|
||||
|
||||
## TestGet_archiveRooted
|
||||
|
||||
## TestGet_archiveSubdirWild
|
||||
|
||||
## TestGet_archiveSubdirWildMultiMatch
|
||||
|
||||
## TestGetAny_file
|
||||
|
||||
## TestGetAny_dir
|
||||
|
||||
## TestGetFile
|
||||
|
||||
## TestGetFile_archive
|
||||
|
||||
## TestGetFile_archiveChecksum
|
||||
|
||||
## TestGetFile_archiveNoUnarchive
|
||||
|
||||
## TestGetFile_checksum
|
||||
|
||||
## TestGetFile_checksum_from_file
|
||||
|
||||
## TestGetFile_checksumURL
|
||||
|
||||
## TestGetFile_filename
|
||||
|
||||
## TestGetFile_filename_path_traversal
|
||||
|
||||
## TestGetFile_checksumSkip
|
||||
|
||||
## TestParse
|
||||
|
||||
## TestAddAuthFromNetrc
|
||||
|
||||
## TestAddAuthFromNetrc_hasAuth
|
||||
|
||||
## TestAddAuthFromNetrc_hasUsername
|
||||
|
||||
## TestSourceDirSubdir
|
||||
|
||||
## TestSourceSubdirGlob
|
||||
|
||||
## TestRedactURL
|
||||
|
||||
## TestDir
|
||||
|
||||
## TestNewConstraint
|
||||
|
||||
## TestConstraintCheck
|
||||
|
||||
## TestConstraintsString
|
||||
|
||||
## TestCollection
|
||||
|
||||
## TestNewVersion
|
||||
|
||||
## TestNewSemver
|
||||
|
||||
## TestVersionCompare
|
||||
|
||||
## TestVersionCompare_versionAndSemver
|
||||
|
||||
## TestVersionEqual_nil
|
||||
|
||||
## TestComparePreReleases
|
||||
|
||||
## TestVersionMetadata
|
||||
|
||||
## TestVersionPrerelease
|
||||
|
||||
## TestVersionSegments
|
||||
|
||||
## TestVersionSegments64
|
||||
|
||||
## TestVersionString
|
||||
|
||||
## TestEqual
|
||||
|
||||
## TestGreaterThan
|
||||
|
||||
## TestLessThan
|
||||
|
||||
## TestGreaterThanOrEqual
|
||||
|
||||
## TestLessThanOrEqual
|
||||
|
||||
## TestDecode_interface
|
||||
|
||||
## TestDecode_interfaceInline
|
||||
|
||||
## TestDecode_equal
|
||||
|
||||
## TestDecode_flatMap
|
||||
|
||||
## TestDecode_structure
|
||||
|
||||
## TestDecode_structurePtr
|
||||
|
||||
## TestDecode_structureArray
|
||||
|
||||
## TestDecode_sliceExpand
|
||||
|
||||
## TestDecode_structureMap
|
||||
|
||||
## TestDecode_structureMapInvalid
|
||||
|
||||
## TestDecode_interfaceNonPointer
|
||||
|
||||
## TestDecode_intString
|
||||
|
||||
## TestDecode_float32
|
||||
|
||||
## TestDecode_float64
|
||||
|
||||
## TestDecode_intStringAliased
|
||||
|
||||
## TestDecode_Node
|
||||
|
||||
## TestDecode_NestedNode
|
||||
|
||||
## TestDecode_topLevelKeys
|
||||
https://github.com/hashicorp/hcl/issues/60
|
||||
|
||||
## TestDecode_flattenedJSON
|
||||
|
||||
## TestObjectListFilter
|
||||
|
||||
## TestWalk
|
||||
|
||||
## TestWalkEquality
|
||||
|
||||
## TestWalkRewrite
|
||||
|
||||
## TestIsValidFile
|
||||
|
||||
## TestRunMultiplePaths
|
||||
|
||||
## TestRunSubDirectories
|
||||
|
||||
## TestRunStdin
|
||||
|
||||
## TestRunStdinAndWrite
|
||||
|
||||
## TestRunFileError
|
||||
|
||||
## TestRunNoOptions
|
||||
|
||||
## TestRunList
|
||||
|
||||
## TestRunWrite
|
||||
|
||||
## TestRunDiff
|
||||
|
||||
## TestPosError_impl
|
||||
|
||||
## TestType
|
||||
|
||||
## TestListType
|
||||
|
||||
## TestListOfMaps
|
||||
|
||||
## TestListOfMaps_requiresComma
|
||||
|
||||
## TestListType_leadComment
|
||||
|
||||
## TestListType_lineComment
|
||||
|
||||
## TestObjectType
|
||||
|
||||
## TestObjectKey
|
||||
|
||||
## TestCommentGroup
|
||||
|
||||
## TestParse
|
||||
Official HCL tests
|
||||
|
||||
## TestParse_inline
|
||||
|
||||
## TestFiles
|
||||
|
||||
## TestFormatValidOutput
|
||||
TestFormatParsable ensures that the output of Format() is can be parsed again.
|
||||
|
||||
## TestPosition
|
||||
|
||||
## TestNullChar
|
||||
|
||||
## TestComment
|
||||
|
||||
## TestOperator
|
||||
|
||||
## TestBool
|
||||
|
||||
## TestIdent
|
||||
|
||||
## TestString
|
||||
|
||||
## TestNumber
|
||||
|
||||
## TestFloat
|
||||
|
||||
## TestWindowsLineEndings
|
||||
|
||||
## TestRealExample
|
||||
|
||||
## TestScan_crlf
|
||||
|
||||
## TestError
|
||||
|
||||
## TestScanDigitsUnread
|
||||
|
||||
## TestScanHeredocRegexpCompile
|
||||
|
||||
## TestUnquote
|
||||
|
||||
## TestTypeString
|
||||
|
||||
## TestTokenValue
|
||||
|
||||
## TestType
|
||||
|
||||
## TestListType
|
||||
|
||||
## TestObjectType
|
||||
|
||||
## TestFlattenObjects
|
||||
|
||||
## TestObjectKey
|
||||
|
||||
## TestParse
|
||||
Official HCL tests
|
||||
|
||||
## TestParse_inline
|
||||
|
||||
## TestPosition
|
||||
|
||||
## TestComment
|
||||
|
||||
## TestOperator
|
||||
|
||||
## TestBool
|
||||
|
||||
## TestIdent
|
||||
|
||||
## TestString
|
||||
|
||||
## TestNumber
|
||||
|
||||
## TestFloat
|
||||
|
||||
## TestRealExample
|
||||
|
||||
## TestError
|
||||
|
||||
## TestTypeString
|
||||
|
||||
## TestLexMode
|
||||
|
||||
## TestPackage
|
||||
|
||||
## TestNow
|
||||
|
||||
## TestNow
|
||||
|
||||
## TestAdvanceLogs
|
||||
|
||||
## TestWaitAdvance
|
||||
|
||||
## TestAdvanceWithAfter
|
||||
|
||||
## TestAdvanceWithAfterFunc
|
||||
|
||||
## TestAfterFuncStop
|
||||
|
||||
## TestNewTimerReset
|
||||
|
||||
## TestNewTimerAsyncReset
|
||||
|
||||
## TestNewTimerResetCausesWakeup
|
||||
|
||||
## TestMultipleWaiters
|
||||
|
||||
## TestSlowedAfter
|
||||
|
||||
## TestFastAfter
|
||||
|
||||
## TestSlowedAfterFunc
|
||||
|
||||
## TestFastAfterFunc
|
||||
|
||||
## TestSlowedNow
|
||||
|
||||
## TestFastNow
|
||||
|
||||
## TestAdvance
|
||||
|
||||
## TestAdvanceMulti
|
||||
|
||||
## TestStop
|
||||
|
||||
## TestReset
|
||||
|
||||
## TestStopReset
|
||||
|
||||
## TestAdvanceAlreadyFired
|
||||
|
||||
## TestAdvanceFast
|
||||
|
||||
## TestAdvanceReset
|
||||
|
||||
## TestAdvanceResetRacey
|
||||
|
||||
## TestAll
|
||||
|
||||
## TestErrorString
|
||||
|
||||
## TestNewErr
|
||||
|
||||
## TestNewErrWithCause
|
||||
|
||||
## TestDeferredAnnotatef
|
||||
|
||||
## TestAllErrors
|
||||
|
||||
## TestNew
|
||||
|
||||
## TestErrorf
|
||||
|
||||
## TestTrace
|
||||
|
||||
## TestAnnotate
|
||||
|
||||
## TestAnnotatef
|
||||
|
||||
## TestDeferredAnnotatef
|
||||
|
||||
## TestWrap
|
||||
|
||||
## TestWrapOfNil
|
||||
|
||||
## TestWrapf
|
||||
|
||||
## TestWrapfOfNil
|
||||
|
||||
## TestMask
|
||||
|
||||
## TestMaskf
|
||||
|
||||
## TestCause
|
||||
|
||||
## TestDetails
|
||||
|
||||
## TestErrorStack
|
||||
|
||||
## TestFormat
|
||||
|
||||
## Test
|
||||
|
||||
## TestTrimDefaultSet
|
||||
|
||||
## TestTrimSourcePath
|
||||
|
||||
## TestSetSourceTrimPrefix
|
||||
|
||||
## Test
|
||||
|
||||
## TestLockNoContention
|
||||
|
||||
## TestLockBlocks
|
||||
|
||||
## TestTryLock
|
||||
|
||||
## TestTryLockNoBlock
|
||||
|
||||
## TestUnlockedWithTimeout
|
||||
|
||||
## TestLockWithTimeout
|
||||
|
||||
## TestStress
|
||||
|
||||
## TestLockFromOtherProcess
|
||||
|
||||
## TestSpecValidity
|
||||
|
||||
## TestLockNoContention
|
||||
|
||||
## TestLockContentionWithinProcessTimeout
|
||||
|
||||
## TestLockAfterTimeout
|
||||
|
||||
## TestLockContentionWithinProcessCancel
|
||||
|
||||
## TestSecondReleaseFine
|
||||
|
||||
## TestDifferentNamesDontBlock
|
||||
|
||||
## TestLockBlocks
|
||||
|
||||
## TestProcessReleasesWhenDead
|
||||
|
||||
## TestStress
|
||||
|
||||
## TestMutexNotInherited
|
||||
tests that subprocesses do not inherit mutexes.
|
||||
|
||||
## TestFilePermissions
|
||||
tests that the file permissions are correct.
|
||||
|
||||
## TestFilePermissionsWithSudoEnvars
|
||||
TestFilePermissionsWithSudo tests that the file permissions are correct.
|
||||
|
||||
## TestLockFromOtherProcess
|
||||
|
||||
## TestSleepFromOtherProcess
|
||||
|
||||
## Test
|
||||
|
||||
## TestingKicBaseImage
|
||||
will return true if the integraiton test is running against a passed --base-image flag
|
||||
|
||||
|
|
Loading…
Reference in New Issue