File: README.md

package info (click to toggle)
ruby-gitlab-fog-azure-rm 1.9.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 756 kB
  • sloc: ruby: 5,926; sh: 9; makefile: 4
file content (12 lines) | stat: -rw-r--r-- 483 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
# Integration Tests

To run Integration Tests, first enter the following information for your test storage account into **credentials\azure.yml** file:

- `azure_storage_account_name`
- `azure_storage_access_key`

Then run **bundle exec ruby file_name.rb** to run integration test for a specific service e.g. For integration tests for blobs, run:

**bundle exec ruby test/integration/blob.rb**

Also make sure the **DEBUG** flag is set in your fog environment to see proper logging.