eilam_test 1.1.10 → 1.1.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
 - data/README.md +0 -15
 - data/docs/SystemType.md +1 -1
 - data/docs/SystemTypeCreate.md +1 -1
 - data/lib/eilam_test/models/system_type.rb +3 -3
 - data/lib/eilam_test/models/system_type_create.rb +3 -3
 - data/lib/eilam_test/version.rb +2 -2
 - data/lib/eilam_test.rb +0 -8
 - data/spec/models/system_type_create_spec.rb +1 -1
 - data/spec/models/system_type_spec.rb +1 -1
 - metadata +62 -94
 - data/docs/Event.md +0 -32
 - data/docs/EventApi.md +0 -276
 - data/docs/User.md +0 -38
 - data/docs/UserApi.md +0 -346
 - data/docs/UserCreate.md +0 -38
 - data/docs/UserUpdate.md +0 -30
 - data/docs/ValidateSystem.md +0 -26
 - data/docs/ValidateSystemApi.md +0 -75
 - data/lib/eilam_test/api/event_api.rb +0 -254
 - data/lib/eilam_test/api/user_api.rb +0 -321
 - data/lib/eilam_test/api/validate_system_api.rb +0 -83
 - data/lib/eilam_test/models/event.rb +0 -289
 - data/lib/eilam_test/models/user.rb +0 -395
 - data/lib/eilam_test/models/user_create.rb +0 -395
 - data/lib/eilam_test/models/user_update.rb +0 -280
 - data/lib/eilam_test/models/validate_system.rb +0 -260
 - data/spec/api/event_api_spec.rb +0 -74
 - data/spec/api/user_api_spec.rb +0 -85
 - data/spec/api/validate_system_api_spec.rb +0 -45
 - data/spec/models/event_spec.rb +0 -76
 - data/spec/models/user_create_spec.rb +0 -94
 - data/spec/models/user_spec.rb +0 -94
 - data/spec/models/user_update_spec.rb +0 -70
 - data/spec/models/validate_system_spec.rb +0 -58
 
    
        data/spec/models/user_spec.rb
    DELETED
    
    | 
         @@ -1,94 +0,0 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            =begin
         
     | 
| 
       2 
     | 
    
         
            -
            #Site Manager API
         
     | 
| 
       3 
     | 
    
         
            -
             
     | 
| 
       4 
     | 
    
         
            -
            #Site Manager API
         
     | 
| 
       5 
     | 
    
         
            -
             
     | 
| 
       6 
     | 
    
         
            -
            The version of the OpenAPI document: 1.0.0
         
     | 
| 
       7 
     | 
    
         
            -
            Contact: autosde@il.ibm.com
         
     | 
| 
       8 
     | 
    
         
            -
            Generated by: https://openapi-generator.tech
         
     | 
| 
       9 
     | 
    
         
            -
            OpenAPI Generator version: 5.0.0
         
     | 
| 
       10 
     | 
    
         
            -
             
     | 
| 
       11 
     | 
    
         
            -
            =end
         
     | 
| 
       12 
     | 
    
         
            -
             
     | 
| 
       13 
     | 
    
         
            -
            require 'spec_helper'
         
     | 
| 
       14 
     | 
    
         
            -
            require 'json'
         
     | 
| 
       15 
     | 
    
         
            -
            require 'date'
         
     | 
| 
       16 
     | 
    
         
            -
             
     | 
| 
       17 
     | 
    
         
            -
            # Unit tests for EilamTest::User
         
     | 
| 
       18 
     | 
    
         
            -
            # Automatically generated by openapi-generator (https://openapi-generator.tech)
         
     | 
| 
       19 
     | 
    
         
            -
            # Please update as you see appropriate
         
     | 
| 
       20 
     | 
    
         
            -
            describe EilamTest::User do
         
     | 
| 
       21 
     | 
    
         
            -
              let(:instance) { EilamTest::User.new }
         
     | 
| 
       22 
     | 
    
         
            -
             
     | 
