We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9f39fc commit ae5d303Copy full SHA for ae5d303
1 file changed
src/testing/integration/Networking/v2/Layer3/Layer3ExtensionTests.cs
@@ -0,0 +1,21 @@
1
+using System;
2
+using System.Collections.Generic;
3
+using System.Linq;
4
+using System.Text;
5
+using System.Threading.Tasks;
6
+
7
+namespace OpenStack.Networking.v2.Layer3
8
+{
9
+ public class Layer3ExtensionTests
10
+ {
11
+/*
12
+1. Make an internal network and subnet.
13
+2. Make an external network and submit.
14
+3. Make a router on the external network.
15
+4. Attach the router to the internal network.
16
+5. Make a floating ip on the external network.
17
+6. Make a server on the internal network.
18
+7. Associate the floating ip to the server.
19
+*/
20
+ }
21
+}
0 commit comments