# Functions
AnalyzePushConsoleOutput analyzes the output of 'odo push -o json' for the machine readable event push test above.
DeleteLocalConfig helps user to delete local config files with flags.
ExecCommand executes odo exec with a command.
ExecCommandWithoutComponentAndDevfileFlag executes odo exec without a component and with a devfile flag.
ExecCommandWithoutGroupUsingFlags executes odo push with no command group using flags.
ExecDefaultDevfileCommands executes the default devfile commands.
ExecMultipleDefaultsWithFlags executes odo push with multiple default commands using flags.
ExecPushToTestFileChanges executes odo push with and without a file change.
No description provided by the author
ExecPushWithForceFlag executes odo push with a force flag.
No description provided by the author
ExecPushWithNewFileAndDir executes odo push after creating a new file and dir.
No description provided by the author
ExecWithCustomCommand executes odo push with a custom command.
ExecWithHotReload executes odo push with hot reload true.
ExecWithInvalidCommand executes odo exec with a invalid command.
ExecWithInvalidCommandGroup executes odo push with an invalid command group.
ExecWithMissingBuildCommand executes odo push with a missing build command.
ExecWithMissingRunCommand executes odo push with a missing run command.
ExecWithMultipleOrNoDefaults executes odo push with multiple or no default commands.
ExecWithoutCommand executes odo exec with no user command and fails.
ExecWithWrongCustomCommand executes odo push with a wrong custom command.
OdoWatch creates files, dir in the context and watches for the changes to be pushed Specify OdoV1Watch for odo version 1, OdoV2Watch for odo version 2(devfile) platform is either kube or docker.
OdoWatchWithDebug changes files in the context and watches for the changes to be pushed It checks if the push is in debug mode or not After a successful push with watch, it tries to start a debug session.
VerifyCatalogListComponent verifies components inside wantOutput exists or not in both S2I Component list and Devfile Component list.