| 
       23 
     | 
    
         
            -
              describe 'test an instance of User' do
         
     | 
| 
       24 
     | 
    
         
            -
                it 'should create an instance of User' do
         
     | 
| 
       25 
     | 
    
         
            -
                  expect(instance).to be_instance_of(EilamTest::User)
         
     | 
| 
       26 
     | 
    
         
            -
                end
         
     | 
| 
       27 
     | 
    
         
            -
              end
         
     | 
| 
       28 
     | 
    
         
            -
              describe 'test attribute "date_joined"' do
         
     | 
| 
       29 
     | 
    
         
            -
                it 'should work' do
         
     | 
| 
       30 
     | 
    
         
            -
                  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
         
     | 
| 
       31 
     | 
    
         
            -
                end
         
     | 
| 
       32 
     | 
    
         
            -
              end
         
     | 
| 
       33 
     | 
    
         
            -
             
     | 
| 
       34 
     | 
    
         
            -
              describe 'test attribute "email"' do
         
     | 
| 
       35 
     | 
    
         
            -
                it 'should work' do
         
     | 
| 
       36 
     | 
    
         
            -
                  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
         
     | 
| 
       37 
     | 
    
         
            -
                end
         
     | 
| 
       38 
     | 
    
         
            -
              end
         
     | 
| 
       39 
     | 
    
         
            -
             
     | 
| 
       40 
     | 
    
         
            -
              describe 'test attribute "first_name"' do
         
     | 
| 
       41 
     | 
    
         
            -
                it 'should work' do
         
     | 
| 
       42 
     | 
    
         
            -
                  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
         
     | 
| 
       43 
     | 
    
         
            -
                end
         
     | 
| 
       44 
     | 
    
         
            -
              end
         
     | 
| 
       45 
     | 
    
         
            -
             
     | 
| 
       46 
     | 
    
         
            -
              describe 'test attribute "is_active"' do
         
     | 
| 
       47 
     | 
    
         
            -
                it 'should work' do
         
     | 
| 
       48 
     | 
    
         
            -
                  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
         
     | 
| 
       49 
     | 
    
         
            -
                end
         
     | 
| 
       50 
     | 
    
         
            -
              end
         
     | 
| 
       51 
     | 
    
         
            -
             
     | 
| 
       52 
     | 
    
         
            -
              describe 'test attribute "is_staff"' do
         
     | 
| 
       53 
     | 
    
         
            -
                it 'should work' do
         
     | 
| 
       54 
     | 
    
         
            -
                  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
         
     | 
| 
       55 
     | 
    
         
            -
                end
         
     | 
| 
       56 
     | 
    
         
            -
              end
         
     | 
| 
       57 
     | 
    
         
            -
             
     | 
| 
       58 
     | 
    
         
            -
              describe 'test attribute "is_superuser"' do
         
     | 
| 
       59 
     | 
    
         
            -
                it 'should work' do
         
     | 
| 
       60 
     | 
    
         
            -
                  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
         
     | 
| 
       61 
     | 
    
         
            -
                end
         
     | 
| 
       62 
     | 
    
         
            -
              end
         
     | 
| 
       63 
     | 
    
         
            -
             
     | 
| 
       64 
     | 
    
         
            -
              describe 'test attribute "last_login"' do
         
     | 
| 
       65 
     | 
    
         
            -
                it 'should work' do
         
     | 
| 
       66 
     | 
    
         
            -
                  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
         
     | 
| 
       67 
     | 
    
         
            -
                end
         
     | 
| 
       68 
     | 
    
         
            -
              end
         
     | 
| 
       69 
     | 
    
         
            -
             
     | 
| 
       70 
     | 
    
         
            -
              describe 'test attribute "last_name"' do
         
     | 
| 
       71 
     | 
    
         
            -
                it 'should work' do
         
     | 
| 
       72 
     | 
    
         
            -
                  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
         
     | 
| 
       73 
     | 
    
         
            -
                end
         
     | 
