@@ -31,11 +31,75 @@ public static void tearDown() throws Exception {
31
31
}
32
32
}
33
33
34
+ @ Test
35
+ public void generatesCorrect_createWeblogicDomainYaml_createWeblogicDomainJob () throws Exception {
36
+ //System.out.println("MOREAUT_DEBUG create domain job =\n" + YamlUtils.newYaml().dump(generatedFiles.getCreateWeblogicDomainJobYaml().getCreateWeblogicDomainJob()));
37
+ // TBD
38
+ }
39
+
40
+ @ Test
41
+ public void generatesCorrect_createWeblogicDomainYaml_createWeblogicDomainConfigMap () throws Exception {
42
+ //System.out.println("MOREAUT_DEBUG create domain config map =\n" + YamlUtils.newYaml().dump(generatedFiles.getCreateWeblogicDomainJobYaml().getCreateWeblogicDomainConfigMap()));
43
+ // TBD
44
+ }
45
+
34
46
@ Test
35
47
public void generatesCorrect_domainCustomResourceYaml_domain () throws Exception {
36
- //System.out.println("MOREAUT_DEBUG domain=\n" + YamlUtils.newYaml().dump(generatedFiles.getDomainCustomResourceYaml().getDomain()));
48
+ //System.out.println("MOREAUT_DEBUG domain custom resource =\n" + YamlUtils.newYaml().dump(generatedFiles.getDomainCustomResourceYaml().getDomain()));
49
+ // TBD
50
+ }
51
+
52
+ @ Test
53
+ public void generatesCorrect_traefikYaml_traefikServiceAccount () throws Exception {
54
+ //System.out.println("MOREAUT_DEBUG traefik service account =\n" + YamlUtils.newYaml().dump(generatedFiles.getTraefikYaml().getTraefikServiceAccount()));
55
+ // TBD
56
+ }
57
+
58
+ @ Test
59
+ public void generatesCorrect_traefikYaml_traefikDeployment () throws Exception {
60
+ //System.out.println("MOREAUT_DEBUG traefik deployment =\n" + YamlUtils.newYaml().dump(generatedFiles.getTraefikYaml().getTraefikDeployment()));
37
61
// TBD
38
62
}
39
63
40
- // TBD - other tests for the other generated yaml file's k8s artifacts ...
64
+ @ Test
65
+ public void generatesCorrect_traefikYaml_traefikConfigMap () throws Exception {
66
+ //System.out.println("MOREAUT_DEBUG traefik config map =\n" + YamlUtils.newYaml().dump(generatedFiles.getTraefikYaml().getTraefikConfigMap()));
67
+ // TBD
68
+ }
69
+
70
+ @ Test
71
+ public void generatesCorrect_traefikYaml_traefikService () throws Exception {
72
+ //System.out.println("MOREAUT_DEBUG traefik service =\n" + YamlUtils.newYaml().dump(generatedFiles.getTraefikYaml().getTraefikService()));
73
+ // TBD
74
+ }
75
+
76
+ @ Test
77
+ public void generatesCorrect_traefikYaml_traefikDashboardService () throws Exception {
78
+ //System.out.println("MOREAUT_DEBUG traefik dashboard service =\n" + YamlUtils.newYaml().dump(generatedFiles.getTraefikYaml().getTraefikDashboardService()));
79
+ // TBD
80
+ }
81
+
82
+ @ Test
83
+ public void generatesCorrect_traefikSecurityYaml_traefikClusterRole () throws Exception {
84
+ //System.out.println("MOREAUT_DEBUG traefik cluster role =\n" + YamlUtils.newYaml().dump(generatedFiles.getTraefikSecurityYaml().getTraefikClusterRole()));
85
+ // TBD
86
+ }
87
+
88
+ @ Test
89
+ public void generatesCorrect_traefikSecurityYaml_traefikDashboardClusterRoleBinding () throws Exception {
90
+ //System.out.println("MOREAUT_DEBUG traefik dashboard cluster role binding =\n" + YamlUtils.newYaml().dump(generatedFiles.getTraefikSecurityYaml().getTraefikDashboardClusterRoleBinding()));
91
+ // TBD
92
+ }
93
+
94
+ @ Test
95
+ public void generatesCorrect_weblogicDomainPersistentVolumeYaml_weblogicDomainPersistentVolume () throws Exception {
96
+ //System.out.println("MOREAUT_DEBUG weblogic domain persistent volume =\n" + YamlUtils.newYaml().dump(generatedFiles.getWeblogicDomainPersistentVolumeYaml().getWeblogicDomainPersistentVolume()));
97
+ // TBD
98
+ }
99
+
100
+ @ Test
101
+ public void generatesCorrect_weblogicDomainPersistentVolumeClaimYaml_weblogicDomainPersistentVolumeClaim () throws Exception {
102
+ //System.out.println("MOREAUT_DEBUG weblogic domain persistent volume claim =\n" + YamlUtils.newYaml().dump(generatedFiles.getWeblogicDomainPersistentVolumeClaimYaml().getWeblogicDomainPersistentVolumeClaim()));
103
+ // TBD
104
+ }
41
105
}
0 commit comments