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")
21
-
(/(PASSED).*(RAN connects to a RIC using the e2 standard interface)/=~ result[:output]).should_not be_nil
22
-
ensure
23
-
result =ShellCmd.run_testsuite("cnf_cleanup cnf-config=sample-cnfs/sample_srsran_ueauth_open5gs/cnf-testsuite.yml")
24
-
result[:status].success?.should be_true
25
-
result =ShellCmd.run_testsuite("cnf_cleanup cnf-config=sample-cnfs/sample-oran-ric/cnf-testsuite.yml")
26
-
result[:status].success?.should be_true
27
-
end
17
+
# (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.
28
18
end
29
19
30
20
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")
35
-
(/(FAILED).*(RAN does not connect to a RIC using the e2 standard interface)/=~ result[:output]).should_not be_nil
36
-
ensure
37
-
result =ShellCmd.run_testsuite("cnf_cleanup cnf-config=sample-cnfs/sample_srsran_ueauth_open5gs/cnf-testsuite.yml")
38
-
result[:status].success?.should be_true
39
-
result =ShellCmd.run_testsuite("cnf_cleanup cnf-config=sample-cnfs/sample-oran-noric/cnf-testsuite.yml")
40
-
result[:status].success?.should be_true
41
-
end
21
+
# (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