| 
       74 
     | 
    
         
            -
              end
         
     | 
| 
       75 
     | 
    
         
            -
             
     | 
| 
       76 
     | 
    
         
            -
              describe 'test attribute "password"' do
         
     | 
| 
       77 
     | 
    
         
            -
                it 'should work' do
         
     | 
| 
       78 
     | 
    
         
            -
                  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
         
     | 
| 
       79 
     | 
    
         
            -
                end
         
     | 
| 
       80 
     | 
    
         
            -
              end
         
     | 
| 
       81 
     | 
    
         
            -
             
     | 
| 
       82 
     | 
    
         
            -
              describe 'test attribute "username"' do
         
     | 
| 
       83 
     | 
    
         
            -
                it 'should work' do
         
     | 
| 
       84 
     | 
    
         
            -
                  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
         
     | 
| 
       85 
     | 
    
         
            -
                end
         
     | 
| 
       86 
     | 
    
         
            -
              end
         
     | 
| 
       87 
     | 
    
         
            -
             
     | 
| 
       88 
     | 
    
         
            -
              describe 'test attribute "uuid"' do
         
     | 
| 
       89 
     | 
    
         
            -
                it 'should work' do
         
     | 
| 
       90 
     | 
    
         
            -
                  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
         
     | 
| 
       91 
     | 
    
         
            -
                end
         
     | 
| 
       92 
     | 
    
         
            -
              end
         
     | 
| 
       93 
     | 
    
         
            -
             
     | 
| 
       94 
     | 
    
         
            -
            end
         
     | 
| 
         @@ -1,70 +0,0 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            =begin
         
     | 
| 
       2 
     | 
    
         
            -
            #Site Manager API
         
     | 
| 
       3 
     | 
    
         
            -
             
     | 
| 
       4 
     | 
    
         
            -
            #Site Manager API
         
     | 
| 
       5 
     | 
    
         
            -
             
     | 
| 
       6 
     | 
    
         
            -
            The version of the OpenAPI document: 1.0.0
         
     | 
| 
       7 
     | 
    
         
            -
            Contact: autosde@il.ibm.com
         
     | 
| 
       8 
     | 
    
         
            -
            Generated by: https://openapi-generator.tech
         
     | 
| 
       9 
     | 
    
         
            -
            OpenAPI Generator version: 5.0.0
         
     | 
| 
       10 
     | 
    
         
            -
             
     | 
| 
       11 
     | 
    
         
            -
            =end
         
     | 
| 
       12 
     | 
    
         
            -
             
     | 
| 
       13 
     | 
    
         
            -
            require 'spec_helper'
         
     | 
| 
       14 
     | 
    
         
            -
            require 'json'
         
     | 
| 
       15 
     | 
    
         
            -
            require 'date'
         
     | 
| 
       16 
     | 
    
         
            -
             
     | 
| 
       17 
     | 
    
         
            -
            # Unit tests for EilamTest::UserUpdate
         
     | 
| 
       18 
     | 
    
         
            -
            # Automatically generated by openapi-generator (https://openapi-generator.tech)
         
     | 
| 
       19 
     | 
    
         
            -
            # Please update as you see appropriate
         
     | 
| 
       20 
     | 
    
         
            -
            describe EilamTest::UserUpdate do
         
     | 
| 
       21 
     | 
    
         
            -
              let(:instance) { EilamTest::UserUpdate.new }
         
     | 
| 
       22 
     | 
    
         
            -
             
     | 
| 
       23 
     | 
    
         
            -
              describe 'test an instance of UserUpdate' do
         
     | 
| 
       24 
     | 
    
         
            -
                it 'should create an instance of UserUpdate' do
         
     | 
| 
       25 
     | 
    
         
            -
                  expect(instance).to be_instance_of(EilamTest::UserUpdate)
         
     | 
| 
       26 
     | 
    
         
            -
                end
         
     | 
| 
       27 
     | 
    
         
            -
              end
         
     | 
