Prepare 10.0-stable branch #1419
Annotations
10 errors
Run tests:
spec/acceptance/cli_spec.rb#L20
installation of server with cli Command "pulp config validate --location /etc/pulp/cli.toml" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 1
(compared using ==)
|
Run tests:
spec/acceptance/cli_spec.rb#L21
installation of server with cli Command "pulp config validate --location /etc/pulp/cli.toml" stdout is expected to match /valid pulp-cli config/
Failure/Error: its(:stdout) { is_expected.to match(/valid pulp-cli config/) }
expected "" to match /valid pulp-cli config/
Diff:
@@ -1 +1 @@
-/valid pulp-cli config/
+""
|
Run tests:
spec/acceptance/cli_spec.rb#L22
installation of server with cli Command "pulp config validate --location /etc/pulp/cli.toml" stderr is expected to eq ""
Failure/Error: its(:stderr) { is_expected.to eq '' }
expected: ""
got: "Config file failed to parse. ('base_url' should be of the form '<schema>://<netloc>').\nError: Aborted.\n"
(compared using ==)
Diff:
@@ -1,2 +1,4 @@
+Config file failed to parse. ('base_url' should be of the form '<schema>://<netloc>').
+Error: Aborted.
|
Run tests:
spec/acceptance/cli_spec.rb#L26
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp status" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 1
(compared using ==)
|
Run tests:
spec/acceptance/cli_spec.rb#L27
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp status" stdout is expected to match /versions/
Failure/Error: its(:stdout) { is_expected.to match(/versions/) }
expected "" to match /versions/
Diff:
@@ -1 +1 @@
-/versions/
+""
|
Run tests:
spec/acceptance/cli_spec.rb#L28
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp status" stderr is expected not to match /Error/
Failure/Error: its(:stderr) { is_expected.not_to match(/Error/) }
expected "Config file failed to parse. ('base_url' should be of the form '<schema>://<netloc>').\nError: Aborted.\n" not to match /Error/
Diff:
@@ -1,2 +1,3 @@
-/Error/
+Config file failed to parse. ('base_url' should be of the form '<schema>://<netloc>').
+Error: Aborted.
|
Run tests:
spec/acceptance/cli_spec.rb#L29
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp status" stderr is expected to eq ""
Failure/Error: its(:stderr) { is_expected.to eq '' }
expected: ""
got: "Config file failed to parse. ('base_url' should be of the form '<schema>://<netloc>').\nError: Aborted.\n"
(compared using ==)
Diff:
@@ -1,2 +1,4 @@
+Config file failed to parse. ('base_url' should be of the form '<schema>://<netloc>').
+Error: Aborted.
|
Run tests:
spec/acceptance/cli_spec.rb#L33
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp user list" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 1
(compared using ==)
|
Run tests:
spec/acceptance/cli_spec.rb#L34
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp user list" stdout is expected to match /admin/
Failure/Error: its(:stdout) { is_expected.to match(/admin/) }
expected "" to match /admin/
Diff:
@@ -1 +1 @@
-/admin/
+""
|
Run tests:
spec/acceptance/cli_spec.rb#L35
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp user list" stderr is expected not to match /Error/
Failure/Error: its(:stderr) { is_expected.not_to match(/Error/) }
expected "Config file failed to parse. ('base_url' should be of the form '<schema>://<netloc>').\nError: Aborted.\n" not to match /Error/
Diff:
@@ -1,2 +1,3 @@
-/Error/
+Config file failed to parse. ('base_url' should be of the form '<schema>://<netloc>').
+Error: Aborted.
|
Loading