File tree Expand file tree Collapse file tree
cloudsql-mysql-plugin/src/e2e-test/features/sink Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,5 +46,21 @@ Feature: CloudMySql sink- Verify CloudMySql sink plugin design time scenarios
4646 Then Validate "CloudSQL MySQL" plugin properties
4747 Then Close the Plugin Properties page
4848
49-
49+ Scenario : To verify CloudMySql source plugin validation setting up connection arguments
50+ Given Open Datafusion Project to configure pipeline
51+ When Expand Plugin group in the LHS plugins list: "Sink"
52+ When Select plugin: "CloudSQL MySQL" from the plugins list as: "Sink"
53+ Then Navigate to the properties page of plugin: "CloudSQL MySQL"
54+ Then Select dropdown plugin property: "select-jdbcPluginName" with option value: "cloudsql-mysql"
55+ Then Select radio button plugin property: "instanceType" with value: "public"
56+ Then Enter input plugin property: "connectionName" with value: "ConnectionName"
57+ Then Replace input plugin property: "user" with value: "username" for Credentials and Authorization related fields
58+ Then Replace input plugin property: "password" with value: "password" for Credentials and Authorization related fields
59+ Then Enter key value pairs for plugin property: "connectionArguments" with values from json: "connectionArgumentsList"
60+ Then Enter input plugin property: "referenceName" with value: "referencename"
61+ Then Enter input plugin property: "database" with value: "DatabaseName"
62+ Then Enter textarea plugin property: "importQuery" with value: "insertQuery"
63+ Then Click on the Get Schema button
64+ Then Validate "CloudSQL MySQL" plugin properties
65+ Then Close the Plugin Properties page
5066
You can’t perform that action at this time.
0 commit comments