You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by bh...@apache.org on 2019/12/10 14:17:11 UTC

[incubator-dlab] branch feature-integration-tests updated: DLAB-000 added project feature

This is an automated email from the ASF dual-hosted git repository.

bhliva pushed a commit to branch feature-integration-tests
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/feature-integration-tests by this push:
     new f99f07a  DLAB-000 added project feature
f99f07a is described below

commit f99f07ab16adfc2e6471a4f81198d3be03df2bc3
Author: bhliva <bo...@epam.com>
AuthorDate: Tue Dec 10 16:16:57 2019 +0200

    DLAB-000 added project feature
---
 .../src/test/resources/dlab/project.feature                 | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/integration-tests-cucumber/src/test/resources/dlab/project.feature b/integration-tests-cucumber/src/test/resources/dlab/project.feature
new file mode 100644
index 0000000..3694a2b
--- /dev/null
+++ b/integration-tests-cucumber/src/test/resources/dlab/project.feature
@@ -0,0 +1,13 @@
+Feature: Project management in DLab
+  Such feature allowed to manage projects inside DLab
+
+  Scenario Outline: Create new project when it does not exist
+
+    Given There is no project with name "<name>" in DLab
+    And User try to create new project with name "<name>", endpoints "<endpoints>", groups "<groups>" and key "<key>"
+    When User send create new project request
+    Then User wait maximum <timeout> minutes while project is creating
+    Then Response status code is 200
+    Examples:
+      | name | endpoints | groups   | key              | timeout |
+      | prj1 | test      | $anyyser | publicKeyContent | 10
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@dlab.apache.org
For additional commands, e-mail: commits-help@dlab.apache.org