You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installation configmap can significantly complicate new installation
process and has multiple issues with its design (and related tests).
Remove installation congigmap
Redesign related tests or make them always skip until further
redesign would be done in the scope of different change
Refs: #2153
Signed-off-by: Konstantin Yarovoy <[email protected]>
result =ShellCmd.run_testsuite("oran_e2_connection verbose")
43
-
(/(PASSED).*(RAN connects to a RIC using the e2 standard interface)/=~ result[:output]).should_not be_nil
44
-
ensure
45
-
result =Helm.delete("open5gs -n oran")
46
-
result[:status].success?.should be_true
47
-
result =ShellCmd.run_testsuite("cnf_cleanup cnf-config=sample-cnfs/sample-oran-ric/cnf-testsuite.yml")
48
-
result[:status].success?.should be_true
49
-
end
38
+
# (kosstennbl) TODO: Test and specs for 'oran_e2_connection' should be redesigned. Check #2153 for more info. Spec was using sample_srsran_ueauth_open5gs and sample-oran-ric.
50
39
end
51
40
52
41
it "'oran_e2_connection' should fail if the ORAN enabled RAN does not connect to the RIC using the e2 standard", tags: ["oran"] do
result =ShellCmd.run_testsuite("oran_e2_connection verbose")
58
-
(/(FAILED).*(RAN does not connect to a RIC using the e2 standard interface)/=~ result[:output]).should_not be_nil
59
-
ensure
60
-
result =Helm.delete("open5gs -n oran")
61
-
result[:status].success?.should be_true
62
-
result =ShellCmd.run_testsuite("cnf_cleanup cnf-config=sample-cnfs/sample-oran-noric/cnf-testsuite.yml")
63
-
result[:status].success?.should be_true
64
-
end
42
+
# (kosstennbl) TODO: Test and specs for 'oran_e2_connection' should be redesigned. Check #2153 for more info. Spec was using sample_srsran_ueauth_open5gs and sample-oran-noric.
0 commit comments