| 
       28 
     | 
    
         
            -
              describe 'test attribute "email"' do
         
     | 
| 
       29 
     | 
    
         
            -
                it 'should work' do
         
     | 
| 
       30 
     | 
    
         
            -
                  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
         
     | 
| 
       31 
     | 
    
         
            -
                end
         
     | 
| 
       32 
     | 
    
         
            -
              end
         
     | 
| 
       33 
     | 
    
         
            -
             
     | 
| 
       34 
     | 
    
         
            -
              describe 'test attribute "first_name"' do
         
     | 
| 
       35 
     | 
    
         
            -
                it 'should work' do
         
     | 
| 
       36 
     | 
    
         
            -
                  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
         
     | 
| 
       37 
     | 
    
         
            -
                end
         
     | 
| 
       38 
     | 
    
         
            -
              end
         
     | 
| 
       39 
     | 
    
         
            -
             
     | 
| 
       40 
     | 
    
         
            -
              describe 'test attribute "is_active"' do
         
     | 
| 
       41 
     | 
    
         
            -
                it 'should work' do
         
     | 
| 
       42 
     | 
    
         
            -
                  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
         
     | 
| 
       43 
     | 
    
         
            -
                end
         
     | 
| 
       44 
     | 
    
         
            -
              end
         
     | 
| 
       45 
     | 
    
         
            -
             
     | 
| 
       46 
     | 
    
         
            -
              describe 'test attribute "is_staff"' do
         
     | 
| 
       47 
     | 
    
         
            -
                it 'should work' do
         
     | 
| 
       48 
     | 
    
         
            -
                  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
         
     | 
| 
       49 
     | 
    
         
            -
                end
         
     | 
| 
       50 
     | 
    
         
            -
              end
         
     | 
| 
       51 
     | 
    
         
            -
             
     | 
| 
       52 
     | 
    
         
            -
              describe 'test attribute "last_name"' do
         
     | 
| 
       53 
     | 
    
         
            -
                it 'should work' do
         
     | 
| 
       54 
     | 
    
         
            -
                  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
         
     | 
| 
       55 
     | 
    
         
            -
                end
         
     | 
| 
       56 
     | 
    
         
            -
              end
         
     | 
| 
       57 
     | 
    
         
            -
             
     | 
| 
       58 
     | 
    
         
            -
              describe 'test attribute "password"' do
         
     | 
| 
       59 
     | 
    
         
            -
                it 'should work' do
         
     | 
| 
       60 
     | 
    
         
            -
                  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
         
     | 
| 
       61 
     | 
    
         
            -
                end
         
     | 
| 
       62 
     | 
    
         
            -
              end
         
     | 
| 
       63 
     | 
    
         
            -
             
     | 
| 
       64 
     | 
    
         
            -
              describe 'test attribute "username"' do
         
     | 
| 
       65 
     | 
    
         
            -
                it 'should work' do
         
     | 
| 
       66 
     | 
    
         
            -
                  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
         
     | 
| 
       67 
     | 
    
         
            -
                end
         
     | 
| 
       68 
     | 
    
         
            -
              end
         
     | 
| 
       69 
     | 
    
         
            -
             
     | 
| 
       70 
     | 
    
         
            -
            end
         
     | 
| 
         @@ -1,58 +0,0 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            =begin
         
     | 
| 
       2 
     | 
    
         
            -
            #Site Manager API
         
     | 
| 
       3 
     | 
    
         
            -
             
     | 
| 
       4 
     | 
    
         
            -
            #Site Manager API
         
     | 
| 
       5 
     | 
    
         
            -
             
     | 
| 
       6 
     | 
    
         
            -
            The version of the OpenAPI document: 1.0.0
         
     | 
| 
       7 
     | 
    
         
            -
            Contact: autosde@il.ibm.com
         
     | 
| 
       8 
     | 
    
         
            -
            Generated by: https://openapi-generator.tech
         
     | 
| 
       9 
     | 
    
         
            -
            OpenAPI Generator version: 5.0.0
         
     | 
