Граф коммитов

17 Коммитов

Автор SHA1 Сообщение Дата
Marcus Robinson ddddbf6e3e
Update packages for February Security Updates (#3866) 2024-03-05 17:55:52 +00:00
Tamir Kamara 92a6b7b706
Align performance test config with regular e2e (#3045)
align performance test config with regular e2e
2023-01-02 13:21:09 +00:00
tanya-borisova 9193390155
Check airlock review logic in e2e tests (#2900) 2022-12-08 16:28:01 +00:00
tanya-borisova 3141ffe105
E2E tests: Extract setting up test workspaces (#2842) 2022-11-10 18:52:21 +00:00
Tamir Kamara d4cc7d4ce6
AppService plan SKU support in GitHub Actions (#2684)
* appservice plan sku in github actions

* updates

* fix

* docs fix

* update start-stop
2022-10-03 14:03:42 +00:00
Guy Bertental 48bc342033
Refactor airlock reviews (#2462)
* enable e2e

* test order

* enlarge timeout + add assertion on file upload

* add dependancy between airlock and firewall tests

* rename airlock test and remove dependancy

* remove depends mark

* refactor review resource into airlock request

* remove airlock resource + fix UT

* unmark airlock UT

* fix airlock UT

* refactor function names + change collection name

* fix linter errors

* bump api version

* remove unused parameter, rename airlock tests file

* temporarly fix e2e - remove this before merging!

* add config param to skip temp workspace creation

* remove patch for bug

* bump api

* cr commentws

* unit tests fix

Co-authored-by: Anat Balzam <anatbalzam@microsoft.com>
2022-08-17 15:07:36 +03:00
Ross Smith e46ecd526f
Use the config value for app plan in the tests (#2266)
* Use the config value for app plan in the tests

* Added a default value for the tests

* Only set app_service_plan_sku if env var is set

Co-authored-by: David Moore <35696285+damoodamoo@users.noreply.github.com>
Co-authored-by: Stuart Leeks <stuartle@microsoft.com>
2022-07-18 14:37:10 +01:00
Ross Smith 8a2f799882
4. API works with authInformation in properties (#1705)
* Missing Api Id returns 500

* Make app_id mandatory

* Moving authInformation into workspace properties

* Create AAD when the private endpoint is finished

* tflint

* Adding outputs back in

* Default outputs

* Pass auth variables into TF

* TF Lint

* Fix Unit Tests

* app_id => client_id

* Linting

* E2E working locally

* Put tests around truthy method

* Bump the API Version

* Activate the DB migration

* Change return type and hope porter deals with it!

Co-authored-by: David Moore <35696285+damoodamoo@users.noreply.github.com>
2022-05-05 23:38:19 +01:00
Elad Iwanir 7c74508896
Replacing openid extension with OAuth2-proxy (#1552)
* Replacing openid extension with OAuth2-proxy

* client id, client secret and cookie secret are passed using env vars so it wont print

* revert cookie secret change

* fixing versions

* Add token validation

* Remove unused imports

* fix docs

* Fix oauth_proxy_email_domain to astreix

* linter issues

* Fix the E2E tests and add the new attributes for the new guacamole oauth proxy (#1681)

* add new attributes to payload

* remove email domain

* TEST_WORKSPACE_SECRET

Co-authored-by: Anat Balzam <anatbalzam@microsoft.com>

* skip provider button

* pr comments

* PR comments

* add refresh cookie

Co-authored-by: Anat Balzam <anatbaz@gmail.com>
Co-authored-by: Anat Balzam <anatbalzam@microsoft.com>
2022-04-14 18:43:54 +03:00
David Moore 7f9167c8ed
Service Bus Sessions (#1648)
* strip '-' from string in storage account name

* enabled sessions on send

* refactored receiver logic for sessions

* start of bulk/perf tests

* perf tests to test parallel executions

* fixed test after setting operationId as the correlation

* updated comment for .env
2022-04-04 19:01:47 +01:00
Liza Shakury 9ed807ae14
Rename automation account (#1558)
* Rename automation account

Co-authored-by: Liza Shakury <lizashakury@Lizas-MacBook-Pro.local>
2022-03-23 09:06:08 +02:00
Ross Smith 38265cbb5f
Better variable names for Test account (#1499) 2022-03-14 20:33:55 +00:00
Ross Smith 18daf19166
Ability to locally debug E2E tests (#1424)
* test-e2e-extended

* Renamed tre.env to private.env

* Some linting

* Remove AUTH_TENANT_ID

* TEST_WORKSPACE_APP_ID

* Fix markdown error

* Updated description
2022-03-03 14:36:28 +00:00
Stuart Leeks fa74a9f30f
Enable e2e smoke tests to use automation account (#1296)
* Set dev container using same linter as CI build

* Fixup config to remove some test warnings

* Allos e2e smoke tests to use automation account

* Consolidate settings in single location

* standardise indentation
2022-02-14 13:33:41 +00:00
Liza Shakury 0300d32ef2
Support workspace tokens in API and Guacamole workspace service (#1062) 2021-11-25 13:01:53 +00:00
Sachin Kundu b80eb68503
Add E2E tests for other bundles than vanilla. (#552)
Mark tests as smoke and extended.
Modify pipeline to only run smoke tests. Other tests should be enabled when a good delete mechanism in in place.
Add an option to run with verify=false for testing purpose when using self signed TLS certificates.

Closes #511
2021-08-05 11:43:22 +03:00
Denis Cepun a1c355dc94
Adds simple e2e test of deployed resources (#374) 2021-06-30 17:49:04 +01:00