ubicloud/spec
Furkan Sahin 00a06bcdfc Firewalls E2E Tests
Here are the covered scenarios;
- When no firewall rules are set, ipv4 connectivity should fail
- When only public ipv4 of vm2 is allowed:
  - VM2 can connect to VM1
  - VM3 cannot connect to VM1
- When only public ipv6 of vm2 is allowed;
  - VM2 can connect to VM1 using IPv6
  - VM3 cannot connect to VM1 using IPv6
- When only private ipv4 is allowed:
  - VM2 can connect to VM1 using private IPv4
  - VM2 cannot connect to VM1 using public IPv4
- When only private ipv6 of VM2 is allowed:
  - VM2 can connect to VM1 using private IPv6
  - VM2 cannot connect to VM1 using public IPv6

This also includes the unit tests of the E2E tests.
2024-10-29 13:48:37 +01:00
..
lib Support testing with frozen Database and models 2024-10-28 14:31:00 -07:00
model Support testing with frozen Database and models 2024-10-28 14:31:00 -07:00
prog Firewalls E2E Tests 2024-10-29 13:48:37 +01:00
routes Fix suspend bypass via remember token 2024-10-28 22:25:43 -07:00
scheduling Include quotes around ubid in Model#to_s 2024-10-28 19:25:44 -07:00
serializers Combine all serializers under top level namespace 2024-05-28 21:42:31 +03:00
config_spec.rb Increase Config test coverage and delete unused lines 2023-08-07 01:05:05 +03:00
coverage_helper.rb Parallelize unit tests 2024-03-04 10:39:35 +01:00
db_spec.rb Add test to check that collations of text columns are "C" 2023-08-23 07:19:34 -07:00
resource_methods_spec.rb Support testing with frozen Database and models 2024-10-28 14:31:00 -07:00
spec_helper.rb Support testing with frozen Database and models 2024-10-28 14:31:00 -07:00
suppress_pending.rb Support testing with frozen Database and models 2024-10-28 14:31:00 -07:00
ubid_spec.rb Add custom inspect representation for UBID 2024-07-17 09:09:45 +03:00