| 
       10 
     | 
    
         
            -
             
     | 
| 
       11 
     | 
    
         
            -
            =end
         
     | 
| 
       12 
     | 
    
         
            -
             
     | 
| 
       13 
     | 
    
         
            -
            require 'spec_helper'
         
     | 
| 
       14 
     | 
    
         
            -
            require 'json'
         
     | 
| 
       15 
     | 
    
         
            -
            require 'date'
         
     | 
| 
       16 
     | 
    
         
            -
             
     | 
| 
       17 
     | 
    
         
            -
            # Unit tests for EilamTest::ValidateSystem
         
     | 
| 
       18 
     | 
    
         
            -
            # Automatically generated by openapi-generator (https://openapi-generator.tech)
         
     | 
| 
       19 
     | 
    
         
            -
            # Please update as you see appropriate
         
     | 
| 
       20 
     | 
    
         
            -
            describe EilamTest::ValidateSystem do
         
     | 
| 
       21 
     | 
    
         
            -
              let(:instance) { EilamTest::ValidateSystem.new }
         
     | 
| 
       22 
     | 
    
         
            -
             
     | 
| 
       23 
     | 
    
         
            -
              describe 'test an instance of ValidateSystem' do
         
     | 
| 
       24 
     | 
    
         
            -
                it 'should create an instance of ValidateSystem' do
         
     | 
| 
       25 
     | 
    
         
            -
                  expect(instance).to be_instance_of(EilamTest::ValidateSystem)
         
     | 
| 
       26 
     | 
    
         
            -
                end
         
     | 
| 
       27 
     | 
    
         
            -
              end
         
     | 
| 
       28 
     | 
    
         
            -
              describe 'test attribute "management_ip"' do
         
     | 
| 
       29 
     | 
    
         
            -
                it 'should work' do
         
     | 
| 
       30 
     | 
    
         
            -
                  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
         
     | 
| 
       31 
     | 
    
         
            -
                end
         
     | 
| 
       32 
     | 
    
         
            -
              end
         
     | 
| 
       33 
     | 
    
         
            -
             
     | 
| 
       34 
     | 
    
         
            -
              describe 'test attribute "name"' do
         
     | 
| 
       35 
     | 
    
         
            -
                it 'should work' do
         
     | 
| 
       36 
     | 
    
         
            -
                  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
         
     | 
| 
       37 
     | 
    
         
            -
                end
         
     | 
| 
       38 
     | 
    
         
            -
              end
         
     | 
| 
       39 
     | 
    
         
            -
             
     | 
| 
       40 
     | 
    
         
            -
              describe 'test attribute "password"' do
         
     | 
| 
       41 
     | 
    
         
            -
                it 'should work' do
         
     | 
| 
       42 
     | 
    
         
            -
                  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
         
     | 
| 
       43 
     | 
    
         
            -
                end
         
     | 
| 
       44 
     | 
    
         
            -
              end
         
     | 
| 
       45 
     | 
    
         
            -
             
     | 
| 
       46 
     | 
    
         
            -
              describe 'test attribute "system_type"' do
         
     | 
| 
       47 
     | 
    
         
            -
                it 'should work' do
         
     | 
| 
       48 
     | 
    
         
            -
                  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
         
     | 
| 
       49 
     | 
    
         
            -
                end
         
     | 
| 
       50 
     | 
    
         
            -
              end
         
     | 
| 
       51 
     | 
    
         
            -
             
     | 
| 
       52 
     | 
    
         
            -
              describe 'test attribute "user"' do
         
     | 
| 
       53 
     | 
    
         
            -
                it 'should work' do
         
     | 
| 
       54 
     | 
    
         
            -
                  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
         
     | 
| 
       55 
     | 
    
         
            -
                end
         
     | 
| 
       56 
     | 
    
         
            -
              end
         
     | 
| 
       57 
     | 
    
         
            -
             
     | 
| 
       58 
     | 
    
         
            -
            end
         
     |